[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (ac90b8dea5 -> dade8fc98e)
From: |
Patrice Dumas |
Subject: |
master updated (ac90b8dea5 -> dade8fc98e) |
Date: |
Sat, 6 Jan 2024 05:58:23 -0500 (EST) |
pertusus pushed a change to branch master.
from ac90b8dea5 * tp/Texinfo/Convert/HTML.pm
(_default_format_node_redirection_page): convert the body before the header in
case there is CSS to be collected. Add filename argument.
new 8a4edfb41d XS interface for getting/setting CSS information
new dade8fc98e * tp/Texinfo/options_data.txt (CSS_REFS): set type to
char_string_list as it is decoded in the main program.
Summary of changes:
ChangeLog | 44 +++++++
tp/TODO | 8 ++
tp/Texinfo/Convert/HTML.pm | 24 +++-
tp/Texinfo/XS/convert/ConvertXS.xs | 73 ++++++++++++
tp/Texinfo/XS/convert/convert_html.c | 181 ++++++++++++++++++++++++++++-
tp/Texinfo/XS/convert/convert_html.h | 14 +++
tp/Texinfo/XS/convert/get_html_perl_info.c | 58 +++++----
tp/Texinfo/XS/convert/get_html_perl_info.h | 5 +
tp/Texinfo/XS/main/converter_types.h | 5 +
tp/Texinfo/options_data.txt | 2 +-
tp/maintain/regenerate_C_options_info.pl | 4 +-
11 files changed, 385 insertions(+), 33 deletions(-)
- master updated (ac90b8dea5 -> dade8fc98e),
Patrice Dumas <=