texinfo-commits
[Top][All Lists]
Advanced

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

master updated (b7dd838333 -> 70b9ac408d)


From: Patrice Dumas
Subject: master updated (b7dd838333 -> 70b9ac408d)
Date: Mon, 15 Jan 2024 12:08:33 -0500 (EST)

pertusus pushed a change to branch master.

    from b7dd838333 * tp/Texinfo/XS/convert/convert_html.c 
(html_get_css_elements_classes): set the values based on global selectors when 
there are only global selectors.
     new 3a89b3d473 * tp/Texinfo/Convert/HTML.pm 
(_set_heading_commands_targets), tp/Texinfo/XS/convert/convert_html.c 
(heading_commands_list): sort in perl and setup heading_commands_list order 
such as to have the same order in perl and XS and obtain the same 
disambiguation of targets.
     new 70b9ac408d * tp/Texinfo/Indices.pm, tp/Texinfo/Structuring.pm, 
tp/Makefile.am (dist_modules_DATA): move code related to indices to a new file, 
Indices.pm out of Structuring.pm.


Summary of changes:
 ChangeLog                                      |  18 +
 tp/Makefile.am                                 |   1 +
 tp/Texinfo/Common.pm                           |   4 +-
 tp/Texinfo/Convert/Converter.pm                |   1 +
 tp/Texinfo/Convert/DocBook.pm                  |   2 +
 tp/Texinfo/Convert/HTML.pm                     |  12 +-
 tp/Texinfo/Convert/IXIN.pm                     |   8 +-
 tp/Texinfo/Convert/LaTeX.pm                    |   7 +-
 tp/Texinfo/Convert/Plaintext.pm                |   6 +-
 tp/Texinfo/Convert/TexinfoMarkup.pm            |   1 +
 tp/Texinfo/Indices.pm                          | 753 +++++++++++++++++++++++++
 tp/Texinfo/ParserNonXS.pm                      |   2 +-
 tp/Texinfo/Structuring.pm                      | 612 +-------------------
 tp/Texinfo/XS/convert/convert_html.c           |   5 +-
 tp/Texinfo/XS/convert/indices_in_conversion.c  |   2 +-
 tp/Texinfo/XS/main/convert_to_text.c           |   2 +-
 tp/init/chm.pm                                 |   4 +-
 tp/t/index_before_item.t                       |   1 -
 tp/t/protect_character_in_texinfo.t            |   1 -
 tp/t/reference_to_text_in_tree.t               |   1 -
 tp/t/test_fill_gaps_in_sectioning.t            |   1 -
 tp/t/test_protect_contents.t                   |   1 -
 tp/t/test_protect_hashchar_at_line_beginning.t |   1 -
 tp/t/test_sort.t                               |  12 +-
 tp/t/test_utils.pl                             |   7 +-
 25 files changed, 820 insertions(+), 645 deletions(-)
 create mode 100644 tp/Texinfo/Indices.pm



reply via email to

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