texinfo-commits
[Top][All Lists]
Advanced

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

master updated (f933fffc72 -> c802d68288)


From: Patrice Dumas
Subject: master updated (f933fffc72 -> c802d68288)
Date: Thu, 2 May 2024 18:44:00 -0400 (EDT)

pertusus pushed a change to branch master.

    from f933fffc72 * tp/Texinfo/Convert/HTML.pm (converter_initialize) 
(conversion_initialization): set FORMAT_MENU, MAX_HEADER_LEVEL, 
CONTENTS_OUTPUT_LOCATION, INDEX_ENTRY_COLON, MENU_ENTRY_COLON if undef in 
converter_initialize.  Set OPEN_QUOTE_SYMBOL, CLOSE_QUOTE_SYMBOL and 
MENU_SYMBOL if undef after setting the default.
     new aea5c1f60f * tp/Makefile.tres, tp/t/converters_tests.t 
(extension_undef): add a test with EXTENSION undef.
     new ed815ef57f * tp/Texinfo/Convert/DocBook.pm (converter_initialize): set 
OPEN_QUOTE_SYMBOL and CLOSE_QUOTE_SYMBOL if undef.
     new c6cc945101 * tp/Makefile.tres, tp/t/html_tests.t 
(undef_split_and_big_rule): test with SPLIT and BIG_RULE undef.
     new bfadded8d5 * tp/Makefile.tres, tp/t/html_tests.t 
(info_js_dir_html_file_js_weblabels_file_undef): add a test with INFO_JS_DIR 
set and JS_WEBLABELS_FILE undef.
     new c802d68288 * tp/Texinfo/XS/convert/convert_html.c 
(html_default_format_begin_file) (html_default_format_node_redirection_page): 
use empty string for PACKAGE_AND_VERSION and PACKAGE_URL if undefined.


Summary of changes:
 ChangeLog                                          |  39 ++
 tp/Makefile.tres                                   |  16 +
 tp/Texinfo/Convert/DocBook.pm                      |   7 +
 tp/Texinfo/Convert/LaTeX.pm                        |   3 +-
 tp/Texinfo/Convert/Plaintext.pm                    |  12 +-
 tp/Texinfo/XS/convert/convert_html.c               |  28 +-
 tp/t/converters_tests.t                            |  77 +++
 tp/t/html_tests.t                                  |  14 +
 .../conversion_with_undef_customization.pl}        | 753 +++++++++++----------
 .../conversion_with_undef_customization.xml        |  23 +
 .../res_html/chap_00ea.html                        |  52 ++
 .../conversion_with_undef_customization_abt.html   |  40 ++
 .../res_html/index.html                            |  57 ++
 .../res_html/sec.html                              |  56 ++
 .../conversion_with_undef_customization.info       | Bin 0 -> 799 bytes
 .../conversion_with_undef_customization.tex}       |  31 +-
 .../conversion_with_undef_customization.xml        |  29 +
 .../extension_undef.pl}                            | 147 ++--
 .../res_docbook/extension_undef}                   |   9 +-
 .../extension_undef/res_html/chapter}              |  25 +-
 .../extension_undef/res_info/extension_undef       |  23 +
 .../extension_undef/res_latex/extension_undef}     |   7 +-
 .../extension_undef/res_xml/extension_undef        |  12 +
 ...fo_js_dir_html_file_js_weblabels_file_undef.pl} |  30 +-
 .../res_html/chap.html                             |   2 +-
 .../res_html/index.html                            |   2 +-
 .../res_html/js/info.css                           |   0
 .../res_html/js/info.js                            |   0
 .../res_html/js/modernizr.js                       |   0
 ...ir_html_file.pl => undef_split_and_big_rule.pl} | 176 +++--
 .../res_html/undef_split_and_big_rule.html}        |  35 +-
 tp/t/test_utils.pl                                 |   2 +-
 32 files changed, 1152 insertions(+), 555 deletions(-)
 copy tp/t/results/{html_tests/deftypefnnewline_for_copying_before.pl => 
converters_tests/conversion_with_undef_customization.pl} (51%)
 create mode 100644 
tp/t/results/converters_tests/conversion_with_undef_customization/res_docbook/conversion_with_undef_customization.xml
 create mode 100644 
tp/t/results/converters_tests/conversion_with_undef_customization/res_html/chap_00ea.html
 create mode 100644 
tp/t/results/converters_tests/conversion_with_undef_customization/res_html/conversion_with_undef_customization_abt.html
 create mode 100644 
tp/t/results/converters_tests/conversion_with_undef_customization/res_html/index.html
 create mode 100644 
tp/t/results/converters_tests/conversion_with_undef_customization/res_html/sec.html
 create mode 100644 
tp/t/results/converters_tests/conversion_with_undef_customization/res_info/conversion_with_undef_customization.info
 copy tp/t/results/{latex_tests/brace_in_index/res_latex/brace_in_index.tex => 
converters_tests/conversion_with_undef_customization/res_latex/conversion_with_undef_customization.tex}
 (81%)
 create mode 100644 
tp/t/results/converters_tests/conversion_with_undef_customization/res_xml/conversion_with_undef_customization.xml
 copy tp/t/results/{moresectioning/contents_at_end_document.pl => 
converters_tests/extension_undef.pl} (59%)
 copy 
tp/t/results/converters_tests/{minimal_empty_with_input/res_docbook/minimal_empty_with_input.xml
 => extension_undef/res_docbook/extension_undef} (56%)
 copy tp/t/results/{html_tests/set_unit_file_name_filepath/res_html/fname.html 
=> converters_tests/extension_undef/res_html/chapter} (58%)
 create mode 100644 
tp/t/results/converters_tests/extension_undef/res_info/extension_undef
 copy 
tp/t/results/{sectioning/top_node_part_top/res_latex/top_node_part_top.tex => 
converters_tests/extension_undef/res_latex/extension_undef} (96%)
 create mode 100644 
tp/t/results/converters_tests/extension_undef/res_xml/extension_undef
 copy tp/t/results/html_tests/{info_js_dir_html_file.pl => 
info_js_dir_html_file_js_weblabels_file_undef.pl} (68%)
 copy tp/t/results/html_tests/{info_js_dir_html_file => 
info_js_dir_html_file_js_weblabels_file_undef}/res_html/chap.html (93%)
 copy tp/t/results/html_tests/{info_js_dir_html_file => 
info_js_dir_html_file_js_weblabels_file_undef}/res_html/index.html (93%)
 copy tp/t/results/html_tests/{info_js_dir_html_file => 
info_js_dir_html_file_js_weblabels_file_undef}/res_html/js/info.css (100%)
 copy tp/t/results/html_tests/{info_js_dir_html_file => 
info_js_dir_html_file_js_weblabels_file_undef}/res_html/js/info.js (100%)
 copy tp/t/results/html_tests/{info_js_dir_html_file => 
info_js_dir_html_file_js_weblabels_file_undef}/res_html/js/modernizr.js (100%)
 copy tp/t/results/html_tests/{info_js_dir_html_file.pl => 
undef_split_and_big_rule.pl} (52%)
 copy 
tp/t/results/html_tests/{file_name_case_insensitive_conflict_node_no_redirections/res_html/chap.html
 => undef_split_and_big_rule/res_html/undef_split_and_big_rule.html} (54%)



reply via email to

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