[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (57542083fc -> 2332978ed2)
From: |
Patrice Dumas |
Subject: |
master updated (57542083fc -> 2332978ed2) |
Date: |
Wed, 2 Oct 2024 05:59:21 -0400 (EDT) |
pertusus pushed a change to branch master.
from 57542083fc * tp/Texinfo/XS/convert/ConvertXS.xs
(html_converter_initialize_sv), tp/Texinfo/XS/convert/convert_html.c
(html_converter_init_special_unit, html_converter_initialize),
tp/Texinfo/XS/convert/get_html_perl_info.c
(html_converter_init_special_unit_sv, html_converter_initialize_sv): split
html_converter_init_special_unit out of html_converter_initialize and
html_converter_init_special_unit_sv out of html_converter_initialize_sv and
modify html_converter_initialize_sv in C [...]
new 4006d4ca49 * tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
(@all_directions_except_special_units, converter_initialize)
(conversion_initialization): do not use default directions trings directions to
apply customized direction strings, merge the directions that never change,
global relative and file, and the special units directions that may be
customized.
new 2332978ed2 add
tp/t/init/special_unit_direction_string_info_customization.pm
Summary of changes:
ChangeLog | 20 ++++++++++++
tp/Makefile.am | 1 +
tp/Makefile.tres | 2 ++
tp/Texinfo/Convert/HTML.pm | 34 +++++++++++++-------
tp/Texinfo/XS/convert/get_html_perl_info.c | 37 ++++++++++++++++------
...ial_unit_direction_string_info_customization.pm | 9 ++++++
tp/t/init_files_tests.t | 7 +++-
...replacement_direction_strings_customization.pl} | 30 +++++++++---------
.../res_html/chapter.html | 2 +-
.../res_html/index.html | 4 +--
10 files changed, 107 insertions(+), 39 deletions(-)
create mode 100644
tp/t/init/special_unit_direction_string_info_customization.pm
copy
tp/t/results/init_files_tests/{button_replacement_for_special_unit_direction.pl
=> button_replacement_direction_strings_customization.pl} (69%)
copy tp/t/results/init_files_tests/{ref_for_special_unit_direction =>
button_replacement_direction_strings_customization}/res_html/chapter.html (90%)
copy tp/t/results/init_files_tests/{ref_for_special_unit_direction =>
button_replacement_direction_strings_customization}/res_html/index.html (85%)
- master updated (57542083fc -> 2332978ed2),
Patrice Dumas <=