[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (695f870ff2 -> 64eee9ddba)
From: |
Patrice Dumas |
Subject: |
master updated (695f870ff2 -> 64eee9ddba) |
Date: |
Tue, 30 Apr 2024 14:13:54 -0400 (EDT) |
pertusus pushed a change to branch master.
from 695f870ff2 * tp/TODO: notes on possible optimization after looking at
callgrind output for HTML output with C.
new 78551d9cd4 * tp/Texinfo/Convert/HTML.pm (_convert_footnote_command)
(_default_format_element_footer, _prepare_special_units),
tp/Texinfo/XS/convert/convert_html.c (prepare_special_units)
(html_default_format_element_footer, convert_footnote_command),
tp/Texinfo/Convert/Plaintext.pm (process_footnotes, _convert): compare
footnotestyle customization value to 'separate' only and handle an undef value.
new 66befec2ac * tp/maintain/regenerate_C_options_info.pl: add a better
BUG message than the default Perl message for customization variable passed to
C that should be an integer but is not.
new 64eee9ddba * tp/Texinfo/Convert/Converter.pm (_id_to_filename),
tp/ext/epub3.pm (epub_convert_image_command): handle BASEFILENAME_LENGTH being
undef.
Summary of changes:
ChangeLog | 37 ++++++++++++++++
tp/Texinfo/Convert/Converter.pm | 10 ++++-
tp/Texinfo/Convert/HTML.pm | 72 +++++++++++++++++++-------------
tp/Texinfo/Convert/Plaintext.pm | 12 ++++--
tp/Texinfo/XS/convert/convert_html.c | 31 ++++++++++----
tp/Texinfo/options_data.txt | 5 ++-
tp/ext/epub3.pm | 33 ++++++++++-----
tp/maintain/regenerate_C_options_info.pl | 14 ++++++-
tp/t/latex_tests.t | 1 +
9 files changed, 156 insertions(+), 59 deletions(-)
- master updated (695f870ff2 -> 64eee9ddba),
Patrice Dumas <=