texinfo-commits
[Top][All Lists]
Advanced

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

master updated (d19fcb4aa8 -> 06a2e2555d)


From: Patrice Dumas
Subject: master updated (d19fcb4aa8 -> 06a2e2555d)
Date: Fri, 2 Feb 2024 13:06:11 -0500 (EST)

pertusus pushed a change to branch master.

    from d19fcb4aa8 No encoding, no us-ascii added to locale for document 
translations
     new 3e5edc5b00 * doc/texi2any_api.texi (Translations Output and 
Customization), (Internationalization of Strings Function), 
po_document/Makevars (XGETTEXT_OPTIONS), tp/Texinfo/Convert/Converter.pm (cdt, 
cdt_string) (pcdt), tp/Texinfo/Convert/*.pm, tp/Texinfo/Translations.pm 
(translate_string, gdt, gdt_string, pgdt): do not set language in gdt, 
gdt_string, pgdt, instead get it as argument.  Change the arguments order to 
have $lang appear earlier.  Add wrappers for converters, called c [...]
     new fb33a28cd0 * tp/Texinfo/Translations.pm (pgdt): call gdt directly.
     new 06a2e2555d * tp/Texinfo/XS/main/convert_utils.c (cdt_tree): add to 
replace gdt_tree when only converter is used.  Update caller of gdt_tree.


Summary of changes:
 ChangeLog                                       |  43 ++++
 doc/texi2any_api.texi                           |  35 +--
 po_document/Makevars                            |   1 +
 tp/Texinfo/Convert/Converter.pm                 | 105 ++++++--
 tp/Texinfo/Convert/DocBook.pm                   |  46 ++--
 tp/Texinfo/Convert/HTML.pm                      | 144 +++++------
 tp/Texinfo/Convert/LaTeX.pm                     |  14 +-
 tp/Texinfo/Convert/Plaintext.pm                 |  82 +++---
 tp/Texinfo/Convert/Text.pm                      |   6 +-
 tp/Texinfo/Convert/Utils.pm                     |  10 +-
 tp/Texinfo/Structuring.pm                       |   7 +-
 tp/Texinfo/Translations.pm                      |  97 ++++---
 tp/Texinfo/XS/convert/convert_html.c            | 327 ++++++++++++------------
 tp/Texinfo/XS/convert/converter.c               |  36 ++-
 tp/Texinfo/XS/main/DocumentXS.xs                |  14 +-
 tp/Texinfo/XS/main/convert_to_text.c            |   7 +-
 tp/Texinfo/XS/main/convert_utils.c              |  32 ++-
 tp/Texinfo/XS/main/convert_utils.h              |   5 +
 tp/Texinfo/XS/main/translations.c               |  47 ++--
 tp/Texinfo/XS/main/translations.h               |  20 +-
 tp/Texinfo/XS/parsetexi/indices.c               |   6 +-
 tp/Texinfo/XS/structuring_transfo/structuring.c |  35 ++-
 tp/ext/epub3.pm                                 |   2 +-
 tp/init/html32.pm                               |   2 +-
 tp/t/init/mini_ker_t2h.init                     |   2 +-
 tp/t/init/translate_txiinternalvalue_macro.init |   2 +-
 tp/texi2any.pl                                  |   2 +-
 27 files changed, 632 insertions(+), 497 deletions(-)



reply via email to

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