texinfo-commits
[Top][All Lists]
Advanced

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

master updated (0fe59eb395 -> 340c1cf174)


From: Patrice Dumas
Subject: master updated (0fe59eb395 -> 340c1cf174)
Date: Thu, 26 Sep 2024 17:15:16 -0400 (EDT)

pertusus pushed a change to branch master.

    from 0fe59eb395 * doc/texi2any_api.texi (Loading Init Files), 
doc/texinfo.texi (HTML Xref Configuration): hint that we do not follow strictly 
the XDG Base Directory Specification for defaults.
     new 6b10e5e8f5 * tp/Texinfo/Convert/HTML.pm (_file_header_information) 
(_default_format_begin_file, _default_format_node_redirection_page), 
tp/Texinfo/XS/convert/convert_html.c (BEGIN_FILE_INFORMATION) 
(destroy_begin_file_information, file_header_information) 
(html_default_format_begin_file) (html_default_format_node_redirection_page): 
add keywords to file_header_information returned information.
     new 340c1cf174 * tp/Texinfo/Convert/HTML.pm 
(_formatted_nodedescription_nr) (_convert_menu_entry_type): add 
_formatted_nodedescription_nr based on _convert_menu_entry_type code.


Summary of changes:
 ChangeLog                                          |  36 +
 tp/Makefile.tres                                   |   4 +
 tp/Texinfo/Convert/HTML.pm                         | 168 ++++-
 tp/Texinfo/XS/convert/ConvertXS.xs                 |  40 +
 tp/Texinfo/XS/convert/convert_html.c               | 175 ++++-
 tp/Texinfo/XS/convert/convert_html.h               |   2 +
 tp/Texinfo/XS/main/converter_types.h               |   1 +
 tp/t/html_tests.t                                  |  35 +
 .../html_tests/nodedescription_description.pl      | 838 +++++++++++++++++++++
 .../res_html/index.html                            |  53 ++
 .../res_html/other.html}                           |  15 +-
 .../res_html/titi.html}                            |  19 +-
 .../nodedescription_description/res_html/toto.html |  44 ++
 .../nodedescription_description_no_use_nodes.pl    | 838 +++++++++++++++++++++
 .../res_html/index.html                            |  44 ++
 .../res_html/other.html                            |  41 +
 .../res_html/titi.html                             |  45 ++
 .../res_html/toto.html                             |  44 ++
 18 files changed, 2394 insertions(+), 48 deletions(-)
 create mode 100644 tp/t/results/html_tests/nodedescription_description.pl
 create mode 100644 
tp/t/results/html_tests/nodedescription_description/res_html/index.html
 copy 
tp/t/results/{formats_encodings/manual_simple_utf8_with_error/res_html/Chapitre.html
 => html_tests/nodedescription_description/res_html/other.html} (55%)
 copy 
tp/t/results/{formats_encodings/manual_simple_utf8_with_error/res_html/Chapitre.html
 => html_tests/nodedescription_description/res_html/titi.html} (50%)
 create mode 100644 
tp/t/results/html_tests/nodedescription_description/res_html/toto.html
 create mode 100644 
tp/t/results/html_tests/nodedescription_description_no_use_nodes.pl
 create mode 100644 
tp/t/results/html_tests/nodedescription_description_no_use_nodes/res_html/index.html
 create mode 100644 
tp/t/results/html_tests/nodedescription_description_no_use_nodes/res_html/other.html
 create mode 100644 
tp/t/results/html_tests/nodedescription_description_no_use_nodes/res_html/titi.html
 create mode 100644 
tp/t/results/html_tests/nodedescription_description_no_use_nodes/res_html/toto.html



reply via email to

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