texinfo-commits
[Top][All Lists]
Advanced

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

master updated (f21f712929 -> 235cdc2ee0)


From: Patrice Dumas
Subject: master updated (f21f712929 -> 235cdc2ee0)
Date: Sun, 31 Dec 2023 18:26:40 -0500 (EST)

pertusus pushed a change to branch master.

    from f21f712929 * tp/Texinfo/Convert/Plaintext.pm (_convert) <menu 
entries>: Correctly include any DEL quoting characters in the count context.
     new fc85b868c1 * tp/Texinfo/Convert/Converter.pm 
(table_item_content_tree), tp/Texinfo/Convert/Plaintext.pm (_convert): remove 
table_item_content_tree contents element, instead always use 
$element->{'args'}->[0] in the function.  Return the @-command used to format 
the item argument directly, undef if there is no command_as_argument.  Update 
callers to set tree to $element->{'args'}->[0] if the return value is undef.  
Also do not modify the element returned in Plaintext.pm.
     new ee0a8ca2ce * tp/Texinfo/Convert/Converter.pm 
(table_item_content_tree): do not set the parent of the returned element.
     new 38748b0696 * tp/Texinfo/Convert/HTML.pm (_get_copiable_anchor): return 
undef if there is no copiable anchor.  Update callers.
     new b5fad95d65 * tp/Texinfo/Convert/HTML.pm (_convert_item_command): 
rename $index_id as $index_entry_id.
     new 235cdc2ee0 * tp/Texinfo/XS/convert/convert_html.c 
(get_copiable_anchor): return 0 if there is no copiable anchor.  Update callers.


Summary of changes:
 ChangeLog                                          |  67 +++++
 tp/Texinfo/Convert/Converter.pm                    |  34 +--
 tp/Texinfo/Convert/DocBook.pm                      |  10 +-
 tp/Texinfo/Convert/HTML.pm                         |  79 +++---
 tp/Texinfo/Convert/Plaintext.pm                    |  14 +-
 tp/Texinfo/XS/convert/ConvertXS.xs                 |  11 +-
 tp/Texinfo/XS/convert/convert_html.c               | 287 +++++++++++++--------
 tp/Texinfo/XS/convert/convert_html.h               |   2 +-
 tp/Texinfo/XS/convert/converter.c                  | 117 ++++++++-
 tp/Texinfo/XS/convert/converter.h                  |  14 +
 tp/Texinfo/XS/main/converter_types.h               |   2 +-
 .../results/sectioning/no_argument_and_contents.pl |   2 +-
 12 files changed, 461 insertions(+), 178 deletions(-)



reply via email to

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