[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (75dc63104b -> 5c39dc7c82)
From: |
Patrice Dumas |
Subject: |
master updated (75dc63104b -> 5c39dc7c82) |
Date: |
Mon, 8 Apr 2024 17:35:53 -0400 (EDT) |
pertusus pushed a change to branch master.
from 75dc63104b * tp/Texinfo/Transformations.pm
(insert_nodes_for_sectioning_commands, regenerate_master_menu): use $document
argument to get customization options, remove $main_configuration argument.
Update callers and XS interfaces.
new 4aa7e7f7f0 * tp/Texinfo/Transformations.pm
(complete_tree_nodes_missing_menu)
tp/Texinfo/XS/structuring_transfo/StructuringTransfoXS.xs
(complete_tree_nodes_missing_menu),
tp/Texinfo/XS/structuring_transfo/transformations.c
(complete_tree_nodes_missing_menu): use a document in argument and use it to
get the customization information and root of Texinfo tree.
new bdbadf2396 * tp/t/test_utils.pl (test), tp/texi2any.pl: use $document
as customization provider.
new 5c39dc7c82 * tp/Texinfo/Document.pm (%XS_overrides),
tp/Texinfo/XS/main/DocumentXS.xs (document_get_conf): add an XS override for
Document.pm get_conf.
Summary of changes:
ChangeLog | 23 +++++++++++++++++
tp/Texinfo/Document.pm | 2 ++
tp/Texinfo/Transformations.pm | 20 +++++++--------
tp/Texinfo/XS/main/DocumentXS.xs | 15 +++++++++++
.../XS/structuring_transfo/StructuringTransfoXS.xs | 9 +++----
.../XS/structuring_transfo/transformations.c | 5 ++--
.../XS/structuring_transfo/transformations.h | 3 +--
tp/t/automatic_menus.t | 2 +-
tp/t/test_utils.pl | 29 ++++++++++++++--------
tp/texi2any.pl | 27 +++++++++++---------
10 files changed, 90 insertions(+), 45 deletions(-)
- master updated (75dc63104b -> 5c39dc7c82),
Patrice Dumas <=