[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (208e6602b2 -> 638f81ba57)
From: |
Patrice Dumas |
Subject: |
master updated (208e6602b2 -> 638f81ba57) |
Date: |
Sun, 21 Jan 2024 13:35:31 -0500 (EST) |
pertusus pushed a change to branch master.
from 208e6602b2 * tp/Texinfo/Convert/Plaintext.pm (_convert) <float>: Call
_add_newline_if_needed instead of checking $self->{'empty_lines_count'} and
outputing a newline directly.
new c1f77b132d * tp/Texinfo/Convert/DocBook.pm (_output_beginning, output)
(_output_end), tp/Texinfo/Convert/TexinfoMarkup.pm (_output_beginning) (output,
_output_end): add _output_beginning to prepare output appearing before tree
conversion, and _output_end for output after tree conversion.
new 638f81ba57 * tp/Texinfo/Convert/Converter.pm (output_tree)
(conversion_output_begin, conversion_output_end), tp/Texinfo/Convert/DocBook.pm
(conversion_output_begin) (conversion_output_end, output),
tp/Texinfo/Convert/PlainTexinfo.pm (output),
tp/Texinfo/Convert/TexinfoMarkup.pm (conversion_output_begin,
conversion_output_end, output), tp/Texinfo/Convert/TextContent.pm (output),
tp/Texinfo/DebugTree.pm (output): add output_tree in Converter.pm, a generic
method to convert a Texinf [...]
Summary of changes:
ChangeLog | 27 ++++++
tp/Texinfo/Convert/Converter.pm | 181 ++++++++++++++++++++++++++++++------
tp/Texinfo/Convert/DocBook.pm | 75 ++++-----------
tp/Texinfo/Convert/LaTeX.pm | 2 +-
tp/Texinfo/Convert/PlainTexinfo.pm | 20 ++--
tp/Texinfo/Convert/TexinfoMarkup.pm | 76 +++++----------
tp/Texinfo/Convert/TextContent.pm | 8 ++
tp/Texinfo/DebugTree.pm | 43 +--------
8 files changed, 240 insertions(+), 192 deletions(-)
- master updated (208e6602b2 -> 638f81ba57),
Patrice Dumas <=