texinfo-commits
[Top][All Lists]
Advanced

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

master updated (61e6a435bf -> 3e2a509728)


From: Patrice Dumas
Subject: master updated (61e6a435bf -> 3e2a509728)
Date: Sat, 18 Feb 2023 08:52:51 -0500 (EST)

pertusus pushed a change to branch master.

    from 61e6a435bf * Texinfo/Convert/TexinfoMarkup.pm (%defcommand_name_type): 
Specfify 'defline' as documenting 'symbol' objects. * util/texinfo.dtd: Add 
<defsymbol>.
     new 2bfe44e67e * tp/Texinfo/Convert/HTML.pm (_convert_printindex_command) 
(_prepare_index_entries), tp/Texinfo/Convert/IXIN.pm (output_ixin), 
tp/Texinfo/Convert/Plaintext.pm (process_printindex), tp/Texinfo/ParserNonXS.pm 
(_enter_index_entry), tp/Texinfo/Structuring.pm (index_entry_sort_string), 
tp/Texinfo/Transformations.pm (_reassociate_to_node), 
tp/Texinfo/XS/parsetexi/api.c (build_single_index_data), 
tp/Texinfo/XS/parsetexi/indices.c (wipe_index, enter_index_entry), 
tp/t/automati [...]
     new 3e2a509728 * tp/Texinfo/Convert/HTML.pm (_convert_printindex_command) 
(_prepare_index_entries), tp/Texinfo/Convert/IXIN.pm (output_ixin), 
tp/Texinfo/Convert/Plaintext.pm (process_printindex), tp/Texinfo/ParserNonXS.pm 
(_enter_index_entry), tp/Texinfo/Transformations.pm (_reassociate_to_node), 
tp/Texinfo/XS/parsetexi/indices.c (enter_index_entry), tp/t/automatic_nodes.t: 
rename 'entry_node' as 'element_node' and 'entry_region' as 'element_region'.


