texinfo-commits
[Top][All Lists]
Advanced

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

master updated (d35b7335c3 -> da471ff9f8)


From: Patrice Dumas
Subject: master updated (d35b7335c3 -> da471ff9f8)
Date: Sat, 17 Feb 2024 17:23:46 -0500 (EST)

pertusus pushed a change to branch master.

    from d35b7335c3 * doc/texi2any_api.texi (Texinfo Tree Conversion 
Functions), tp/Texinfo/Convert/HTML.pm (convert_tree_new_formatting_context), 
tp/Texinfo/XS/convert/convert_html.c (convert_tree_new_formatting_context): 
make context string a mandatory argument.
     new 5f17d10b9b * tp/Texinfo/Convert/HTML.pm (_contents_inline_element), 
tp/Texinfo/XS/convert/convert_html.c (contents_inline_element): remove code 
that was different before when called as convert, but should be the same now.
     new 3280621dd3 * doc/texi2any_api.texi (Dynamic Converter Formatting 
Information), tp/Texinfo/Convert/HTML.pm (%XS_conversion_overrides) 
(current_output_unit), tp/Texinfo/XS/convert/ConvertXS.xs 
(html_current_output_unit), tp/Texinfo/XS/convert/convert_html.c 
(convert_output_unit), tp/Texinfo/XS/convert/build_html_perl_state.c 
(build_html_formatting_state): add a function accessor for convert_output_unit. 
 Add an XS override for the.  Do not pass current_output_unit through build_htm 
[...]
     new da471ff9f8 * doc/texi2any_api.texi (Element Direction Information 
Type), tp/Texinfo/Convert/HTML.pm (%valid_direction_return_type) 
(from_element_direction), tp/Texinfo/XS/convert/convert_html.c 
(from_element_direction), tp/Texinfo/XS/main/converter_types.h (enum 
html_text_type): remove the target direction information type of 
from_element_direction, it is not used anymore and it is in general better to 
get the href.


Summary of changes:
 ChangeLog                                          | 37 ++++++++++++
 doc/texi2any_api.texi                              | 11 ++--
 tp/Texinfo/Convert/HTML.pm                         | 69 ++++++++++------------
 tp/Texinfo/XS/convert/ConvertXS.xs                 | 13 ++++
 tp/Texinfo/XS/convert/build_html_perl_state.c      |  9 ---
 tp/Texinfo/XS/convert/convert_html.c               | 62 +++++++------------
 tp/Texinfo/XS/main/converter_types.h               |  1 -
 tp/Texinfo/XS/main/utils.h                         |  2 +-
 tp/t/init/test_directions.init                     |  4 +-
 .../indices/index_no_node_no_top_no_node.pl        | 24 ++++----
 .../indices/printindex_between_part_chapter.pl     | 18 +++---
 .../indices/printindex_index_entry_in_copying.pl   | 18 +++---
 ...rintindex_index_entry_in_copying_in_footnote.pl |  2 +-
 13 files changed, 143 insertions(+), 127 deletions(-)



reply via email to

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