[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (b6860609a7 -> cec91a283f)
From: |
Patrice Dumas |
Subject: |
master updated (b6860609a7 -> cec91a283f) |
Date: |
Mon, 23 Dec 2024 17:56:18 -0500 (EST) |
pertusus pushed a change to branch master.
from b6860609a7 * tp/Texinfo/XS/convert/texinfo.c,
tp/Texinfo/XS/teximakehtml.c (set_customization_default, main): remove
txi_config_set_customization_default from texinfo.c and add the similar
set_customization_default function to teximakehtml.c.
new 01f781148d * tp/maintain/regenerate_C_options_info.pl,
tp/Texinfo/options_data.txt: add parser customization options.
new cec91a283f * tp/maintain/regenerate_perl_options_info.pl,
tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/HTML.pm: do not prepend
converter_ in front of regular options defaults. Rename
get_converter_regular_options as get_regular_options.
Summary of changes:
ChangeLog | 21 +
tp/Texinfo/Convert/Converter.pm | 5 +-
tp/Texinfo/Convert/HTML.pm | 4 +-
tp/Texinfo/Convert/converters_defaults.txt | 39 +-
tp/Texinfo/Options.pm | 36 +-
tp/Texinfo/XS/convert/converter.c | 2 +-
tp/Texinfo/XS/convert/converters_options.c | 36 +-
tp/Texinfo/XS/convert/converters_options.h | 16 +-
.../XS/convert/html_converter_init_options.c | 2 +-
tp/Texinfo/XS/main/options_data.h | 10 +-
tp/Texinfo/XS/main/options_defaults.c | 24 ++
tp/Texinfo/XS/main/options_defaults.h | 4 +
tp/Texinfo/XS/main/options_init_free.c | 435 +++++++++++----------
tp/Texinfo/options_data.txt | 12 +
tp/maintain/regenerate_C_options_info.pl | 13 +-
tp/maintain/regenerate_perl_options_info.pl | 4 +-
16 files changed, 426 insertions(+), 237 deletions(-)
- master updated (b6860609a7 -> cec91a283f),
Patrice Dumas <=