texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (1c1607b6fd -> 2130bd653a)


From: Patrice Dumas
Subject: master updated (1c1607b6fd -> 2130bd653a)
Date: Wed, 23 Oct 2024 11:49:00 -0400 (EDT)

pertusus pushed a change to branch master.

    from 1c1607b6fd Reorder ChangeLog
     new 73a2e24249 * tp/Texinfo/ManipulateTree.pm 
(move_index_entries_after_items), 
tp/Texinfo/XS/structuring_transfo/transformations.c 
(move_index_entries_after_items): change the logic of the condition on 
continuing to go through elements if not among some commands to have a positive 
condition on commands.  Use TF_text to make sure that the element is a 
container element now that it is clear that the main objective of that part of 
the condition is to be able to access CONTAINER fields.
     new 6cdbda17c2 * tp/Texinfo/XS/structuring_transfo/transformations.c 
(complete_node_menu): inverse the condition for offset_at_end for a more 
readable condition (also like Perl).  Use TF_text to make sure that the element 
is a container element now that it is clear that the main objective of that 
part of the condition is to be able to access CONTAINER fields.
     new 2130bd653a * tp/Texinfo/XS/parsetexi/close.c (remove_empty_content): 
check cmd to determine if this is an @-command, we are in the parser, so it is 
safe.


Summary of changes:
 ChangeLog                                          | 26 ++++++++++++++++++++++
 tp/Texinfo/ManipulateTree.pm                       |  8 +++----
 tp/Texinfo/XS/parsetexi/close.c                    |  3 ++-
 .../XS/structuring_transfo/transformations.c       | 16 ++++++-------
 4 files changed, 40 insertions(+), 13 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]