texinfo-commits
[Top][All Lists]
Advanced

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

master updated (4fc7ad11f2 -> b87ffbf4e3)


From: Patrice Dumas
Subject: master updated (4fc7ad11f2 -> b87ffbf4e3)
Date: Sat, 30 Mar 2024 05:57:22 -0400 (EDT)

pertusus pushed a change to branch master.

    from 4fc7ad11f2 * tp/Texinfo/XS/convert/convert_html.c 
(html_default_format_element_footer): use TOP_FOOTER_BUTTONS.
     new b7cfc562a5 * tp/Texinfo/Convert/HTML.pm (@global_directions): use the 
same order as in C code HTML_GLOBAL_DIRECTIONS_LIST.
     new 73c1d0742b * tp/Texinfo/Convert/HTML.pm (html_convert_css_string) 
(_reset_unset_no_arg_commands_formatting_context), 
tp/Texinfo/XS/convert/convert_html.c (html_convert_css_string) 
(reset_unset_no_arg_commands_formatting_context): set the string context 
directly instead of using a type _string in Perl.  In C, call 
html_set_string_context.  Call html_open_command_update_context and 
html_convert_command_update_context in C for 
reset_unset_no_arg_commands_formatting_context preformat [...]
     new 7c8c81357c * tp/Texinfo/Convert/Utils.pm 
(find_innermost_accent_contents): return undef for the inner accent command 
text element if there is no argument at all.  Update callers.
     new aa79fa441a * tp/Texinfo/XS/convert/convert_html.c 
(html_prepare_converted_output_info): call message_list_document_warn if the 
input_file_name is not set for missing title message as in Perl.
     new 73c340f329 * tp/Texinfo/Convert/HTML.pm (_convert_printindex_command), 
tp/Texinfo/XS/convert/convert_html.c (convert_printindex_command): do not setup 
a subentry tree for conversion with empty contents.
     new b87ffbf4e3 * tp/Texinfo/XS/structuring_transfo/structuring.c 
(new_complete_node_menu): call copy_contents instead of copy_tree on part 
argument.


Summary of changes:
 ChangeLog                                          | 127 ++++++++++
 tp/Texinfo/Convert/Converter.pm                    |   9 +-
 tp/Texinfo/Convert/HTML.pm                         | 225 +++++++++++-------
 tp/Texinfo/Convert/Text.pm                         |   5 +-
 tp/Texinfo/Convert/Unicode.pm                      |   8 +-
 tp/Texinfo/Convert/Utils.pm                        |   9 +-
 tp/Texinfo/ParserNonXS.pm                          |   2 +-
 tp/Texinfo/Structuring.pm                          |  24 +-
 tp/Texinfo/XS/convert/convert_html.c               | 263 ++++++++++++---------
 tp/Texinfo/XS/convert/converter.c                  |  20 +-
 tp/Texinfo/XS/main/builtin_commands.c              |   6 +-
 tp/Texinfo/XS/main/convert_to_texinfo.c            |   3 +-
 tp/Texinfo/XS/main/errors.c                        |   2 +
 tp/Texinfo/XS/main/get_perl_info.c                 |   2 +-
 tp/Texinfo/XS/structuring_transfo/structuring.c    |   2 +-
 tp/t/accents.t                                     |   8 +-
 .../html_tests/footnotestyle_separate_late.pl      |  26 +-
 tp/t/results/html_tests/index_below.pl             |  10 +-
 tp/t/results/html_tests/redirection_same_labels.pl |  28 +--
 tp/t/results/html_tests/split_html_text.pl         |  12 +-
 .../html_tests/transliterated_names_conflicts.pl   |  26 +-
 tp/t/results/moresectioning/chapter_sections.pl    |  42 ++--
 .../character_and_spaces_in_refs_out.pl            |  52 ++--
 tp/t/results/moresectioning/complex.pl             | 158 ++++++-------
 .../moresectioning/complex_split_at_node.pl        | 166 ++++++-------
 .../results/moresectioning/internal_top_node_up.pl |   8 +-
 .../non_automatic_internal_top_node_up.pl          |   8 +-
 .../non_automatic_top_node_up_and_url.pl           |   8 +-
 .../non_automatic_top_node_up_url.pl               |   8 +-
 .../moresectioning/sectioning_part_appendix.pl     |  52 ++--
 .../sectioning_part_appendix_no_top.pl             |  46 ++--
 .../results/moresectioning/top_chapter_sections.pl |  48 ++--
 tp/t/results/moresectioning/top_node_up_url.pl     |   8 +-
 .../sectioning/chapter_before_and_after_part.pl    |   6 +-
 tp/t/results/sectioning/chapter_before_part.pl     |   4 +-
 tp/t/results/sectioning/double_part.pl             |  14 +-
 .../results/sectioning/explicit_node_directions.pl |  16 +-
 tp/t/results/sectioning/lone_Top_node.pl           |   2 +-
 .../sectioning/node_part_chapter_after_chapter.pl  |  22 +-
 .../sectioning/node_part_chapter_after_top.pl      |  10 +-
 tp/t/results/sectioning/node_up_external_node.pl   |  10 +-
 .../nodes_after_top_before_chapter_nodes.pl        |  16 +-
 .../nodes_after_top_before_chapter_sections.pl     |   2 +-
 .../nodes_after_top_before_section_nodes.pl        |  16 +-
 .../nodes_after_top_before_section_sections.pl     |   2 +-
 .../nodes_no_node_top_explicit_directions.pl       |   8 +-
 tp/t/results/sectioning/part_chapter_after_top.pl  |  10 +-
 tp/t/results/sectioning/part_node_after_top.pl     |  10 +-
 tp/t/results/sectioning/part_node_before_top.pl    |   6 +-
 .../sectioning/part_node_chapter_after_top.pl      |  12 +-
 .../sectioning/part_node_chapter_appendix.pl       |  16 +-
 .../sectioning/part_node_chapter_node_appendix.pl  |  22 +-
 .../sectioning/part_node_node_part_appendix.pl     |  20 +-
 tp/t/results/sectioning/part_node_part_appendix.pl |  16 +-
 .../sectioning/part_node_part_node_appendix.pl     |  20 +-
 tp/t/results/sectioning/top_part_chapter.pl        |   6 +-
 tp/t/results/sectioning/top_without_node_nodes.pl  |   2 +-
 .../sectioning/top_without_node_sections.pl        |   8 +-
 .../transliterated_split_equivalent_nodes.pl       |  24 +-
 tp/t/results/sectioning/two_nodes_at_the_end.pl    |  14 +-
 .../sectioning/two_nodes_between_chapters.pl       |  26 +-
 .../sectioning/unnumbered_before_node_top_top.pl   |   6 +-
 .../unnumbered_top_without_node_nodes.pl           |  10 +-
 .../unnumbered_top_without_node_sections.pl        |  14 +-
 64 files changed, 1044 insertions(+), 747 deletions(-)



reply via email to

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