[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3ee7ac39a8 -> 5ec100b947)
From: |
Patrice Dumas |
Subject: |
master updated (3ee7ac39a8 -> 5ec100b947) |
Date: |
Sun, 29 Sep 2024 14:03:19 -0400 (EDT) |
pertusus pushed a change to branch master.
from 3ee7ac39a8 Convert definition line parts in plaintext in code style
only when needed
new cbd1ca03c7 * tp/Texinfo/Convert/Plaintext.pm (format_ref, _convert),
tp/Texinfo/Convert/Info.pm (format_ref): split format_ref function out of
_convert to format *ref commands. Put format_ref both in Plaintext.pm and
Info.pm to be able to format cross references differently in both formats.
new 67fdd4c65a * tp/Texinfo/Convert/Plaintext.pm (format_ref): do not add
a full stop after a ref command not followed by a comma or full stop.
new 8bad158e86 * tp/Texinfo/Convert/Plaintext.pm (format_ref): never quote
node names and labels. Do not add Top if there is no node.
new 6fc8e56418 * tp/Texinfo/Convert/Plaintext.pm (format_ref): simplify
output of reference name.
new ae489a932f * tp/Texinfo/Convert/Plaintext.pm (format_ref): use see and
See instead of *note and *Note.
new b99f7bcb6d * tp/Texinfo/Convert/Plaintext.pm (format_ref): no see for
@ref.
new 002e419dbb * tp/Texinfo/Convert/Plaintext.pm (format_ref): do not
prepend :: at the end of a reference. Move code auround.
new 5ec100b947 Update test result
Summary of changes:
ChangeLog | 40 +
tp/Texinfo/Convert/Info.pm | 298 +++++
tp/Texinfo/Convert/Plaintext.pm | 399 ++----
tp/t/no_structure_test.t | 2 +-
.../results/converters_tests/at_commands_in_raw.pl | 4 +-
tp/t/results/converters_tests/commands_in_sc.pl | 4 +-
tp/t/results/converters_tests/commands_in_var.pl | 4 +-
.../footnote_no_number_separate.pl | 4 +-
tp/t/results/converters_tests/form_feeds.pl | 2 +-
.../converters_tests/ref_error_formatting.pl | 61 +-
tp/t/results/converters_tests/ref_in_sectioning.pl | 104 +-
tp/t/results/converters_tests/refs_formatting.pl | 69 +-
.../some_at_commands_in_ref_nodes.pl | 6 +-
.../converters_tests/spaces_in_empty_node_names.pl | 6 +-
.../converters_tests/spaces_in_node_names.pl | 6 +-
.../converters_tests/things_before_setfilename.pl | 4 +-
.../things_before_setfilename_no_element.pl | 4 +-
tp/t/results/converters_tests/top_in_ref.pl | 62 +-
.../coverage_braces/contain_plain_text_nestings.pl | 2 +-
.../coverage_braces/inforef_too_much_args.pl | 2 +-
tp/t/results/coverage_braces/nested_args.pl | 2 +-
.../coverage_braces/ref_in_style_command.pl | 2 +-
.../two_footnotes_in_nodes_separate.pl | 8 +-
.../two_footnotes_in_nodes_separate_no_header.pl | 8 +-
tp/t/results/coverage_braces/uref_in_ref.pl | 16 +-
tp/t/results/coverage_braces/verb_in_xref.pl | 2 +-
tp/t/results/def/ref_in_def.pl | 6 +-
tp/t/results/float/complex_float.pl | 9 +-
tp/t/results/float/float_copying.pl | 6 +-
.../float/numbering_captions_listoffloats.pl | 14 +-
tp/t/results/float/ref_to_float.pl | 4 +-
.../formats_encodings/at_commands_in_refs.pl | 63 +-
.../index_entry_in_footnote_sections_separate.pl | 2 +-
.../indices/index_entry_in_footnote_separate.pl | 2 +-
.../res_plaintext/Copying-and-indices.txt | 8 +-
.../res_plaintext/Copying-and-indices.txt | 8 +-
.../res_plaintext/Copying-and-indices.txt | 8 +-
.../res_plaintext/Copying-and-indices.txt | 8 +-
.../res_plaintext/Copying-and-indices.txt | 8 +-
.../res_plaintext/Chapter.txt | 2 +-
.../res_plaintext/Copying-and-indices.txt | 10 +-
.../res_plaintext/Chapter.txt | 2 +-
.../res_plaintext/Copying-and-indices.txt | 10 +-
.../res_plaintext/Copying-and-indices.txt | 8 +-
tp/t/results/languages/unknown_language.pl | 4 +-
.../menu/commands_in_nodedescriptionblock.pl | 12 +-
tp/t/results/misc_commands/ref_in_center.pl | 6 +-
tp/t/results/multitable/ref_in_multitable.pl | 20 +-
.../at_commands_glued_in_example.pl | 2 +-
.../at_commands_glued_in_paragraph.pl | 2 +-
.../plaintext_tests/del_quote_linebreaking.pl | 16 +-
tp/t/results/plaintext_tests/quote_node_names.pl | 44 -
.../res_plaintext/quote_node_names.txt | 31 +-
.../plaintext_tests/xref_quote_long_item.pl | 6 +-
...double_recursive_self_section_node_reference.pl | 15 +-
...sive_self_section_node_reference_no_use_node.pl | 15 +-
.../double_recursive_self_section_reference.pl | 8 +-
.../sectioning/recursive_self_section_reference.pl | 4 +-
.../res_parser/formatting_plaintext/formatting.2 | 12 -
.../res_parser/formatting_plaintext/formatting.txt | 1354 ++++++++++----------
.../formatting.2 | 12 -
.../formatting.txt | 1354 ++++++++++----------
62 files changed, 2101 insertions(+), 2115 deletions(-)
- master updated (3ee7ac39a8 -> 5ec100b947),
Patrice Dumas <=
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29
- [no subject], Patrice Dumas, 2024/09/29