Summary of changes:
 ChangeLog                                          |  25 +
 tp/Texinfo/Convert/HTML.pm                         |  20 +-
 tp/Texinfo/Convert/IXIN.pm                         |   5 +-
 tp/Texinfo/Convert/Plaintext.pm                    |  25 +-
 tp/Texinfo/ParserNonXS.pm                          |  14 +-
 tp/Texinfo/Structuring.pm                          |   6 +-
 tp/Texinfo/Transformations.pm                      |  10 +-
 tp/Texinfo/XS/parsetexi/api.c                      |  12 -
 tp/Texinfo/XS/parsetexi/indices.c                  |  34 +-
 tp/Texinfo/XS/parsetexi/tree_types.h               |   4 -
 tp/t/automatic_nodes.t                             |  15 +-
 .../results/converters_tests/at_commands_in_raw.pl |   4 +-
 tp/t/results/converters_tests/complex_nestings.pl  |  20 +-
 .../converters_tests/definition_commands.pl        | 312 ++++++------
 tp/t/results/converters_tests/form_feeds.pl        |   8 +-
 .../converters_tests/frenchspacing_and_code.pl     |  16 +-
 .../index_entry_in_preformatted.pl                 |  12 +-
 .../indices_in_begin_tables_lists.pl               | 116 ++---
 ...ces_in_begin_tables_lists_entries_after_item.pl | 116 ++---
 .../printindex_merged_indices_code_style.pl        |  20 +-
 .../references_to_top_no_top_output.pl             |   8 +-
 .../converters_tests/test_deftypefnnewline.pl      |  56 +--
 .../coverage/punctuation_in_line_commands.pl       |   4 +-
 .../coverage_braces/contain_plain_text_nestings.pl |   8 +-
 .../def/all_commands_delimiters_printindex.pl      | 188 +++----
 tp/t/results/def/all_commands_printindex.pl        | 108 ++---
 tp/t/results/def/omit_def_space.pl                 |   8 +-
 tp/t/results/def/ref_in_def.pl                     |   8 +-
 tp/t/results/def/space_in_def_for_index.pl         |   8 +-
 tp/t/results/float/cindex_in_caption.pl            |   4 +-
 tp/t/results/float/complex_float.pl                |  12 +-
 tp/t/results/float/float_copying.pl                |   8 +-
 .../char_latin1_latin1_in_refs.pl                  |  24 +-
 .../formats_encodings/char_latin1_utf8_in_refs.pl  |  24 +-
 .../char_latin2_latin2_in_refs.pl                  |   4 +-
 tp/t/results/formats_encodings/sample_utf8.pl      |  16 +-
 tp/t/results/heading/heading_in_copying.pl         |   2 +-
 .../deftypefnnewline_for_copying_after.pl          |   6 +-
 .../deftypefnnewline_for_copying_before.pl         |   6 +-
 tp/t/results/html_tests/float_copying.pl           |  16 +-
 .../results/html_tests/index_and_node_same_name.pl |   4 +-
 tp/t/results/indices/complex_recursive_synindex.pl |  24 +-
 tp/t/results/indices/def_syn_indices.pl            |  28 +-
 ...default_cp_index_and_one_letter_syncodeindex.pl |   8 +-
 tp/t/results/indices/double_index_entry.pl         |  12 +-
 tp/t/results/indices/double_seeentry_seealso.pl    |  16 +-
 tp/t/results/indices/double_syncodeindex.pl        |   8 +-
 tp/t/results/indices/empty_string_index_entry.pl   |  16 +-
 tp/t/results/indices/encoding_index_ascii.pl       | 220 ++++-----
 .../encoding_index_ascii_enable_encoding.pl        | 220 ++++-----
 tp/t/results/indices/encoding_index_latin1.pl      | 220 ++++-----
 .../encoding_index_latin1_enable_encoding.pl       | 220 ++++-----
 tp/t/results/indices/encoding_index_utf8.pl        | 220 ++++-----
 .../indices/encoding_index_utf8_enable_encoding.pl | 220 ++++-----
 tp/t/results/indices/explicit_sort_key.pl          |  16 +-
 tp/t/results/indices/ftable_vtable.pl              |  28 +-
 .../indices/ignored_sort_char_empty_entries.pl     |  30 +-
 tp/t/results/indices/image_lines_count.pl          | Bin 6834 -> 6821 bytes
 tp/t/results/indices/image_text_lines_count.pl     | Bin 7309 -> 7296 bytes
 tp/t/results/indices/index_and_node_same_name.pl   |   4 +-
 tp/t/results/indices/index_entries_before_nodes.pl |   8 +-
 tp/t/results/indices/index_entries_locations.pl    |  16 +-
 tp/t/results/indices/index_entry_before_node.pl    |   4 +-
 tp/t/results/indices/index_entry_in_footnote.pl    | Bin 8371 -> 8358 bytes
 .../index_entry_in_footnote_different_node_end.pl  |   8 +-
 .../indices/index_entry_in_footnote_sections.pl    |   4 +-
 .../index_entry_in_footnote_sections_separate.pl   |   4 +-
 .../indices/index_entry_in_footnote_separate.pl    |   8 +-
 tp/t/results/indices/index_nodes.pl                |  44 +-
 .../indices/index_nodes_no_split_no_use_nodes.pl   |  44 +-
 tp/t/results/indices/index_special_region.pl       |  24 +-
 .../index_special_region_no_insertcopying.pl       |  24 +-
 ...egion_no_insertcopying_no_titlepage_no_nodes.pl |  24 +-
 ...l_region_no_insertcopying_titlepage_no_nodes.pl |  24 +-
 ...copying_titlepage_no_nodes_footnotes_default.pl |  24 +-
 .../index_special_region_no_titlepage_no_nodes.pl  |  24 +-
 .../index_special_region_titlepage_no_nodes.pl     |  24 +-
 ..._region_titlepage_no_nodes_footnotes_default.pl |  24 +-
 tp/t/results/indices/index_split.pl                |  76 +--
 .../indices/index_split_split_chapter_no_nodes.pl  |  76 +--
 tp/t/results/indices/index_table.pl                | 540 ++++++++++-----------
 .../results/indices/index_table_chapter_no_node.pl | 540 ++++++++++-----------
 .../multiple_index_text_sortas_seeentry_seealso.pl |  12 +-
 tp/t/results/indices/nodes_before_top.pl           |  52 +-
 .../nodes_before_top_and_sections_chapter.pl       |  60 +--
 ...odes_before_top_and_sections_chapter_no_node.pl |  60 +--
 ...des_before_top_and_sections_unsplit_no_nodes.pl |  60 +--
 .../indices/nodes_before_top_split_chapter.pl      |  52 +-
 .../nodes_before_top_split_chapter_no_nodes.pl     |  52 +-
 .../indices/printindex_between_node_section.pl     |  24 +-
 .../indices/printindex_between_part_chapter.pl     |  24 +-
 .../indices/printindex_index_entry_in_copying.pl   |  10 +-
 ...rintindex_index_entry_in_copying_in_footnote.pl |   2 +-
 ...ndex_index_entry_in_copying_no_insertcopying.pl |  10 +-
 .../indices/printindex_with_space_before.pl        | Bin 8507 -> 8494 bytes
 .../indices/same_index_entry_merged_indices.pl     |   8 +-
 tp/t/results/indices/same_only_seealso_seeentry.pl |  24 +-
 tp/t/results/indices/same_seealso_seeentry.pl      |  28 +-
 tp/t/results/indices/seealso_duplicate.pl          |   8 +-
 tp/t/results/indices/seeentry.pl                   |  16 +-
 tp/t/results/indices/sorted_subentries.pl          |  72 +--
 tp/t/results/indices/split_chapter_index.pl        |  48 +-
 tp/t/results/indices/subentries.pl                 |  32 +-
 tp/t/results/indices/subentry_and_sortas.pl        |   8 +-
 tp/t/results/indices/subentry_and_sortas_spaces.pl |  16 +-
 tp/t/results/indices/syncode_index_print_both.pl   |   8 +-
 tp/t/results/indices/syncodeindex_to_plain.pl      |  12 +-
 tp/t/results/indices/transparent_sort_chars.pl     |  24 +-
 tp/t/results/indices/w_lines_count.pl              |   4 +-
 tp/t/results/info_tests/colon_in_index_entry.pl    |  16 +-
 .../info_tests/colons_in_index_entries_and_node.pl |  24 +-
 .../colons_in_index_entries_and_node_no_quoting.pl |  24 +-
 tp/t/results/info_tests/def_in_copying.pl          |  12 +-
 .../end_of_line_command_in_node_lines.pl           |   4 +-
 tp/t/results/info_tests/index_entry_at_end_node.pl |   4 +-
 .../multitable_anchor_and_index_entry.pl           |   8 +-
 .../info_tests/nested_multitable_anchor_index.pl   |   8 +-
 .../info_tests/one_node_counted_elements.pl        |   4 +-
 tp/t/results/info_tests/test_index.pl              |  68 +--
 tp/t/results/invalid_nestings/in_table.pl          |  20 +-
 .../itemize/inter_item_commands_in_enumerate.pl    |  28 +-
 .../itemize/inter_item_commands_in_itemize.pl      |  16 +-
 tp/t/results/languages/documentlanguage.pl         |   4 +-
 tp/t/results/languages/documentlanguage_option.pl  |   4 +-
 tp/t/results/languages/documentlanguage_unknown.pl |   4 +-
 .../results/languages/multiple_documentlanguage.pl |  10 +-
 tp/t/results/languages/multiple_in_preamble.pl     |  10 +-
 .../languages/multiple_in_preamble_before_node.pl  |   6 +-
 tp/t/results/languages/multiple_lang_chapters.pl   |  12 +-
 .../languages/multiple_lang_chapters_latex.pl      |  12 +-
 .../languages/multiple_lang_chapters_texi2html.pl  |  12 +-
 tp/t/results/languages/simple_documentlanguage.pl  |   4 +-
 tp/t/results/languages/unknown_region.pl           |   4 +-
 tp/t/results/latex_tests/indices.pl                |  76 +--
 .../latex_tests/indices_disable_encoding.pl        |  76 +--
 tp/t/results/layout/no_monolithic.pl               |   4 +-
 tp/t/results/layout/no_monolithic_only_toc_out.pl  |   4 +-
 tp/t/results/macro/backslash_in_arg.pl             |  16 +-
 tp/t/results/macro/macro_in_index_commands.pl      |  16 +-
 tp/t/results/menu/menu_in_deffn.pl                 |   4 +-
 .../misc_commands/comment_space_command_on_line.pl |   4 +-
 ...dex_entries_relate_to_item_no_transformation.pl |  12 +-
 .../index_entries_relate_to_item_transformation.pl |  12 +-
 tp/t/results/value/value_in_index_commands.pl      |  16 +-
 tp/t/results/xml_tests/commands_and_spaces.pl      |   4 +-
 tp/t/results/xtable/block_commands_in_table.pl     |  20 +-
 .../results/xtable/inter_item_commands_in_table.pl |  84 ++--
 147 files changed, 2900 insertions(+), 2882 deletions(-)



reply via email to

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