texinfo-commits
[Top][All Lists]
Advanced

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

master updated (cc90135ebb -> e828180fbd)


From: Patrice Dumas
Subject: master updated (cc90135ebb -> e828180fbd)
Date: Thu, 30 Jan 2025 17:03:18 -0500 (EST)

pertusus pushed a change to branch master.

    from cc90135ebb * doc/texinfo.tex (\pdfurl, \pdfmakeurl): Use common 
definition of \pdfurl for pdftex and xetex.  Use \pdfmakeurl for 
engine-specific part.
     new d6b7879b7a * tp/Texinfo/Convert/HTML.pm (converter_initialize) 
(conversion_initialization): cache all directions in $self->{'all_directions'}.
     new 3c5b15f42b * doc/texi2any_api.texi (Setting Global Directions From 
Document Information), tp/init/documentation_examples.pm 
(_set_appendix_direction_node_name), tp/t/init_files_tests.t 
($documentation_examples_text): add the "Setting Global Directions From 
Document Information" node to document set_global_direction. Add example code 
to documentation_examples.pm.
     new e828180fbd * tp/t/init/index_direction_from_index_name.pm 
(_set_index_global_direction_from_index_name): test setting an unknown 
direction with set_global_direction.


Summary of changes:
 ChangeLog                                          |  37 ++
 doc/texi2any_api.texi                              |  68 +++
 tp/Makefile.am                                     |   1 +
 tp/Makefile.tres                                   |   2 +
 tp/TODO                                            |   5 -
 tp/Texinfo/Convert/HTML.pm                         |  50 +-
 tp/Texinfo/XS/convert/ConvertXS.xs                 |  20 +
 tp/Texinfo/XS/convert/html_prepare_converter.c     |  61 +++
 tp/Texinfo/XS/convert/html_prepare_converter.h     |   3 +
 tp/Texinfo/XS/main/utils.c                         |   2 +
 tp/init/documentation_examples.pm                  |  43 ++
 tp/t/init/index_direction_from_index_name.pm       |  75 +++
 tp/t/init_files_tests.t                            |  29 ++
 .../init_files_tests/documentation_examples.pl     | 132 +++++
 .../documentation_examples/res_html/index.html     |   1 +
 .../res_html/prepended_to_filenames-Index.html     |   3 +-
 .../res_html/prepended_to_filenames-chapter.html   |   2 +-
 .../res_html/prepended_to_filenames-my-node.html   |   2 +-
 .../documentation_examples_texi2html.pl            | 132 +++++
 .../res_html/documentation_examples_texi2html.html |  38 +-
 ...translations.pl => printindex_set_direction.pl} | 544 ++++++++++-----------
 .../res_html/Chapter.html                          |  10 +-
 .../res_html/Cindex.html}                          |  23 +-
 .../printindex_set_direction/res_html/Findex.html  |  53 ++
 .../printindex_set_direction/res_html/Vindex.html  |  55 +++
 .../printindex_set_direction}/res_html/index.html  |  10 +-
 26 files changed, 1062 insertions(+), 339 deletions(-)
 create mode 100644 tp/t/init/index_direction_from_index_name.pm
 copy tp/t/results/init_files_tests/{customize_translations.pl => 
printindex_set_direction.pl} (53%)
 copy tp/t/results/init_files_tests/{customize_special_element => 
printindex_set_direction}/res_html/Chapter.html (66%)
 copy tp/t/results/init_files_tests/{directions_buttons/res_html/chapter.html 
=> printindex_set_direction/res_html/Cindex.html} (52%)
 create mode 100644 
tp/t/results/init_files_tests/printindex_set_direction/res_html/Findex.html
 create mode 100644 
tp/t/results/init_files_tests/printindex_set_direction/res_html/Vindex.html
 copy tp/t/results/{html_tests/file_name_conflict_with_Top => 
init_files_tests/printindex_set_direction}/res_html/index.html (64%)



reply via email to

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