[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (086fd41802 -> 4f2d905935)
From: |
Patrice Dumas |
Subject: |
master updated (086fd41802 -> 4f2d905935) |
Date: |
Sun, 24 Dec 2023 08:17:07 -0500 (EST) |
pertusus pushed a change to branch master.
from 086fd41802 * tp/t/languages.t (appendix_translated): Check translated
appendix heading in Spanish rather than French, as the accented character in
"Apéndice" is more problematic than the French "Annexe".
new 4aa029caf1 * tp/Texinfo/XS/convert/ConvertXS.xs
(html_register_footnote): use extra global_command_number to find footnote in C
global commands data.
new 4f2d905935 * tp/Texinfo/XS/convert/convert_html.c
(html_special_unit_variety_direction_index, html_get_target): rename
special_unit_variety_direction_index as
html_special_unit_variety_direction_index and get_target as html_get_target.
Summary of changes:
ChangeLog | 52 +++++
tp/TODO | 3 +
tp/Texinfo/Convert/HTML.pm | 154 +++++++++------
tp/Texinfo/XS/convert/ConvertXS.xs | 94 ++++++++-
tp/Texinfo/XS/convert/build_html_perl_state.c | 4 +-
tp/Texinfo/XS/convert/build_html_perl_state.h | 1 +
tp/Texinfo/XS/convert/convert_html.c | 274 ++++++++++++++++----------
tp/Texinfo/XS/convert/convert_html.h | 6 +
tp/Texinfo/XS/convert/get_html_perl_info.c | 253 ++++++++++++++++++++++++
tp/Texinfo/XS/convert/get_html_perl_info.h | 4 +
tp/Texinfo/XS/main/converter_types.h | 4 +-
11 files changed, 676 insertions(+), 173 deletions(-)
- master updated (086fd41802 -> 4f2d905935),
Patrice Dumas <=