texinfo-commits
[Top][All Lists]
Advanced

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

master updated (649b0b3021 -> d6d18fe56e)


From: Patrice Dumas
Subject: master updated (649b0b3021 -> d6d18fe56e)
Date: Wed, 6 Dec 2023 15:25:38 -0500 (EST)

pertusus pushed a change to branch master.

    from 649b0b3021 * tp/Texinfo/Convert/HTML.pm (_unique_target) 
(_new_sectioning_command_target, _prepare_index_entries_targets): use a 
_unique_target function as in C.
     new 704600f974 * tp/Texinfo/Convert/HTML.pm (_register_id, 
_id_is_registered) (%XS_conversion_overrides), 
tp/Texinfo/XS/convert/ConvertXS.xs (html_register_id, html_id_is_registered): 
access 'seen_ids' through functions, _register_id and _id_is_registered.  Add 
overrides for those functions.
     new 778fd38591 * tp/Texinfo/XS/convert/call_html_perl_function.c 
(call_formatting_function_format_contents): command can be 0.
     new f2a192267e * tp/Texinfo/XS/convert/convert_html.c 
(convert_heading_command): destroy the menu that was automatically generated.
     new 9d7dc7d7aa * tp/Texinfo/XS/convert/call_html_perl_function.c 
(call_formatting_function_format_navigation_panel), 
tp/Texinfo/XS/convert/convert_html.c (unit_is_top_output_unit) 
(format_navigation_panel, format_navigation_header) 
(html_default_format_element_header, format_element_header) 
(convert_heading_command): implement html_default_format_element_header, add 
corresponding format_element_header. Prepare format_navigation_panel and 
format_navigation_header, add call_formatting_ [...]
     new ddfff1745b * tp/Texinfo/XS/convert/convert_html.c 
(html_default_format_navigation_header, format_navigation_header): implement 
html_default_format_navigation_header.
     new d6d18fe56e * tp/Texinfo/Convert/HTML.pm 
(_default_format_navigation_panel): ignore leading space button also if the 
button specificatio is a reference on an array.


Summary of changes:
 ChangeLog                                       | 101 ++++++
 tp/Texinfo/Convert/HTML.pm                      |  73 ++--
 tp/Texinfo/XS/convert/ConvertXS.xs              |  27 +-
 tp/Texinfo/XS/convert/call_html_perl_function.c | 203 ++++++++++-
 tp/Texinfo/XS/convert/call_html_perl_function.h |  38 ++-
 tp/Texinfo/XS/convert/convert_html.c            | 430 ++++++++++++++++++++++--
 tp/Texinfo/XS/main/DocumentXS.xs                |   4 +-
 tp/Texinfo/XS/main/api_to_perl.c                |   9 +
 tp/Texinfo/XS/main/api_to_perl.h                |   2 +
 tp/Texinfo/XS/main/converter_types.h            |  52 ++-
 tp/Texinfo/XS/main/get_perl_info.c              | 135 +++++++-
 tp/Texinfo/XS/main/get_perl_info.h              |   5 +-
 tp/Texinfo/XS/main/tree_types.h                 |  20 ++
 tp/Texinfo/XS/main/utils.c                      |  38 +++
 tp/Texinfo/XS/main/utils.h                      |  29 +-
 tp/Texinfo/XS/structuring_transfo/structuring.c |  29 +-
 tp/Texinfo/XS/structuring_transfo/structuring.h |   2 +-
 tp/maintain/regenerate_C_options_info.pl        |  21 +-
 18 files changed, 1063 insertions(+), 155 deletions(-)



reply via email to

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