[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (e25e05a758 -> bec3cc4fe3)
From: |
Patrice Dumas |
Subject: |
master updated (e25e05a758 -> bec3cc4fe3) |
Date: |
Wed, 2 Oct 2024 06:20:10 -0400 (EDT) |
pertusus pushed a change to branch master.
from e25e05a758 * tp/Texinfo/XS/convert/convert_html.c
(convert_style_command) (html_free_converter),
tp/Texinfo/XS/convert/get_html_perl_info.c (html_converter_initialize_sv),
tp/Texinfo/XS/main/converter_types.h (HTML_STYLE_COMMAND_CONVERSION,
CONVERTER): add html_style_command_conversion field to CONVERTER with type
HTML_STYLE_COMMAND_CONVERSION for style commands conversion, instead of using
the same array as brace no arg commands.
new 47caf7b275 * tp/Texinfo/XS/convert/convert_html.c (html_format_setup):
preset unset default_no_arg_commands_formatting for string and preformatted
context for no arg commands only.
new bec3cc4fe3 * tp/Texinfo/XS/convert/get_html_perl_info.c
(html_converter_initialize_sv): move up code which should have defaults in C
and customization from Perl. No change.
Summary of changes:
ChangeLog | 18 +
tp/Texinfo/XS/convert/build_html_perl_state.c | 5 +-
tp/Texinfo/XS/convert/convert_html.c | 43 +-
tp/Texinfo/XS/convert/get_html_perl_info.c | 1169 ++++++++++++-------------
tp/Texinfo/XS/main/converter_types.h | 11 +-
5 files changed, 633 insertions(+), 613 deletions(-)
- master updated (e25e05a758 -> bec3cc4fe3),
Patrice Dumas <=