texinfo-commits
[Top][All Lists]
Advanced

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

master updated (b200246ac9 -> 5154587461)


From: Patrice Dumas
Subject: master updated (b200246ac9 -> 5154587461)
Date: Sun, 4 Feb 2024 12:38:17 -0500 (EST)

pertusus pushed a change to branch master.

    from b200246ac9 Update po files
     new 1a5d96d0df Update POD documentation
     new fc3b11587d * tp/Texinfo/Indices.pm (setup_sortable_index_entries), 
tp/Texinfo/XS/main/manipulate_indices.c (setup_sortable_index_entries): do not 
set INCLUDE_DIRECTORIES, as it is only useful for @verbatiminclude, which 
cannot appear in index entries.
     new 62fbcd226e * Texinfo/Convert/NodeNameNormalization.pm (_convert): 
rename $command as $cmdname and use it more through the code.
     new 5154587461 * tp/Texinfo/Common.pm (%text_brace_no_arg_commands), 
tp/Texinfo/Convert/NodeNameNormalization.pm, tp/Texinfo/Convert/Text.pm: move 
%text_brace_no_arg_commands to Texinfo/Common.pm to avoid a dependency of 
NodeNameNormalization.pm on Text.pm as it leads to a circular dependency as 
Text.pm depends indirectly on NodeNameNormalization.pm.


Summary of changes:
 ChangeLog                                   | 22 +++++++++
 tp/Texinfo/Common.pm                        | 67 ++++++++++++++++++++++++++
 tp/Texinfo/Convert/NodeNameNormalization.pm | 33 +++++++------
 tp/Texinfo/Convert/Text.pm                  | 73 ++---------------------------
 tp/Texinfo/Convert/TextContent.pm           |  2 +-
 tp/Texinfo/Document.pm                      | 28 +++++++----
 tp/Texinfo/Indices.pm                       | 42 +++++++++++++----
 tp/Texinfo/Translations.pm                  |  6 +--
 tp/Texinfo/XS/main/manipulate_indices.c     |  4 ++
 tp/init/html32.pm                           |  4 +-
 tp/maintain/setup_converters_code_tables.pl |  5 +-
 11 files changed, 174 insertions(+), 112 deletions(-)



reply via email to

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