texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (558af3fedd -> a05990ebfa)


From: Patrice Dumas
Subject: master updated (558af3fedd -> a05990ebfa)
Date: Tue, 27 Dec 2022 05:38:04 -0500 (EST)

pertusus pushed a change to branch master.

    from 558af3fedd * tp/Texinfo/Structuring.pm (sort_indices): when splitting 
at letters, determine letters by removing diacritics to associate accented 
letters to the main letter.
     new da431657f8 * t/html_tests.t: fix incorrect braces nesting.
     new a05990ebfa * tp/Texinfo/Convert/TexinfoMarkup.pm (%type_elements, 
_convert), tp/Texinfo/ParserNonXS.pm (_parse_texi), 
tp/Texinfo/XS/parsetexi/element_types.txt, tp/Texinfo/XS/parsetexi/parser.c 
(parse_texi), tp/Texinfo/Convert/*.pm, util/texinfo.dtd: keep text appearing 
after @bye in the Texinfo Tree, as text_after_end in postamble_after_end 
container.  Add postamble_after_end as ignorable type in converters.


Summary of changes:
 ChangeLog                                          | 17 ++++++++++++++
 tp/TODO                                            |  2 --
 tp/Texinfo/Convert/DocBook.pm                      |  1 +
 tp/Texinfo/Convert/HTML.pm                         |  3 ++-
 tp/Texinfo/Convert/LaTeX.pm                        |  3 ++-
 tp/Texinfo/Convert/NodeNameNormalization.pm        |  4 +++-
 tp/Texinfo/Convert/Plaintext.pm                    |  3 ++-
 tp/Texinfo/Convert/TexinfoMarkup.pm                |  5 ++++
 tp/Texinfo/Convert/Text.pm                         |  4 +++-
 tp/Texinfo/Convert/TextContent.pm                  |  4 +++-
 tp/Texinfo/ParserNonXS.pm                          | 23 ++++++++++++++++++
 tp/Texinfo/XS/parsetexi/element_types.c            |  2 ++
 tp/Texinfo/XS/parsetexi/element_types.h            |  2 ++
 tp/Texinfo/XS/parsetexi/element_types.txt          |  2 ++
 tp/Texinfo/XS/parsetexi/parser.c                   | 27 ++++++++++++++++++++++
 tp/t/html_tests.t                                  |  2 +-
 .../float/numbering_captions_listoffloats.pl       | 21 ++++++++++++++++-
 tp/t/results/formatting/texi_bib_example.pl        | 11 +++++++++
 .../info_tests/paragraphindent_and_preamble.pl     | 11 +++++++++
 .../paragraphindent_in_preamble_and_in_document.pl | 11 +++++++++
 .../info_tests/paragraphindent_not_in_preamble.pl  | 11 +++++++++
 tp/t/results/info_tests/split_no_copying.pl        | 11 +++++++++
 .../info_tests/two_paragraphindent_in_preamble.pl  | 11 +++++++++
 ..._paragraphindent_in_preamble_and_in_document.pl | 11 +++++++++
 .../misc_commands/text_before_and_after_bye.pl     | 17 ++++++++++++++
 .../moresectioning/more_sections_than_nodes.pl     | 11 +++++++++
 tp/t/results/moresectioning/sectioning_frames.pl   | 11 +++++++++
 .../sectioning/contents_at_document_begin.pl       | 11 +++++++++
 .../results/sectioning/contents_at_end_document.pl | 11 +++++++++
 .../contents_at_end_document_after_node.pl         | 11 +++++++++
 tp/t/results/sectioning/contents_no_section.pl     | 11 +++++++++
 tp/t/test_utils.pl                                 |  3 ++-
 util/texinfo.dtd                                   |  5 +++-
 33 files changed, 281 insertions(+), 12 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]