texinfo-commits
[Top][All Lists]
Advanced

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

master updated (12e9ffb -> 1a73810)


From: Patrice Dumas
Subject: master updated (12e9ffb -> 1a73810)
Date: Wed, 25 Aug 2021 10:30:23 -0400 (EDT)

pertusus pushed a change to branch master.

    from 12e9ffb  Add test demonstrating incorrect setting of documentlanguage 
in Parser, not having command line overriding the value set in the document.
     new bda6dcd  tests/run_parser_all.sh: remove setting unused variable
     new d97dda4  LaTeX.pm: do not call _set_global_multiple_commands(). Use 
Texinfo::Structuring::index_key on a key with sortas if $ignore_chars is set.
     new 4f8d9a1  * Texinfo/XS/parsetexi/macro.c: add a comment on 
txicommandconditionals   setting
     new 1a73810  * tp/Texinfo/Common.pm (%default_parser_state_configuration) 
(%default_parser_customization_values, @variable_other_settables) 
(@parser_options), tp/Texinfo/Convert/Text.pm (converter), 
tp/Texinfo/ParserNonXS.pm (%parser_state_configuration), (_setup_parser, 
simple_parser), texi2any.pl, tp/Texinfo/XS/parsetexi/Parsetexi.pm 
(%parser_default_configuration) (parser): rename 'expanded_formats' key as 
'EXPANDED_FORMATS' in the configuration setting and in the parsers. Move %d 
[...]


Summary of changes:
 ChangeLog                                          |  19 +
 doc/texinfo.texi                                   |   2 +-
 tp/Texinfo/Common.pm                               |  62 +--
 tp/Texinfo/Convert/Converter.pm                    |   2 +
 tp/Texinfo/Convert/LaTeX.pm                        |  16 +-
 tp/Texinfo/Convert/Text.pm                         |   4 +-
 tp/Texinfo/ParserNonXS.pm                          |  47 +-
 tp/Texinfo/XS/parsetexi/Parsetexi.pm               |   5 +-
 tp/Texinfo/XS/parsetexi/macro.c                    |   3 +
 tp/t/16raw.t                                       |  22 +-
 tp/t/50value.t                                     |   2 +-
 tp/t/55conditionals.t                              |  20 +-
 tp/t/57invalid_nestings.t                          |   4 +-
 tp/t/60macro.t                                     |   2 +-
 tp/t/92formatting.t                                |  14 +-
 tp/t/converters_tests.t                            |  10 +-
 tp/t/html_tests.t                                  |   2 +-
 tp/t/languages.t                                   |   4 +-
 tp/t/latex_tests.t                                 |  12 +
 tp/t/nodenormalization.t                           |   2 +-
 tp/t/plaintext_tests.t                             |   6 +-
 tp/t/results/latex_tests/indices.pl                | 524 ++++++++++++++++++++-
 .../latex_tests/indices/res_latex/indices.tex      |  11 +
 tp/t/test_utils.pl                                 |   6 +-
 tp/t/xml_tests.t                                   |   6 +-
 tp/tests/layout/list-of-tests                      |   2 +-
 tp/tests/run_parser_all.sh                         |   1 -
 tp/texi2any.pl                                     |  51 +-
 28 files changed, 697 insertions(+), 164 deletions(-)



reply via email to

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