texinfo-commits
[Top][All Lists]
Advanced

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

master updated (1ce56bb926 -> 52a12b302d)


From: Patrice Dumas
Subject: master updated (1ce56bb926 -> 52a12b302d)
Date: Tue, 12 Dec 2023 06:29:57 -0500 (EST)

pertusus pushed a change to branch master.

    from 1ce56bb926 * tp/Texinfo/ParserNonXS.pm (_command_warn, 
_command_error): only use the command source info.  Update callers.
     new 689e2a43b6 * tp/Texinfo/Convert/HTML.pm 
(_prepare_converted_output_info) (output): new function to be able to override 
setting up titles, copying comment and documentdescription.
     new a3268767dd * tp/Texinfo/ParserNonXS.pm (_parse_texi): rename global 
information info key as global_info in document registering.
     new 22cf056dcc * tp/Texinfo/Report.pm (format_line_message, line_warn, 
line_error) (format_document_message, document_warn, document_error): split 
formatting messages out of line_* and document_*, adding format_line_message 
for line messages and format_document_message for document messages, using only 
one function for both errors and warnings, as in XS.
     new 52a12b302d * tp/Texinfo/Report.pm (format_line_message): add empty 
macro if there are lines numbers.  This is not good, but is for consistency 
with what is done for Parser messages.


Summary of changes:
 ChangeLog                                       | 121 +++++++++++
 tp/Texinfo/Convert/Converter.pm                 | 110 +++++++++-
 tp/Texinfo/Convert/DocBook.pm                   |  10 +-
 tp/Texinfo/Convert/HTML.pm                      | 263 +++++++++++++-----------
 tp/Texinfo/Convert/IXIN.pm                      |   6 +-
 tp/Texinfo/Convert/Info.pm                      |  24 +--
 tp/Texinfo/Convert/LaTeX.pm                     |  10 +-
 tp/Texinfo/Convert/Plaintext.pm                 |  36 ++--
 tp/Texinfo/Convert/TexinfoMarkup.pm             |   4 +-
 tp/Texinfo/Convert/Text.pm                      |  13 +-
 tp/Texinfo/Convert/Utils.pm                     |  42 ++--
 tp/Texinfo/DebugTree.pm                         |   4 +-
 tp/Texinfo/Document.pm                          |   4 +-
 tp/Texinfo/ParserNonXS.pm                       |  29 +--
 tp/Texinfo/Report.pm                            | 161 +++++++++------
 tp/Texinfo/Structuring.pm                       |  25 ++-
 tp/Texinfo/XS/convert/ConvertXS.xs              | 144 ++++++++++---
 tp/Texinfo/XS/convert/build_html_perl_state.c   |  11 +
 tp/Texinfo/XS/convert/build_html_perl_state.h   |   2 +
 tp/Texinfo/XS/convert/call_html_perl_function.c |  61 +++++-
 tp/Texinfo/XS/convert/call_html_perl_function.h |   3 +
 tp/Texinfo/XS/convert/convert_html.c            | 200 ++++++++++++++++++
 tp/Texinfo/XS/convert/convert_html.h            |   1 +
 tp/Texinfo/XS/convert/get_html_perl_info.c      |  17 +-
 tp/Texinfo/XS/convert/get_html_perl_info.h      |   2 +-
 tp/Texinfo/XS/main/DocumentXS.xs                |   7 +-
 tp/Texinfo/XS/main/build_perl_info.c            |  24 ++-
 tp/Texinfo/XS/main/build_perl_info.h            |   2 +-
 tp/Texinfo/XS/main/converter_types.h            |  11 +-
 tp/Texinfo/XS/main/errors.c                     |  65 ++++--
 tp/Texinfo/XS/main/errors.h                     |   8 +
 tp/Texinfo/XS/main/get_perl_info.c              | 130 ++++++++++--
 tp/Texinfo/XS/main/get_perl_info.h              |   5 +-
 tp/Texinfo/XS/parsetexi/Parsetexi.pm            |   8 +-
 tp/ext/epub3.pm                                 |  47 +++--
 tp/ext/highlight_syntax.pm                      |  42 ++--
 tp/ext/latex2html.pm                            |  30 +--
 tp/ext/tex4ht.pm                                |  28 +--
 tp/init/chm.pm                                  |  14 +-
 tp/t/init/redefine_need.init                    |   4 +-
 tp/t/results/htmlxref/htmlxref.pl               |   2 +
 tp/t/results/htmlxref/htmlxref_nodes.pl         |   2 +
 tp/t/test_utils.pl                              |  38 +++-
 43 files changed, 1296 insertions(+), 474 deletions(-)



reply via email to

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