texinfo-commits
[Top][All Lists]
Advanced

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

master updated (69fc96b273 -> c2ca0a163f)


From: Patrice Dumas
Subject: master updated (69fc96b273 -> c2ca0a163f)
Date: Mon, 31 Jul 2023 10:17:28 -0400 (EDT)

pertusus pushed a change to branch master.

    from 69fc96b273 * tp/Texinfo/XS/parsetexi/separator.c (handle_comma): Keep 
copy of return value of next_text so to avoid a memory leak.
     new b518ac085e @nodedescriptionblock parsing
     new bdba06e99d @nodedescriptionblock output
     new c2ca0a163f nodedescription customization


Summary of changes:
 ChangeLog                                          |   58 +
 doc/texi2any_api.texi                              |    7 +-
 doc/texinfo.texi                                   |   12 +
 tp/Makefile.tres                                   |    2 +
 tp/TODO                                            |    4 +-
 tp/Texinfo/Common.pm                               |    2 +
 tp/Texinfo/Convert/DocBook.pm                      |    3 +-
 tp/Texinfo/Convert/HTML.pm                         |   85 +-
 tp/Texinfo/Convert/LaTeX.pm                        |    2 +-
 tp/Texinfo/Convert/Plaintext.pm                    |  103 +-
 tp/Texinfo/Convert/Text.pm                         |    2 +-
 tp/Texinfo/ParserNonXS.pm                          |   35 +-
 tp/Texinfo/XS/parsetexi/command_ids.h              |    1 +
 tp/Texinfo/XS/parsetexi/handle_commands.c          |   35 +-
 tp/Texinfo/command_data.txt                        |    2 +
 tp/t/10menu.t                                      |  107 ++
 .../menu/commands_in_nodedescriptionblock.pl       | 1607 ++++++++++++++++++++
 ...ons.pl => nodedescriptionblock_descriptions.pl} | 1240 ++++++++-------
 tp/t/results/misc_commands/nodedescription.pl      |    4 +-
 tp/t/test_utils.pl                                 |    2 +-
 20 files changed, 2638 insertions(+), 675 deletions(-)
 create mode 100644 tp/t/results/menu/commands_in_nodedescriptionblock.pl
 copy tp/t/results/menu/{nodedescription_descriptions.pl => 
nodedescriptionblock_descriptions.pl} (51%)



reply via email to

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