texinfo-commits
[Top][All Lists]
Advanced

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

master updated (eb4b68c882 -> c39b8fd42c)


From: Patrice Dumas
Subject: master updated (eb4b68c882 -> c39b8fd42c)
Date: Tue, 24 Dec 2024 10:15:58 -0500 (EST)

pertusus pushed a change to branch master.

    from eb4b68c882 use contents for definition lines instead of args
     new d93407ca3e root line commands in 'argument' container in contents
     new c39b8fd42c TODO: update notes


Summary of changes:
 ChangeLog                                          |   60 +
 tp/TODO                                            |   16 -
 tp/Texinfo/Common.pm                               |   11 +-
 tp/Texinfo/Convert/Converter.pm                    |   19 +-
 tp/Texinfo/Convert/DocBook.pm                      |   26 +-
 tp/Texinfo/Convert/HTML.pm                         |   82 +-
 tp/Texinfo/Convert/LaTeX.pm                        |   18 +-
 tp/Texinfo/Convert/NodeNameNormalization.pm        |    6 +-
 tp/Texinfo/Convert/Plaintext.pm                    |   27 +-
 tp/Texinfo/Convert/Texinfo.pm                      |    6 +-
 tp/Texinfo/Convert/TexinfoMarkup.pm                |   41 +-
 tp/Texinfo/Convert/Text.pm                         |   22 +-
 tp/Texinfo/ParserNonXS.pm                          |   88 +-
 tp/Texinfo/Structuring.pm                          |   35 +-
 tp/Texinfo/Transformations.pm                      |   23 +-
 tp/Texinfo/XS/convert/convert_html.c               |   19 +-
 tp/Texinfo/XS/convert/converter.c                  |   13 +-
 tp/Texinfo/XS/convert/format_html.c                |  105 +-
 tp/Texinfo/XS/main/convert_to_texinfo.c            |    6 +-
 tp/Texinfo/XS/main/convert_to_text.c               |   41 +-
 tp/Texinfo/XS/main/node_name_normalization.c       |    6 +-
 tp/Texinfo/XS/main/utils.c                         |   11 +-
 tp/Texinfo/XS/parsetexi/end_line.c                 |   58 +-
 tp/Texinfo/XS/parsetexi/handle_commands.c          |   11 +
 tp/Texinfo/XS/parsetexi/parser.c                   |   25 +-
 tp/Texinfo/XS/structuring_transfo/structuring.c    |   40 +-
 .../XS/structuring_transfo/transformations.c       |   17 +-
 tp/ext/epub3.pm                                    |    3 +-
 tp/init/chm.pm                                     |    3 +-
 tp/t/results/alias/alias_of_added_index.pl         |  110 +-
 .../alias_of_added_index_before_added_index.pl     |  110 +-
 tp/t/results/conditionals/cond.pl                  |   83 +-
 tp/t/results/conditionals/cond_ifhtml_ifinfo.pl    |   83 +-
 .../conditionals/cond_ifhtml_ifinfo_iftex.pl       |   83 +-
 tp/t/results/conditionals/cond_info.pl             |   83 +-
 .../conditionals/cond_info_ifhtml_ifinfo_iftex.pl  |   83 +-
 .../cond_info_no-ifhtml_no-ifinfo_no-iftex.pl      |   83 +-
 .../cond_no-ifhtml_no-ifinfo_no-iftex.pl           |   83 +-
 tp/t/results/conditionals/cond_xml.pl              |   83 +-
 tp/t/results/conditionals/defcondx_Dbar.pl         |   29 +-
 tp/t/results/conditionals/defcondx_Ubar.pl         |   29 +-
 .../results/converters_tests/at_commands_in_raw.pl |  114 +-
 tp/t/results/converters_tests/combined_fonts.pl    |  108 +-
 tp/t/results/converters_tests/commands_in_sc.pl    |  116 +-
 .../commands_in_settitle_with_title.pl             |  108 +-
 tp/t/results/converters_tests/commands_in_var.pl   |  116 +-
 tp/t/results/converters_tests/complex_nestings.pl  |  120 +-
 .../converters_tests/contents_at_document_begin.pl |  110 +-
 .../contents_at_document_begin_inline.pl           |  110 +-
 .../contents_at_document_begin_separate_element.pl |  110 +-
 .../conversion_with_undef_customization.pl         |  198 +-
 .../converters_tests/definition_commands.pl        |  264 +-
 tp/t/results/converters_tests/extension_undef.pl   |   79 +-
 .../results/converters_tests/footnote_no_number.pl |  108 +-
 .../footnote_no_number_separate.pl                 |  108 +-
 tp/t/results/converters_tests/form_feeds.pl        |   72 +-
 .../converters_tests/frenchspacing_and_code.pl     |  170 +-
 tp/t/results/converters_tests/image_formatting.pl  |  108 +-
 .../index_entry_in_preformatted.pl                 |  114 +-
 .../indices_in_begin_tables_lists.pl               |  248 +-
 ...ces_in_begin_tables_lists_entries_after_item.pl |  248 +-
 tp/t/results/converters_tests/link.pl              |   95 +-
 tp/t/results/converters_tests/non_empty_part.pl    |  431 +-
 .../non_empty_part_no_top_node_output.pl           |  431 +-
 .../printindex_merged_indices_code_style.pl        |  118 +-
 tp/t/results/converters_tests/ref_in_sectioning.pl | 1827 ++--
 .../reference_for_formatting_customizations.pl     |  108 +-
 .../references_to_top_no_top_output.pl             |  136 +-
 tp/t/results/converters_tests/refs_formatting.pl   |  146 +-
 .../converters_tests/sections_and_printindex.pl    |  195 +-
 .../converters_tests/setfilename_no_extension.pl   |   83 +-
 .../converters_tests/simplest_test_prefix.pl       |   29 +-
 .../some_at_commands_in_ref_nodes.pl               |  680 +-
 .../converters_tests/spaces_in_empty_node_names.pl |  162 +-
 .../converters_tests/spaces_in_node_names.pl       |  192 +-
 .../converters_tests/test_deftypefnnewline.pl      |  136 +-
 .../test_formatting_customizations.pl              |  108 +-
 .../converters_tests/things_before_setfilename.pl  |  112 +-
 tp/t/results/converters_tests/top_in_ref.pl        |  150 +-
 .../various_itemize_command_as_argument.pl         |  122 +-
 .../various_vtable_command_as_argument.pl          |  206 +-
 .../coverage/punctuation_in_line_commands.pl       |   70 +-
 .../coverage_braces/contain_plain_text_nestings.pl |  120 +-
 tp/t/results/coverage_braces/footnote_no_node.pl   |   29 +-
 .../coverage_braces/inforef_too_much_args.pl       |   31 +-
 tp/t/results/coverage_braces/seeentry_no_braces.pl |  110 +-
 tp/t/results/coverage_braces/test_image.pl         |   58 +-
 .../coverage_braces/two_footnotes_in_nodes.pl      |  110 +-
 .../two_footnotes_in_nodes_separate.pl             |  110 +-
 .../two_footnotes_in_nodes_separate_no_header.pl   |  110 +-
 .../def/all_commands_delimiters_printindex.pl      |  148 +-
 tp/t/results/def/all_commands_printindex.pl        |  108 +-
 tp/t/results/def/omit_def_space.pl                 |   62 +-
 tp/t/results/def/ref_in_def.pl                     |   57 +-
 tp/t/results/def/space_in_def_for_index.pl         |   58 +-
 tp/t/results/def/text_block_before_defline.pl      |  110 +-
 .../docbook_tests/between_node_and_section.pl      |  162 +-
 .../docbook_tests/multiple_documentlanguage.pl     |  270 +-
 .../docbook_tests/special_docbook_unnumbered.pl    |  278 +-
 tp/t/results/epub_tests/chapter_before_top_epub.pl |  137 +-
 tp/t/results/epub_tests/section_part_epub.pl       |   79 +-
 .../setfilename_on_top_and_after_node_epub.pl      |   84 +-
 tp/t/results/float/anchor_in_caption.pl            |   58 +-
 tp/t/results/float/cindex_in_caption.pl            |   60 +-
 .../results/float/comment_space_comand_in_float.pl |   54 +-
 tp/t/results/float/complex_float.pl                |  152 +-
 tp/t/results/float/float_copying.pl                |  110 +-
 tp/t/results/float/footnote_in_caption.pl          |   58 +-
 .../results/float/footnote_in_caption_and_error.pl |   58 +-
 .../float/numbering_captions_listoffloats.pl       |  688 +-
 .../float/special_characters_in_float_type.pl      |  114 +-
 tp/t/results/formats_encodings/accent.pl           |   54 +-
 .../formats_encodings/accent_argument_non_ascii.pl |  108 +-
 .../formats_encodings/accent_enable_encoding.pl    |   54 +-
 tp/t/results/formats_encodings/accentenc.pl        |   54 +-
 .../formats_encodings/accentenc_enable_encoding.pl |   54 +-
 .../formats_encodings/at_commands_in_refs.pl       | 8802 ++++++++++----------
 .../at_commands_in_refs_latin1.pl                  | 8802 ++++++++++----------
 .../formats_encodings/at_commands_in_refs_utf8.pl  | 8802 ++++++++++----------
 .../char_latin1_latin1_in_refs.pl                  |  346 +-
 .../char_latin2_latin2_in_refs.pl                  |  114 +-
 .../char_us_ascii_latin1_in_refs.pl                |  346 +-
 .../formats_encodings/char_utf8_latin1_in_refs.pl  |  346 +-
 .../dotless_argument_non_ascii.pl                  |  108 +-
 .../formats_encodings/japanese_shift_jis.pl        |  166 +-
 .../manual_simple_latin1_with_error.pl             |  137 +-
 .../manual_simple_utf8_with_error.pl               |  137 +-
 .../multiple_include_encodings.pl                  |  438 +-
 tp/t/results/formats_encodings/sample_utf8.pl      |  230 +-
 .../formats_encodings/verb_delimiter_not_ascii.pl  |  108 +-
 tp/t/results/formats_encodings/weird_accents.pl    |  108 +-
 .../weird_accents_disable_encoding.pl              |  108 +-
 tp/t/results/heading/heading_in_copying.pl         |   54 +-
 tp/t/results/html_tests/U_in_index.pl              |  114 +-
 .../html_tests/acronym_in_node_and_section.pl      |  248 +-
 tp/t/results/html_tests/anchor_on_vtable_item.pl   |  172 +-
 tp/t/results/html_tests/automatic_menus.pl         |  216 +-
 .../html_tests/base_for_css_info_in_init_test.pl   |   54 +-
 .../character_number_leading_toc_stoc.pl           |  104 +-
 tp/t/results/html_tests/check_htmlxref.pl          |  439 +-
 .../html_tests/check_htmlxref_ignore_ref_top_up.pl |  439 +-
 tp/t/results/html_tests/check_htmlxref_menu.pl     |  439 +-
 .../html_tests/check_htmlxref_no_use_nodes.pl      |  439 +-
 .../html_tests/command_in_node_redirection.pl      |   70 +-
 .../command_in_node_redirection_multiple.pl        |   70 +-
 .../command_in_node_redirection_other_command.pl   |   70 +-
 .../command_in_node_redirection_same_command.pl    |   70 +-
 .../command_in_node_redirection_two_commands.pl    |   70 +-
 tp/t/results/html_tests/contents_at_end.pl         |  110 +-
 tp/t/results/html_tests/contents_at_end_inline.pl  |  110 +-
 .../html_tests/contents_at_end_separate_element.pl |  110 +-
 .../html_tests/contents_in_middle_chapter.pl       |  166 +-
 .../contents_in_middle_chapter_inline.pl           |  166 +-
 .../contents_in_middle_chapter_separate_element.pl |  166 +-
 .../html_tests/contents_in_middle_section.pl       |  222 +-
 .../contents_in_middle_section_inline.pl           |  222 +-
 .../contents_in_middle_section_separate_element.pl |  222 +-
 .../html_tests/contents_with_only_top_node.pl      |   29 +-
 .../html_tests/css_in_node_redirection_page.pl     |   54 +-
 .../deftypefnnewline_for_copying_after.pl          |  110 +-
 .../deftypefnnewline_for_copying_before.pl         |  110 +-
 tp/t/results/html_tests/documentdescription.pl     |   25 +-
 tp/t/results/html_tests/double_contents.pl         |  166 +-
 .../html_tests/double_contents_after_title.pl      |  166 +-
 .../double_contents_after_title_show_title.pl      |  166 +-
 ...double_contents_after_title_show_title_nodes.pl |  166 +-
 tp/t/results/html_tests/double_contents_book.pl    |  166 +-
 tp/t/results/html_tests/double_contents_chapter.pl |  166 +-
 tp/t/results/html_tests/double_contents_inline.pl  |  166 +-
 .../html_tests/double_contents_inline_chapter.pl   |  166 +-
 .../html_tests/double_contents_inline_nodes.pl     |  166 +-
 .../html_tests/double_contents_inline_section.pl   |  166 +-
 tp/t/results/html_tests/double_contents_nodes.pl   |  166 +-
 tp/t/results/html_tests/double_contents_section.pl |  166 +-
 .../html_tests/double_contents_separate_element.pl |  166 +-
 .../double_contents_separate_element_chapter.pl    |  166 +-
 .../double_contents_separate_element_nodes.pl      |  166 +-
 .../double_contents_separate_element_section.pl    |  166 +-
 ...sive_self_section_reference_node_no_use_node.pl |  160 +-
 .../html_tests/empty_chapter_in_html_title.pl      |   98 +-
 ...y_chapter_in_html_title_no_node_no_use_nodes.pl |   73 +-
 .../empty_lines_at_beginning_no_setfilename.pl     |   54 +-
 .../empty_node_in_html_title_no_sec_name.pl        |   98 +-
 .../file_name_case_insensitive_conflict_node.pl    |  274 +-
 ...se_insensitive_conflict_node_no_redirections.pl |  274 +-
 ..._name_case_insensitive_conflict_redirections.pl |   89 +-
 .../html_tests/file_name_conflict_with_Top.pl      |  108 +-
 .../html_tests/file_name_conflict_with_section.pl  |   79 +-
 .../file_name_conflict_with_user_defined.pl        |  158 +-
 .../html_tests/filenameconflictwithnonsplit.pl     |   54 +-
 .../filenameconflictwithspecialelement.pl          |  108 +-
 tp/t/results/html_tests/float_copying.pl           |  122 +-
 ...otnotestyle_separate_html_text_no_monolithic.pl |  108 +-
 .../html_tests/footnotestyle_separate_late.pl      |  162 +-
 .../html_tests/headings_after_lone_nodes.pl        |  346 +-
 tp/t/results/html_tests/html_in_copying.pl         |   54 +-
 .../results/html_tests/index_and_node_same_name.pl |   56 +-
 tp/t/results/html_tests/index_below.pl             |   87 +-
 tp/t/results/html_tests/info_js_dir_html.pl        |  104 +-
 tp/t/results/html_tests/info_js_dir_html_file.pl   |  104 +-
 ...nfo_js_dir_html_file_js_weblabels_file_undef.pl |  104 +-
 tp/t/results/html_tests/info_js_dir_html_text.pl   |  104 +-
 tp/t/results/html_tests/inline_in_node.pl          |  258 +-
 tp/t/results/html_tests/letter_command_in_index.pl |  114 +-
 tp/t/results/html_tests/menu.pl                    |   76 +-
 .../html_tests/menu_in_documentdescription.pl      |   58 +-
 tp/t/results/html_tests/menu_in_example.pl         |   39 +-
 tp/t/results/html_tests/no_content.pl              |  110 +-
 tp/t/results/html_tests/no_content_do_contents.pl  |  110 +-
 .../html_tests/no_content_do_contents_inline.pl    |  110 +-
 .../no_content_do_contents_separate_element.pl     |  110 +-
 tp/t/results/html_tests/no_content_inline.pl       |  110 +-
 .../html_tests/no_content_separate_element.pl      |  110 +-
 tp/t/results/html_tests/node_footnote_end.pl       |  216 +-
 tp/t/results/html_tests/node_footnote_separated.pl |  216 +-
 tp/t/results/html_tests/node_footnote_use_node.pl  |  216 +-
 .../html_tests/node_footnote_use_node_separate.pl  |  216 +-
 .../html_tests/nodedescription_description.pl      |  224 +-
 .../nodedescription_description_no_use_nodes.pl    |  224 +-
 tp/t/results/html_tests/redirection_same_labels.pl |  295 +-
 tp/t/results/html_tests/ref_in_preformatted.pl     |   60 +-
 .../html_tests/sectioning_check_menu_structure.pl  | 1030 +--
 .../html_tests/set_unit_file_name_filepath.pl      |  104 +-
 tp/t/results/html_tests/shortcontents_no_top.pl    |   87 +-
 tp/t/results/html_tests/shorttitlepage.pl          |  110 +-
 .../html_tests/simple_only_special_spaces_node.pl  |  196 +-
 .../html_tests/simplest_test_date_in_header.pl     |   29 +-
 tp/t/results/html_tests/split_html_text.pl         |  104 +-
 tp/t/results/html_tests/test_accents_sc_default.pl |  108 +-
 .../html_tests/test_accents_sc_default_latin1.pl   |  108 +-
 .../html_tests/test_accents_sc_default_usascii.pl  |  108 +-
 .../html_tests/test_accents_sc_enable_encoding.pl  |  108 +-
 .../test_accents_sc_enable_encoding_latin1.pl      |  108 +-
 ...st_accents_sc_enable_encoding_to_utf8_latin1.pl |  108 +-
 ...t_accents_sc_enable_encoding_to_utf8_usascii.pl |  108 +-
 .../test_accents_sc_enable_encoding_usascii.pl     |  108 +-
 .../html_tests/test_accents_sc_to_utf8_latin1.pl   |  108 +-
 .../test_accents_sc_use_numeric_entity.pl          |  108 +-
 .../test_separated_contents_shortcontents.pl       |  162 +-
 .../html_tests/test_xrefautomaticsectiontitle.pl   |  114 +-
 .../test_xrefautomaticsectiontitle_off_first.pl    |  114 +-
 .../text_before_top_and_contents_after_title.pl    |   83 +-
 ...t_before_top_and_summarycontents_after_title.pl |   83 +-
 tp/t/results/html_tests/text_css_info_in_init.pl   |   54 +-
 tp/t/results/html_tests/titles.pl                  |  110 +-
 .../top_file_name_and_node_name_collision.pl       |  137 +-
 tp/t/results/html_tests/top_node_top_contents.pl   |   50 +-
 tp/t/results/html_tests/top_node_up_explicit.pl    |  250 +-
 .../html_tests/top_node_up_explicit_no_nodes.pl    |  250 +-
 tp/t/results/html_tests/top_node_up_implicit.pl    |  110 +-
 .../html_tests/top_node_up_implicit_no_nodes.pl    |  110 +-
 .../html_tests/transliterated_names_conflicts.pl   |  164 +-
 .../results/html_tests/undef_split_and_big_rule.pl |  133 +-
 .../xhtml_rule_element_already_closed.pl           |  104 +-
 tp/t/results/htmlxref/htmlxref.pl                  |  605 +-
 .../htmlxref/htmlxref_no_urlprefix_first.pl        |  108 +-
 tp/t/results/htmlxref/htmlxref_nodes.pl            |  605 +-
 tp/t/results/htmlxref/htmlxref_only_mono.pl        |  605 +-
 tp/t/results/htmlxref/htmlxref_only_mono_nodes.pl  |  605 +-
 tp/t/results/htmlxref/htmlxref_only_split.pl       |  605 +-
 tp/t/results/htmlxref/htmlxref_only_split_nodes.pl |  605 +-
 tp/t/results/include/cpp_line_latin1.pl            |   77 +-
 tp/t/results/include/cpp_lines.pl                  |   54 +-
 .../macro_and_commands_in_early_commands.pl        |   83 +-
 tp/t/results/include/macro_in_early_commands.pl    |   83 +-
 tp/t/results/include/value_expansion_in_include.pl |   54 +-
 tp/t/results/indices/complex_recursive_synindex.pl |   58 +-
 tp/t/results/indices/def_syn_indices.pl            |  120 +-
 ...default_cp_index_and_one_letter_syncodeindex.pl |  Bin 10087 -> 10349 bytes
 tp/t/results/indices/double_index_entry.pl         |  108 +-
 tp/t/results/indices/double_seeentry_seealso.pl    |  124 +-
 tp/t/results/indices/double_syncodeindex.pl        |   56 +-
 tp/t/results/indices/empty_added_index_entry.pl    |   54 +-
 tp/t/results/indices/empty_cindex_entry.pl         |   54 +-
 tp/t/results/indices/empty_index_entry.pl          |   58 +-
 tp/t/results/indices/empty_string_index_entry.pl   |   64 +-
 tp/t/results/indices/encoding_index_ascii.pl       |   81 +-
 .../encoding_index_ascii_enable_encoding.pl        |   81 +-
 tp/t/results/indices/encoding_index_latin1.pl      |   85 +-
 .../encoding_index_latin1_enable_encoding.pl       |   85 +-
 tp/t/results/indices/encoding_index_utf8.pl        |   85 +-
 .../indices/encoding_index_utf8_enable_encoding.pl |   85 +-
 .../indices/encoding_index_utf8_no_use_unicode.pl  |   85 +-
 tp/t/results/indices/explicit_sort_key.pl          |   79 +-
 tp/t/results/indices/ftable_vtable.pl              |   72 +-
 .../indices/ignored_sort_char_empty_entries.pl     |   79 +-
 tp/t/results/indices/image_lines_count.pl          |  Bin 5652 -> 5768 bytes
 tp/t/results/indices/image_text_lines_count.pl     |  Bin 6055 -> 6171 bytes
 tp/t/results/indices/index_and_node_same_name.pl   |  110 +-
 tp/t/results/indices/index_entries_before_nodes.pl |  Bin 11507 -> 11739 bytes
 tp/t/results/indices/index_entries_locations.pl    |   62 +-
 .../indices/index_entry_before_first_node.pl       |  Bin 6138 -> 6254 bytes
 tp/t/results/indices/index_entry_before_node.pl    |  221 +-
 tp/t/results/indices/index_entry_in_footnote.pl    |  Bin 7028 -> 7144 bytes
 .../index_entry_in_footnote_different_node_end.pl  |   95 +-
 .../indices/index_entry_in_footnote_sections.pl    |  110 +-
 .../index_entry_in_footnote_sections_separate.pl   |  110 +-
 .../indices/index_entry_in_footnote_separate.pl    |   95 +-
 tp/t/results/indices/index_no_node.pl              |  145 +-
 tp/t/results/indices/index_no_node_no_top.pl       |  145 +-
 .../indices/index_no_node_no_top_no_node.pl        |  145 +-
 tp/t/results/indices/index_nodes.pl                |  455 +-
 .../indices/index_nodes_no_split_no_use_nodes.pl   |  455 +-
 tp/t/results/indices/index_special_region.pl       |  167 +-
 .../index_special_region_no_insertcopying.pl       |  167 +-
 ...egion_no_insertcopying_no_titlepage_no_nodes.pl |  167 +-
 ...l_region_no_insertcopying_titlepage_no_nodes.pl |  167 +-
 ...copying_titlepage_no_nodes_footnotes_default.pl |  167 +-
 .../index_special_region_no_titlepage_no_nodes.pl  |  167 +-
 .../index_special_region_titlepage_no_nodes.pl     |  167 +-
 ..._region_titlepage_no_nodes_footnotes_default.pl |  167 +-
 tp/t/results/indices/index_split.pl                |  731 +-
 .../indices/index_split_split_chapter_no_nodes.pl  |  731 +-
 tp/t/results/indices/index_table.pl                |  316 +-
 .../results/indices/index_table_chapter_no_node.pl |  316 +-
 .../multiple_index_text_sortas_seeentry_seealso.pl |  110 +-
 tp/t/results/indices/nodes_before_top.pl           |  703 +-
 .../nodes_before_top_and_sections_chapter.pl       |  953 ++-
 ...odes_before_top_and_sections_chapter_no_node.pl |  953 ++-
 ...des_before_top_and_sections_unsplit_no_nodes.pl |  953 ++-
 .../indices/nodes_before_top_split_chapter.pl      |  703 +-
 .../nodes_before_top_split_chapter_no_nodes.pl     |  703 +-
 tp/t/results/indices/print_merged_index.pl         |   54 +-
 .../indices/printindex_between_node_section.pl     |  166 +-
 .../indices/printindex_between_part_chapter.pl     |  195 +-
 .../indices/printindex_index_entry_in_copying.pl   |  110 +-
 ...rintindex_index_entry_in_copying_in_footnote.pl |  110 +-
 ...ndex_index_entry_in_copying_no_insertcopying.pl |  110 +-
 .../indices/printindex_with_space_before.pl        |  Bin 6953 -> 7215 bytes
 .../indices/same_index_entry_merged_indices.pl     |  106 +-
 tp/t/results/indices/same_only_seealso_seeentry.pl |  122 +-
 tp/t/results/indices/same_seealso_seeentry.pl      |  124 +-
 tp/t/results/indices/seealso_duplicate.pl          |   76 +-
 tp/t/results/indices/seeentry.pl                   |  114 +-
 tp/t/results/indices/sorted_subentries.pl          |  282 +-
 tp/t/results/indices/split_chapter_index.pl        |  242 +-
 tp/t/results/indices/subentries.pl                 |  162 +-
 tp/t/results/indices/subentries_and_comments.pl    |  114 +-
 tp/t/results/indices/subentry_and_sortas.pl        |  114 +-
 tp/t/results/indices/subentry_and_sortas_spaces.pl |  134 +-
 tp/t/results/indices/syncode_index_print_both.pl   |  110 +-
 tp/t/results/indices/syncodeindex_to_plain.pl      |   56 +-
 tp/t/results/indices/transparent_sort_chars.pl     |   79 +-
 tp/t/results/indices/w_lines_count.pl              |  Bin 9378 -> 9620 bytes
 tp/t/results/info_tests/anchor_and_spaces.pl       |   54 +-
 tp/t/results/info_tests/anchor_in_command.pl       |   29 +-
 tp/t/results/info_tests/before_node_and_section.pl |  124 +-
 .../info_tests/chinese_mixed_with_en_EUC_CN.pl     |  108 +-
 tp/t/results/info_tests/colon_in_index_entry.pl    |   39 +-
 .../info_tests/colons_in_index_entries_and_node.pl |  151 +-
 .../colons_in_index_entries_and_node_no_quoting.pl |  151 +-
 tp/t/results/info_tests/def_in_copying.pl          |   58 +-
 tp/t/results/info_tests/direntry_dircategory.pl    |  112 +-
 .../direntry_dircategory_and_commands.pl           |   54 +-
 tp/t/results/info_tests/empty_caption.pl           |   33 +-
 tp/t/results/info_tests/encoding_us_ascii.pl       |   29 +-
 .../end_of_line_command_in_node_lines.pl           |  236 +-
 tp/t/results/info_tests/error_in_footnote.pl       |   33 +-
 tp/t/results/info_tests/file_only_png.pl           |  Bin 3520 -> 3636 bytes
 tp/t/results/info_tests/float_long_captions.pl     |   37 +-
 tp/t/results/info_tests/float_without_type.pl      |   29 +-
 tp/t/results/info_tests/image_and_punctuation.pl   |  Bin 7107 -> 7223 bytes
 .../info_tests/image_and_spaces_formatting.pl      |   29 +-
 tp/t/results/info_tests/image_extension.pl         |  Bin 4477 -> 4593 bytes
 tp/t/results/info_tests/image_in_paragraph.pl      |  Bin 2999 -> 3115 bytes
 tp/t/results/info_tests/image_not_found.pl         |   29 +-
 tp/t/results/info_tests/image_quotes.pl            |  Bin 2590 -> 2706 bytes
 .../info_tests/image_text_file_only_and_alt.pl     |  Bin 2714 -> 2830 bytes
 tp/t/results/info_tests/index_entry_at_end_node.pl |  168 +-
 .../info_tests/invalid_node_name_no_warning.pl     |  178 +-
 .../info_tests/invalid_node_name_warning.pl        |  178 +-
 tp/t/results/info_tests/known_encoding.pl          |   29 +-
 .../multitable_anchor_and_index_entry.pl           |   39 +-
 .../info_tests/nested_footnotes_separate.pl        |   29 +-
 .../info_tests/nested_multitable_anchor_index.pl   |   37 +-
 tp/t/results/info_tests/no_node_but_top.pl         |   25 +-
 tp/t/results/info_tests/no_top_node.pl             |   25 +-
 tp/t/results/info_tests/note_in_strong.pl          |   29 +-
 .../info_tests/note_in_strong_end_of_line.pl       |   29 +-
 tp/t/results/info_tests/novalidate_empty_refs.pl   |  106 +-
 .../info_tests/one_node_counted_elements.pl        |   79 +-
 .../info_tests/paragraphindent_and_preamble.pl     |   66 +-
 .../paragraphindent_in_preamble_and_in_document.pl |   66 +-
 .../info_tests/paragraphindent_not_in_preamble.pl  |   66 +-
 tp/t/results/info_tests/pxref_test.pl              |   45 +-
 tp/t/results/info_tests/quote_node_names_info.pl   |  631 +-
 tp/t/results/info_tests/recursive_down_menu.pl     |  110 +-
 tp/t/results/info_tests/ref_tests.pl               |   57 +-
 .../similar_external_and_internal_node.pl          |  101 +-
 tp/t/results/info_tests/space_at_menu_end.pl       |   31 +-
 tp/t/results/info_tests/space_in_menu.pl           |  110 +-
 tp/t/results/info_tests/space_in_setfilename.pl    |   25 +-
 tp/t/results/info_tests/split_no_copying.pl        |  110 +-
 tp/t/results/info_tests/split_nocopying.pl         |  122 +-
 tp/t/results/info_tests/split_nocopying_split.pl   |  122 +-
 .../info_tests/split_test_before_first_node.pl     |  110 +-
 .../split_test_before_first_node_no_empty_line.pl  |  110 +-
 tp/t/results/info_tests/test_index.pl              |  347 +-
 tp/t/results/info_tests/text_before_node.pl        |   94 +-
 tp/t/results/info_tests/top_node_normalization.pl  |   35 +-
 .../info_tests/two_paragraphindent_in_preamble.pl  |   66 +-
 ..._paragraphindent_in_preamble_and_in_document.pl |   66 +-
 tp/t/results/info_tests/unknown_encoding.pl        |   29 +-
 tp/t/results/info_tests/xref_test.pl               |   49 +-
 .../access_document_name_in_handler.pl             |  104 +-
 ...tton_replacement_and_direction_customization.pl |  104 +-
 ..._replacement_direction_strings_customization.pl |  104 +-
 ...utton_replacement_for_special_unit_direction.pl |  104 +-
 .../init_files_tests/customize_special_element.pl  |  162 +-
 .../init_files_tests/customize_translations.pl     |  324 +-
 .../init_files_tests/directions_string_base.pl     |  320 +-
 .../init_files_tests/directions_string_undef.pl    |  320 +-
 .../directions_string_undef_texi2html.pl           |  320 +-
 .../init_files_tests/documentation_examples.pl     |  220 +-
 .../documentation_examples_texi2html.pl            |  220 +-
 .../redefined_buttons_functions.pl                 |  320 +-
 .../ref_for_special_unit_direction.pl              |  104 +-
 .../special_unit_direction_customization.pl        |  104 +-
 ...est_format_single_footnote_in_inline_content.pl |  112 +-
 .../translation_in_parser_in_translation.pl        |  110 +-
 .../init_files_tests/undefined_node_filename.pl    |   54 +-
 .../init_files_tests/unknown_custom_variable.pl    |  104 +-
 tp/t/results/invalid_nestings/footnote_in_ref.pl   |   29 +-
 tp/t/results/invalid_nestings/ignore_in_xref.pl    |   31 +-
 tp/t/results/invalid_nestings/ignored_text.pl      |   69 +-
 tp/t/results/invalid_nestings/in_table.pl          |   70 +-
 .../invalid_nestings/menu_in_style_command.pl      |   31 +-
 tp/t/results/invalid_nestings/node_in_copying.pl   |   29 +-
 .../invalid_nestings/node_in_copying_not_closed.pl |   54 +-
 .../invalid_nestings/node_on_index_entry_line.pl   |  229 +-
 tp/t/results/invalid_nestings/on_node_line.pl      |  339 +-
 tp/t/results/invalid_nestings/on_section_line.pl   |  159 +-
 tp/t/results/invalid_nestings/quotation_in_ref.pl  |   29 +-
 tp/t/results/invalid_nestings/ref_in_ref.pl        |   33 +-
 .../invalid_nestings/ref_to_top_in_anchor.pl       |   31 +-
 .../results/invalid_nestings/section_in_copying.pl |   25 +-
 .../invalid_nestings/section_in_flushright.pl      |   25 +-
 .../invalid_nestings/section_in_footnote.pl        |   25 +-
 tp/t/results/invalid_nestings/section_in_math.pl   |   54 +-
 .../section_in_nested_block_commands.pl            |   25 +-
 tp/t/results/invalid_nestings/section_in_table.pl  |   29 +-
 .../invalid_nestings/section_on_cartouche_line.pl  |   54 +-
 .../invalid_nestings/section_on_def_line.pl        |   29 +-
 .../invalid_nestings/section_on_defx_line.pl       |   29 +-
 .../invalid_nestings/section_on_enumerate_line.pl  |   54 +-
 .../invalid_nestings/section_on_float_line.pl      |   25 +-
 .../section_on_index_entry_line.pl                 |   29 +-
 .../invalid_nestings/section_on_itemize_line.pl    |  114 +-
 .../invalid_nestings/section_on_multitable_line.pl |   83 +-
 .../invalid_nestings/section_on_xtable_line.pl     |  118 +-
 .../style_not_closed_before_first_node.pl          |   29 +-
 .../style_not_closed_no_newline_root_commands.pl   |  110 +-
 .../style_not_closed_root_commands.pl              |  110 +-
 .../unclosed_verb_on_section_line.pl               |   53 +-
 tp/t/results/invalid_nestings/verbatim_in_ref.pl   |   29 +-
 .../itemize/inter_item_commands_in_enumerate.pl    |  122 +-
 .../itemize/inter_item_commands_in_itemize.pl      |  122 +-
 tp/t/results/languages/appendix_translated.pl      |   83 +-
 tp/t/results/languages/command_translated.pl       |  132 +-
 tp/t/results/languages/documentlanguage.pl         |  112 +-
 .../documentlanguage_generated_master_menu.pl      |  270 +-
 tp/t/results/languages/documentlanguage_option.pl  |  112 +-
 tp/t/results/languages/documentlanguage_unknown.pl |  112 +-
 .../results/languages/multiple_documentlanguage.pl |  112 +-
 tp/t/results/languages/multiple_in_preamble.pl     |  112 +-
 .../languages/multiple_in_preamble_before_node.pl  |  110 +-
 tp/t/results/languages/multiple_lang_chapters.pl   |  346 +-
 .../languages/multiple_lang_chapters_latex.pl      |  346 +-
 .../languages/multiple_lang_chapters_texi2html.pl  |  346 +-
 tp/t/results/languages/simple_documentlanguage.pl  |   56 +-
 tp/t/results/languages/unknown_language.pl         |  112 +-
 tp/t/results/languages/unknown_region.pl           |   56 +-
 tp/t/results/latex_tests/anchor_before_top.pl      |  110 +-
 tp/t/results/latex_tests/anchor_in_copying.pl      |  110 +-
 .../anchor_in_copying_insertcopying_chap.pl        |  112 +-
 .../anchor_in_copying_insertcopying_titlepage.pl   |  112 +-
 ...chor_in_copying_insertcopying_titlepage_chap.pl |  112 +-
 .../anchor_links_xref_xrefautomaticsectiontitle.pl |  182 +-
 .../latex_tests/custom_heading_with_include.pl     |  676 +-
 .../custom_heading_with_include_in_command.pl      |  676 +-
 tp/t/results/latex_tests/custom_headings.pl        |  195 +-
 .../latex_tests/custom_headings_and_comments.pl    |  166 +-
 .../latex_tests/customize_informative_commands.pl  |   25 +-
 .../latex_tests/error_in_sectioning_command.pl     |  224 +-
 tp/t/results/latex_tests/float_and_refs.pl         |  226 +-
 tp/t/results/latex_tests/fonttextsize.pl           |  253 +-
 tp/t/results/latex_tests/indices.pl                |  124 +-
 .../latex_tests/indices_disable_encoding.pl        |  124 +-
 .../informative_commands_in_top_node.pl            |  108 +-
 tp/t/results/latex_tests/node_before_top.pl        |  139 +-
 tp/t/results/latex_tests/pagesizes.pl              |  137 +-
 tp/t/results/latex_tests/pagetype.pl               |  137 +-
 tp/t/results/latex_tests/settitle_and_headings.pl  |   29 +-
 tp/t/results/latex_tests/shorttitlepage.pl         |  108 +-
 tp/t/results/latex_tests/titlepage_classical.pl    |  108 +-
 tp/t/results/latex_tests/titlepage_in_top_node.pl  |  108 +-
 tp/t/results/latex_tests/titlepage_long_title.pl   |  108 +-
 tp/t/results/latex_tests/titlepage_no_author.pl    |  108 +-
 tp/t/results/latex_tests/titlepage_no_title.pl     |  108 +-
 .../titlepage_with_commands_classical.pl           |  108 +-
 .../latex_tests/top_no_sectioning_command.pl       |   85 +-
 tp/t/results/layout/navigation.pl                  |  222 +-
 tp/t/results/layout/navigation_chapter.pl          |  222 +-
 .../results/layout/navigation_chapter_no_header.pl |  222 +-
 .../navigation_chapter_no_header_vertical.pl       |  222 +-
 tp/t/results/layout/navigation_chapter_vertical.pl |  222 +-
 tp/t/results/layout/navigation_no_header.pl        |  222 +-
 .../layout/navigation_no_header_vertical.pl        |  222 +-
 tp/t/results/layout/navigation_node.pl             |  222 +-
 tp/t/results/layout/navigation_node_no_header.pl   |  222 +-
 .../layout/navigation_node_no_header_vertical.pl   |  222 +-
 tp/t/results/layout/navigation_node_vertical.pl    |  222 +-
 tp/t/results/layout/navigation_section.pl          |  222 +-
 .../results/layout/navigation_section_no_header.pl |  222 +-
 .../navigation_section_no_header_vertical.pl       |  222 +-
 tp/t/results/layout/navigation_section_vertical.pl |  222 +-
 .../layout/navigation_test_misc_file_collision.pl  |  222 +-
 .../layout/navigation_test_undef_top_buttons.pl    |  222 +-
 .../layout/navigation_test_zero_top_buttons.pl     |  222 +-
 tp/t/results/layout/navigation_vertical.pl         |  222 +-
 tp/t/results/layout/no_monolithic.pl               |  112 +-
 tp/t/results/layout/no_monolithic_only_toc_out.pl  |  112 +-
 .../linemacro/simple_nested_linemacro_calls.pl     |   31 +-
 tp/t/results/macro/backslash_in_arg.pl             |   56 +-
 tp/t/results/macro/bib_example.pl                  |  192 +-
 tp/t/results/macro/glossary.pl                     |  114 +-
 .../macro/macro_alias_definfoenclose_defindex.pl   |  114 +-
 tp/t/results/macro/macro_in_index_commands.pl      |   60 +-
 tp/t/results/macro/macro_in_misc_commands.pl       |  204 +-
 ...pendix_and_associated_part_in_generated_menu.pl |  324 +-
 .../menu/block_commands_in_menu_description.pl     |   60 +-
 .../menu/commands_in_nodedescriptionblock.pl       |  178 +-
 tp/t/results/menu/comment_on_menu_line.pl          |   81 +-
 tp/t/results/menu/detailmenu_on_subnodes.pl        |  336 +-
 tp/t/results/menu/detailmenu_unknown_node.pl       |   31 +-
 .../menu/direntry_dircategory_after_first_node.pl  |   56 +-
 tp/t/results/menu/empty_leading_menu_comment.pl    |   33 +-
 tp/t/results/menu/empty_menu_description.pl        |   35 +-
 tp/t/results/menu/empty_menu_entry_name.pl         |   58 +-
 tp/t/results/menu/entry_after_detailmenu.pl        |   87 +-
 tp/t/results/menu/example_in_menu_description.pl   |   56 +-
 tp/t/results/menu/format_menu_undef.pl             |  104 +-
 tp/t/results/menu/formats_in_menu.pl               |   39 +-
 tp/t/results/menu/inlineraw_in_menu_description.pl |   56 +-
 tp/t/results/menu/invalid_info_menu_entry.pl       |   49 +-
 .../results/menu/leading_space_before_menu_star.pl |   29 +-
 tp/t/results/menu/menu_in_deffn.pl                 |   33 +-
 tp/t/results/menu/menu_in_example.pl               |   39 +-
 tp/t/results/menu/menu_node_unterminated.pl        |   33 +-
 tp/t/results/menu/menu_pointing_to_anchor.pl       |   56 +-
 tp/t/results/menu/menu_title_before_entries.pl     |   56 +-
 .../results/menu/missing_detailmenu_on_subnodes.pl |  336 +-
 tp/t/results/menu/multiple_menus.pl                |   37 +-
 tp/t/results/menu/no_colon_in_menu.pl              |   29 +-
 tp/t/results/menu/nodedescription_descriptions.pl  |  460 +-
 .../menu/nodedescriptionblock_descriptions.pl      |  350 +-
 .../menu/part_appendix_in_generated_menu.pl        |  295 +-
 tp/t/results/menu/reference_to_external_manual.pl  |   31 +-
 tp/t/results/menu/sc_in_menu.pl                    |   74 +-
 .../menu/space_and_commands_in_menu_node.pl        |  162 +-
 tp/t/results/menu/submenu_in_example.pl            |   29 +-
 tp/t/results/menu/verb_in_menu_description.pl      |   56 +-
 .../codequoteundirected_codequotebacktick.pl       |  108 +-
 .../misc_commands/comment_space_command_on_line.pl |  180 +-
 .../no_empty_line_between_headings.pl              |   79 +-
 tp/t/results/misc_commands/nodedescription.pl      |  112 +-
 tp/t/results/misc_commands/ref_in_center.pl        |  110 +-
 tp/t/results/misc_commands/test_allowcodebreaks.pl |   54 +-
 .../misc_commands/text_before_line_command.pl      |   62 +-
 tp/t/results/moresectioning/anchor_in_footnote.pl  |  112 +-
 .../moresectioning/anchor_in_footnote_separate.pl  |  112 +-
 .../anchor_in_footnote_separate_split_node.pl      |  112 +-
 .../anchor_in_footnote_split_node.pl               |  112 +-
 tp/t/results/moresectioning/chapter_sections.pl    |  228 +-
 .../moresectioning/character_and_spaces_in_refs.pl |  659 +-
 .../character_and_spaces_in_refs_out.pl            |  659 +-
 tp/t/results/moresectioning/complex.pl             | 1198 +--
 .../moresectioning/complex_split_at_node.pl        | 1198 +--
 tp/t/results/moresectioning/contents.pl            |  319 +-
 .../moresectioning/contents_and_shortcontents.pl   |  319 +-
 .../contents_at_begin_chapter_without_node.pl      |   79 +-
 .../moresectioning/contents_at_end_document.pl     |   83 +-
 .../contents_at_end_document_after_node.pl         |  156 +-
 .../results/moresectioning/contents_in_document.pl |   79 +-
 tp/t/results/moresectioning/empty_top_node_up.pl   |   81 +-
 .../equivalent_nodes_defined_linked.pl             |  112 +-
 .../results/moresectioning/internal_top_node_up.pl |   81 +-
 .../moresectioning/lowered_subsubsection.pl        |  384 +-
 tp/t/results/moresectioning/loweredheading.pl      |   29 +-
 .../moresectioning/more_sections_than_nodes.pl     |  682 +-
 .../more_sections_than_nodes_texi2html.pl          |  682 +-
 .../moresectioning/nodes_before_after_top_xref.pl  |  174 +-
 ...nodes_no_section_footnote_no_top_node_output.pl |   54 +-
 .../non_automatic_internal_top_node_up.pl          |  465 +-
 .../non_automatic_top_node_up_and_url.pl           |  465 +-
 .../non_automatic_top_node_up_url.pl               |  305 +-
 .../moresectioning/only_special_spaces_node.pl     |  342 +-
 .../moresectioning/placed_things_before_element.pl |   33 +-
 .../placed_things_before_element_no_use_node.pl    |   33 +-
 .../moresectioning/placed_things_before_node.pl    |  112 +-
 tp/t/results/moresectioning/raiselowersections.pl  |  328 +-
 tp/t/results/moresectioning/rec_nodes.pl           |  349 +-
 .../moresectioning/section_in_unnumbered_info.pl   | 1786 ++--
 .../section_in_unnumbered_plaintext.pl             | 1786 ++--
 .../moresectioning/sectioning_part_appendix.pl     |  313 +-
 .../sectioning_part_appendix_no_top.pl             |  284 +-
 .../sectioning_part_appendix_texi2html_chapter.pl  |  315 +-
 tp/t/results/moresectioning/sections_test.pl       |  315 +-
 .../moresectioning/sections_test_no_use_nodes.pl   |  315 +-
 ...ctions_test_no_use_nodes_use_node_directions.pl |  315 +-
 tp/t/results/moresectioning/shortcontents.pl       |  319 +-
 .../moresectioning/special_spaces_in_nodes.pl      |  334 +-
 .../results/moresectioning/top_chapter_sections.pl |  257 +-
 tp/t/results/moresectioning/top_node_up_url.pl     |   81 +-
 tp/t/results/moresectioning/topic_guide.pl         |  567 +-
 tp/t/results/plaintext_tests/all_spaces.pl         |   50 +-
 .../cartouche_and_paragraph_indentation.pl         |  162 +-
 .../plaintext_tests/chinese_mixed_with_en.pl       |  108 +-
 tp/t/results/plaintext_tests/japanese_utf8.pl      |  166 +-
 .../plaintext_tests/line_passed_and_formats.pl     |   33 +-
 .../plaintext_tests/no_empty_line_after_section.pl |  116 +-
 tp/t/results/plaintext_tests/non_break_spaces.pl   |   29 +-
 .../punctuation_sc_accents_ascii_glyph.pl          |  108 +-
 .../punctuation_sc_accents_ascii_glyph_latin1.pl   |  108 +-
 .../punctuation_sc_accents_ascii_glyph_usascii.pl  |  108 +-
 .../punctuation_sc_accents_default.pl              |  108 +-
 .../punctuation_sc_accents_default_latin1.pl       |  108 +-
 .../punctuation_sc_accents_default_usascii.pl      |  108 +-
 .../punctuation_sc_accents_disable_encoding.pl     |  108 +-
 ...nctuation_sc_accents_disable_encoding_latin1.pl |  108 +-
 ...ctuation_sc_accents_disable_encoding_usascii.pl |  108 +-
 ...uation_sc_accents_to_utf8_ascii_glyph_latin1.pl |  108 +-
 ...ation_sc_accents_to_utf8_ascii_glyph_usascii.pl |  108 +-
 .../punctuation_sc_accents_to_utf8_latin1.pl       |  108 +-
 .../punctuation_sc_accents_to_utf8_usascii.pl      |  108 +-
 tp/t/results/plaintext_tests/quote_node_names.pl   |  631 +-
 .../plaintext_tests/settitle_and_empty_top.pl      |   23 +-
 tp/t/results/raw/inlineraw_not_closed.pl           |   25 +-
 tp/t/results/regions/anchor_in_copying.pl          |   60 +-
 .../regions/anchor_in_copying_in_footnote.pl       |   60 +-
 tp/t/results/regions/anchor_in_titlepage.pl        |  110 +-
 .../regions/anchor_in_titlepage_titlepage.pl       |  110 +-
 tp/t/results/regions/format_in_titlepage.pl        |   54 +-
 .../regions/format_in_titlepage_titlepage.pl       |   54 +-
 tp/t/results/regions/ref_in_copying.pl             |  110 +-
 .../regions/ref_in_copying_insert_in_chapter.pl    |  164 +-
 tp/t/results/regions/today_in_copying.pl           |   83 +-
 tp/t/results/sectioning/a_comma_after_node.pl      |  103 +-
 tp/t/results/sectioning/anchor_zero.pl             |   31 +-
 tp/t/results/sectioning/at_commands_in_node.pl     |  223 +-
 .../sectioning/automatic_menu_referencing_node.pl  |  158 +-
 .../sectioning/chapter_before_and_after_part.pl    |   87 +-
 tp/t/results/sectioning/chapter_before_part.pl     |   54 +-
 tp/t/results/sectioning/chapter_between_nodes.pl   |  181 +-
 .../sectioning/chapter_between_nodes_texi2html.pl  |  181 +-
 .../chapter_between_nodes_with_appendix.pl         |  131 +-
 .../chapter_between_nodes_with_appendix_nomenu.pl  |  131 +-
 .../chapter_node_before_and_after_part.pl          |  139 +-
 .../sectioning/character_and_spaces_in_node.pl     |  505 +-
 tp/t/results/sectioning/contents_and_parts.pl      |  280 +-
 tp/t/results/sectioning/contents_in_html_text.pl   |  116 +-
 .../sectioning/contents_with_only_top_node.pl      |   29 +-
 .../results/sectioning/double_node_anchor_float.pl |  112 +-
 tp/t/results/sectioning/double_part.pl             |  166 +-
 ...double_recursive_self_section_node_reference.pl |  195 +-
 ...sive_self_section_node_reference_no_use_node.pl |  195 +-
 .../double_recursive_self_section_reference.pl     |  160 +-
 tp/t/results/sectioning/double_top.pl              |  158 +-
 tp/t/results/sectioning/double_top_in_menu.pl      |  162 +-
 tp/t/results/sectioning/double_top_section.pl      |   58 +-
 tp/t/results/sectioning/email_in_node.pl           |  161 +-
 tp/t/results/sectioning/empty_node.pl              |  152 +-
 .../sectioning/empty_nodes_with_commands.pl        |  106 +-
 tp/t/results/sectioning/empty_ref_arg.pl           |   37 +-
 .../results/sectioning/empty_section_in_chapter.pl |   48 +-
 tp/t/results/sectioning/equivalent_labels.pl       |   33 +-
 tp/t/results/sectioning/equivalent_nodes.pl        |  120 +-
 .../sectioning/equivalent_nodes_novalidate.pl      |  120 +-
 .../results/sectioning/explicit_node_directions.pl |  247 +-
 tp/t/results/sectioning/external_node_in_menu.pl   |  166 +-
 tp/t/results/sectioning/hole_in_sectioning.pl      |  141 +-
 .../in_menu_only_special_ascii_spaces_node.pl      |  142 +-
 .../in_menu_only_special_ascii_spaces_node_menu.pl |  142 +-
 .../sectioning/in_menu_only_special_spaces_node.pl |  350 +-
 .../in_menu_only_special_spaces_node_menu.pl       |  350 +-
 tp/t/results/sectioning/lone_Top_node.pl           |   81 +-
 tp/t/results/sectioning/loop_nodes.pl              |  227 +-
 tp/t/results/sectioning/menutextorder.pl           |  382 +-
 tp/t/results/sectioning/next_in_menu_is_below.pl   |  220 +-
 tp/t/results/sectioning/next_no_prev_to_node.pl    |  215 +-
 .../results/sectioning/no_argument_and_contents.pl |   66 +-
 tp/t/results/sectioning/no_menu.pl                 |  206 +-
 tp/t/results/sectioning/node_empty_direction.pl    |   29 +-
 tp/t/results/sectioning/node_line_arguments.pl     |  673 +-
 tp/t/results/sectioning/node_nested_parentheses.pl |   45 +-
 .../sectioning/node_part_chapter_after_chapter.pl  |  199 +-
 .../sectioning/node_part_chapter_after_top.pl      |  129 +-
 tp/t/results/sectioning/node_referenced_in_ref.pl  |   87 +-
 .../node_sectop_before_chapter_no_node.pl          |   79 +-
 .../sectioning/node_sectop_before_lone_node_Top.pl |  137 +-
 tp/t/results/sectioning/node_simple.pl             |   13 +-
 tp/t/results/sectioning/node_too_much_args.pl      |   89 +-
 .../node_up_direction_for_top_with_manual.pl       |   87 +-
 tp/t/results/sectioning/node_up_external_node.pl   |  202 +-
 tp/t/results/sectioning/nodename_parentheses.pl    |  230 +-
 ...fter_top_before_chapter_no_use_nodes_chapter.pl |  272 +-
 .../nodes_after_top_before_chapter_nodes.pl        |  272 +-
 .../nodes_after_top_before_chapter_not_split.pl    |  272 +-
 ...ore_chapter_not_split_no_use_node_directions.pl |  272 +-
 .../nodes_after_top_before_chapter_sections.pl     |  272 +-
 .../nodes_after_top_before_chapter_texi2html.pl    |  272 +-
 ...p_before_chapter_texi2html_use_nodes_chapter.pl |  272 +-
 .../nodes_after_top_before_section_nodes.pl        |  272 +-
 .../nodes_after_top_before_section_sections.pl     |  272 +-
 ...s_after_top_before_section_texi2html_chapter.pl |  272 +-
 ...after_top_before_section_texi2html_use_nodes.pl |  272 +-
 ...p_before_section_texi2html_use_nodes_chapter.pl |  272 +-
 tp/t/results/sectioning/nodes_before_after_top.pl  |  166 +-
 tp/t/results/sectioning/nodes_before_top.pl        |  332 +-
 .../nodes_no_node_top_explicit_directions.pl       |  168 +-
 tp/t/results/sectioning/novalidate.pl              |   69 +-
 .../one_node_explicit_directions_anchor.pl         |   75 +-
 ..._node_explicit_directions_anchor_no_use_node.pl |   75 +-
 tp/t/results/sectioning/one_subsection.pl          |   25 +-
 tp/t/results/sectioning/one_subsection_and_node.pl |   50 +-
 tp/t/results/sectioning/part_before_chapter.pl     |   46 +-
 tp/t/results/sectioning/part_before_section.pl     |   48 +-
 tp/t/results/sectioning/part_before_top.pl         |   46 +-
 tp/t/results/sectioning/part_chapter_after_top.pl  |  129 +-
 tp/t/results/sectioning/part_chapter_appendix.pl   |   83 +-
 tp/t/results/sectioning/part_node_after_top.pl     |  106 +-
 tp/t/results/sectioning/part_node_before_top.pl    |  184 +-
 .../sectioning/part_node_chapter_after_top.pl      |  352 +-
 .../sectioning/part_node_chapter_appendix.pl       |  162 +-
 .../sectioning/part_node_chapter_node_appendix.pl  |  189 +-
 .../sectioning/part_node_node_part_appendix.pl     |  210 +-
 tp/t/results/sectioning/part_node_part_appendix.pl |  183 +-
 .../sectioning/part_node_part_node_appendix.pl     |  210 +-
 tp/t/results/sectioning/part_section_part.pl       |   83 +-
 .../sectioning/protected_node_parentheses.pl       |  107 +-
 .../sectioning/recursive_self_section_reference.pl |   84 +-
 tp/t/results/sectioning/ref_to_top.pl              |   56 +-
 .../reference_to_only_special_spaces_node.pl       |  190 +-
 .../sectioning/section_before_after_top_node.pl    |  112 +-
 .../section_before_after_top_node_last_node.pl     |  137 +-
 tp/t/results/sectioning/section_before_chapter.pl  |   54 +-
 tp/t/results/sectioning/section_before_part.pl     |   58 +-
 tp/t/results/sectioning/section_before_top.pl      |  152 +-
 .../sectioning/section_before_top_no_node.pl       |   54 +-
 .../results/sectioning/section_below_unnumbered.pl |  166 +-
 .../sectioning/section_below_unnumbered_no_top.pl  |   50 +-
 .../sectioning/section_chapter_before_top.pl       |   83 +-
 .../sectioning/section_chapter_before_top_nodes.pl |  166 +-
 .../results/sectioning/section_node_before_part.pl |   79 +-
 tp/t/results/sectioning/sections.pl                |   25 +-
 tp/t/results/sectioning/semi_auto.pl               |  298 +-
 .../setfilename_on_top_and_after_node.pl           |   84 +-
 tp/t/results/sectioning/space_in_node.pl           |  120 +-
 .../sectioning/split_for_format_not_split.pl       |   29 +-
 .../sectioning/top_no_argument_and_content.pl      |   23 +-
 .../results/sectioning/top_no_argument_and_node.pl |   44 +-
 .../sectioning/top_no_argument_and_top_node.pl     |   44 +-
 .../sectioning/top_node_no_menu_direction.pl       |  122 +-
 tp/t/results/sectioning/top_node_part_top.pl       |   75 +-
 tp/t/results/sectioning/top_part_chapter.pl        |   77 +-
 tp/t/results/sectioning/top_without_node_nodes.pl  |  127 +-
 .../sectioning/top_without_node_sections.pl        |  127 +-
 .../top_without_node_texi2html_no_use_nodes.pl     |  127 +-
 .../transliterated_split_equivalent_nodes.pl       |  173 +-
 tp/t/results/sectioning/two_nodes_at_the_end.pl    |  280 +-
 .../sectioning/two_nodes_at_the_end_nodes.pl       |  280 +-
 .../sectioning/two_nodes_at_the_end_texi2html.pl   |  280 +-
 .../sectioning/two_nodes_between_chapters.pl       |  305 +-
 .../sectioning/two_nodes_between_chapters_nodes.pl |  305 +-
 .../two_nodes_between_chapters_texi2html.pl        |  305 +-
 .../sectioning/two_unnumbered_no_argument.pl       |   38 +-
 .../unknown_node_direction_novalidate.pl           |   61 +-
 tp/t/results/sectioning/unknown_node_in_menu.pl    |   31 +-
 .../sectioning/unknown_node_in_menu_novalidate.pl  |   31 +-
 .../sectioning/unnumbered_before_node_top_top.pl   |   83 +-
 tp/t/results/sectioning/unnumbered_before_top.pl   |   54 +-
 .../sectioning/unnumbered_before_top_node.pl       |   58 +-
 tp/t/results/sectioning/unnumbered_no_argument.pl  |   19 +-
 .../unnumbered_top_without_node_nodes.pl           |  225 +-
 .../unnumbered_top_without_node_sections.pl        |  225 +-
 ...dex_entries_relate_to_item_no_transformation.pl |  116 +-
 .../index_entries_relate_to_item_transformation.pl |  116 +-
 .../insert_nodes_for_sectioning_commands.pl        |  653 +-
 tp/t/results/transformations/master_menu_fr.pl     |  187 +-
 ...generate_master_menu_no_need_for_master_menu.pl |  106 +-
 .../regenerate_master_menu_with_menu_comment.pl    |  185 +-
 tp/t/results/value/value_in_index_commands.pl      |   60 +-
 tp/t/results/value/value_in_misc_commands.pl       |  127 +-
 tp/t/results/value/value_in_node.pl                |  465 +-
 tp/t/results/value/value_node_directions.pl        |  658 +-
 tp/t/results/xml_tests/commands_and_spaces.pl      |  183 +-
 tp/t/results/xml_tests/image_inline_or_not.pl      |  150 +-
 .../xml_tests/sectioning_test_no_use_nodes.pl      |  216 +-
 tp/t/results/xml_tests/sectioning_test_ref.pl      |  216 +-
 tp/t/results/xml_tests/top_node_and_bye.pl         |   29 +-
 tp/t/results/xml_tests/top_node_no_section.pl      |   25 +-
 tp/t/results/xtable/block_commands_in_table.pl     |  120 +-
 .../results/xtable/inter_item_commands_in_table.pl |  174 +-
 tp/t/results/xtable/item_index_transformation.pl   |   80 +-
 804 files changed, 83883 insertions(+), 69186 deletions(-)



reply via email to

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