[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (b447793774 -> 1d9fe54752)
From: |
Patrice Dumas |
Subject: |
master updated (b447793774 -> 1d9fe54752) |
Date: |
Mon, 19 Feb 2024 16:12:52 -0500 (EST) |
pertusus pushed a change to branch master.
from b447793774 Only allow highlighting commands to be redefined with
@definfoenclose
new 9cdfe94d0b * tp/Texinfo/Structuring.pm (_insert_menu_comment_content)
(new_complete_node_menu, _print_down_menus), tp/Texinfo/Transformations.pm
(complete_tree_nodes_menus),
tp/Texinfo/XS/structuring_transfo/StructuringTransfoXS.xs
(complete_tree_nodes_missing_menu),
tp/Texinfo/XS/structuring_transfo/structuring.c (insert_menu_comment_content,
new_complete_node_menu) (print_down_menus),
tp/Texinfo/XS/structuring_transfo/transformations.c
(complete_tree_nodes_missing_menu): Add co [...]
new bcf06605a8 * tp/Texinfo/Structuring.pm (new_complete_node_menu),
tp/Texinfo/XS/structuring_transfo/structuring.c (new_complete_node_menu): use
section to find associated part.
new ef8ca2cbff * tp/Makefile.tres, tp/t/10menu.t
(part_appendix_in_generated_menu)
(appendix_and_associated_part_in_generated_menu): add tests with part and
appendices in generated top menu.
new 1d9fe54752 * tp/Texinfo/Structuring.pm (sectioning_structure),
tp/Texinfo/XS/structuring_transfo/structuring.c (sectioning_structure): start
appendix numbering only if at the top level.
Summary of changes:
ChangeLog | 37 +
TODO | 18 -
tp/Makefile.tres | 2 +
tp/Texinfo/Structuring.pm | 116 ++-
tp/Texinfo/Transformations.pm | 17 +-
.../XS/structuring_transfo/StructuringTransfoXS.xs | 7 +-
tp/Texinfo/XS/structuring_transfo/structuring.c | 140 ++-
tp/Texinfo/XS/structuring_transfo/structuring.h | 3 +-
.../XS/structuring_transfo/transformations.c | 6 +-
.../XS/structuring_transfo/transformations.h | 3 +-
tp/t/10menu.t | 47 +
tp/t/automatic_menus.t | 2 +-
.../indices/index_entry_in_footnote_sections.pl | 8 +-
.../index_entry_in_footnote_sections_separate.pl | 8 +-
.../res_info/index_special_region.info | Bin 2594 -> 2606 bytes
.../index_special_region_no_insertcopying.info | Bin 1625 -> 1637 bytes
.../index_special_region_no_insertcopying.info | Bin 1625 -> 1637 bytes
.../res_info/index_special_region.info | Bin 2821 -> 2833 bytes
.../indices/printindex_between_part_chapter.pl | 6 +-
...pendix_and_associated_part_in_generated_menu.pl | 1013 ++++++++++++++++++++
.../menu/part_appendix_in_generated_menu.pl | 942 ++++++++++++++++++
.../chapter_between_nodes_with_appendix.pl | 4 +-
.../chapter_between_nodes_with_appendix_nomenu.pl | 4 +-
tp/t/test_utils.pl | 3 +-
tp/texi2any.pl | 3 +-
25 files changed, 2301 insertions(+), 88 deletions(-)
create mode 100644
tp/t/results/menu/appendix_and_associated_part_in_generated_menu.pl
create mode 100644 tp/t/results/menu/part_appendix_in_generated_menu.pl
- master updated (b447793774 -> 1d9fe54752),
Patrice Dumas <=