[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (07bd757243 -> d75404b2ac)
From: |
Patrice Dumas |
Subject: |
master updated (07bd757243 -> d75404b2ac) |
Date: |
Thu, 18 Apr 2024 14:53:13 -0400 (EDT) |
pertusus pushed a change to branch master.
from 07bd757243 * Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm
(_accessorize), (_preamble): add a texinfo_generate_setfilename accessor to
determine if a @setfilename is inserted in standalone manuals.
new f9d9a1e740 * tp/Texinfo/Convert/HTML.pm (_internal_command_text)
(convert_tree_new_formatting_context, _noticed_line_warn),
tp/Texinfo/XS/convert/build_html_perl_state.c (build_html_formatting_state),
tp/Texinfo/XS/convert/convert_html.c (noticed_line_warn,
convert_tree_new_formatting_context) (html_internal_command_text,
html_conversion_finalization), tp/Texinfo/XS/main/converter_types.h
(CONVERTER): rename ignore_notice as multiple_conversions.
new 32d666885c * doc/texi2any_api.texi (Other Dynamic Information),
(in_multiple_conversions, _internal_command_text)
(convert_tree_new_formatting_context, _noticed_line_warn)
(_set_multiple_conversions, _unset_multiple_conversions): add an API to access
to multiple_conversions.
new d75404b2ac * tp/Texinfo/Convert/HTML.pm (_convert_image_command),
tp/Texinfo/XS/convert/convert_html.c (convert_image_command): if image is not
found, do not check if in_multiple_conversions, as it should happen very
rarely, but check that there is some 'source_info'.
Summary of changes:
ChangeLog | 46 +++
doc/texi2any_api.texi | 19 +-
tp/Makefile.tres | 1 +
tp/TODO | 2 -
tp/Texinfo/Convert/HTML.pm | 80 ++++--
tp/Texinfo/Report.pm | 2 +
tp/Texinfo/XS/convert/ConvertXS.xs | 31 ++
tp/Texinfo/XS/convert/build_html_perl_state.c | 6 -
tp/Texinfo/XS/convert/convert_html.c | 72 +++--
tp/Texinfo/XS/main/converter_types.h | 2 +-
tp/Texinfo/XS/main/utils.h | 2 +-
tp/ext/epub3.pm | 15 +-
tp/t/html_tests.t | 14 +
tp/t/results/coverage_braces/test_image.pl | 16 ++
.../formats_encodings/at_commands_in_refs.pl | 14 +
.../at_commands_in_refs_latin1.pl | 14 +
.../formats_encodings/at_commands_in_refs_utf8.pl | 14 +
.../tex_expanded_in_caption_multiple_time.pl | 319 +++++++++++++++++++++
.../menu/commands_in_nodedescriptionblock.pl | 7 +
19 files changed, 596 insertions(+), 80 deletions(-)
create mode 100644
tp/t/results/html_tests/tex_expanded_in_caption_multiple_time.pl
- master updated (07bd757243 -> d75404b2ac),
Patrice Dumas <=