[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (9b3c0a6ac3 -> d775aa6958)
From: |
Patrice Dumas |
Subject: |
master updated (9b3c0a6ac3 -> d775aa6958) |
Date: |
Tue, 7 May 2024 19:00:27 -0400 (EDT) |
pertusus pushed a change to branch master.
from 9b3c0a6ac3 * configure.ac (Perl version and modules, tp-tests)
(perl-api-texi-build, pod-simple-texinfo-tests): update Perl modules and
version in checks.
new 9906d6f238 * doc/texi2any_api.texi (Setting the Context for
Conversion): _converted type should only be text.
new d229d5232b * tp/Texinfo/Convert/Texinfo.pm (@ignored_types),
tp/Texinfo/Convert/TexinfoMarkup.pm (_convert), tp/Texinfo/ParserNonXS.pm
(_parse_def), tp/Texinfo/XS/main/convert_to_texinfo.c (expand_cmd_args_to_texi)
(convert_to_texinfo_internal), tp/Texinfo/XS/main/element_types.txt,
tp/Texinfo/XS/parsetexi/def.c (parse_def): rename bracketed_inserted as
def_category_inserted or untranslated_def_category_inserted if the category
should be translated.
new d775aa6958 * tp/Texinfo/ParserNonXS.pm (_parse_def),
tp/Texinfo/XS/parsetexi/def.c (parse_def): put extra info documentlanguage and
translation_context in untranslated_def_category_inserted element.
Summary of changes:
ChangeLog | 36 ++++
doc/texi2any_api.texi | 3 +-
tp/TODO | 10 +-
tp/Texinfo/Common.pm | 4 +-
tp/Texinfo/Convert/HTML.pm | 37 +++--
tp/Texinfo/Convert/LaTeX.pm | 28 ++--
tp/Texinfo/Convert/Plaintext.pm | 120 +++++++-------
tp/Texinfo/Convert/Texinfo.pm | 5 +-
tp/Texinfo/Convert/TexinfoMarkup.pm | 6 +-
tp/Texinfo/Convert/Text.pm | 131 +++++++--------
tp/Texinfo/ParserNonXS.pm | 15 +-
tp/Texinfo/XS/convert/convert_html.c | 45 +++--
tp/Texinfo/XS/main/convert_to_texinfo.c | 6 +-
tp/Texinfo/XS/main/convert_to_text.c | 182 +++++++++++----------
tp/Texinfo/XS/main/element_types.c | 3 +-
tp/Texinfo/XS/main/element_types.h | 3 +-
tp/Texinfo/XS/main/element_types.txt | 3 +-
tp/Texinfo/XS/parsetexi/def.c | 7 +-
tp/t/results/converters_tests/complex_nestings.pl | 8 +-
.../converters_tests/definition_commands.pl | 68 ++++----
.../converters_tests/test_deftypefnnewline.pl | 4 +-
tp/t/results/def/all_commands.pl | 24 +--
tp/t/results/def/all_commands_delimiters.pl | 2 +-
.../def/all_commands_delimiters_printindex.pl | 2 +-
tp/t/results/def/all_commands_printindex.pl | 24 +--
tp/t/results/def/def_defx_mismatch.pl | 2 +-
tp/t/results/def/empty_deftype.pl | 8 +-
tp/t/results/def/not_closed.pl | 2 +-
tp/t/results/def/omit_def_space.pl | 4 +-
.../deftypefnnewline_for_copying_after.pl | 4 +-
.../deftypefnnewline_for_copying_before.pl | 4 +-
tp/t/results/indices/empty_string_index_entry.pl | 4 +-
.../indices/printindex_index_entry_in_copying.pl | 4 +-
...ndex_index_entry_in_copying_no_insertcopying.pl | 4 +-
.../indices/same_index_entry_merged_indices.pl | 2 +-
.../invalid_nestings/def_in_style_command.pl | 2 +-
tp/t/results/languages/documentlanguage.pl | 10 +-
tp/t/results/languages/documentlanguage_option.pl | 10 +-
tp/t/results/languages/documentlanguage_unknown.pl | 10 +-
.../results/languages/multiple_documentlanguage.pl | 30 ++--
tp/t/results/languages/multiple_in_preamble.pl | 30 ++--
.../languages/multiple_in_preamble_before_node.pl | 20 +--
tp/t/results/languages/multiple_lang_chapters.pl | 30 ++--
.../languages/multiple_lang_chapters_latex.pl | 30 ++--
.../languages/multiple_lang_chapters_texi2html.pl | 30 ++--
tp/t/results/languages/simple_documentlanguage.pl | 10 +-
tp/t/results/languages/unknown_region.pl | 10 +-
tp/t/results/latex_tests/brace_in_index.pl | 2 +-
tp/t/results/preformatted/def_in_example.pl | 2 +-
49 files changed, 535 insertions(+), 505 deletions(-)
- master updated (9b3c0a6ac3 -> d775aa6958),
Patrice Dumas <=