[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (dc184dcf36 -> 8c87fd10b3)
From: |
Patrice Dumas |
Subject: |
master updated (dc184dcf36 -> 8c87fd10b3) |
Date: |
Wed, 10 Apr 2024 05:13:30 -0400 (EDT) |
pertusus pushed a change to branch master.
from dc184dcf36 * tp/Texinfo/Document.pm (%XS_overrides,
register_document_options), tp/Texinfo/XS/main/DocumentXS.xs
(register_document_options), tp/t/test_utils.pl (test), tp/texi2any.pl: rename
register_options as register_document_options. Pass a hash of customization
variables to register_document_options, call get_customization_options_hash in
the calling code. Remove _XS_set_document_options.
new cdf583c348 * tp/texi2any.pl: call Texinfo::Convert::Texinfo->import().
Move code around.
new 8c87fd10b3 * tp/Texinfo/Report.pm (new): remove the possibility to
reuse an object.
Summary of changes:
ChangeLog | 14 ++++++++
tp/Texinfo/Convert/TexinfoMarkup.pm | 4 +--
tp/Texinfo/Convert/Unicode.pm | 5 +--
tp/Texinfo/Convert/Utils.pm | 8 ++---
tp/Texinfo/Document.pm | 42 +++++++++++++----------
tp/Texinfo/Indices.pm | 32 ++++++++++--------
tp/Texinfo/Report.pm | 66 ++++++++++++++-----------------------
tp/Texinfo/Transformations.pm | 5 +--
tp/Texinfo/Translations.pm | 43 +++++++++++++++++-------
tp/texi2any.pl | 12 +++----
10 files changed, 131 insertions(+), 100 deletions(-)
- master updated (dc184dcf36 -> 8c87fd10b3),
Patrice Dumas <=