[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (b2d45c2ac1 -> d0061d0153)
From: |
Patrice Dumas |
Subject: |
master updated (b2d45c2ac1 -> d0061d0153) |
Date: |
Sun, 6 Feb 2022 18:26:30 -0500 (EST) |
pertusus pushed a change to branch master.
from b2d45c2ac1 * tp/Texinfo/Convert/HTML.pm (converter_initialize),
tp/Texinfo/Convert/Unicode.pm (unicode_point_decoded_in_encoding)
(brace_no_arg_command): add unicode_point_decoded_in_encoding(), returning true
if an unicode point will be correctly decoded. Call
unicode_point_decoded_in_encoding in HTML converter. Remove spurious setting to
numeric entities.
new 0409c6713c Texinfo/Convert/Text.pm: changes in spacing.
new d0061d0153 Improve POD documentation and minor code/space change.
Summary of changes:
tp/Texinfo/Common.pm | 5 ++
tp/Texinfo/Convert/Converter.pm | 21 +++---
tp/Texinfo/Convert/DocBook.pm | 8 ++-
tp/Texinfo/Convert/HTML.pm | 5 ++
tp/Texinfo/Convert/Info.pm | 8 ++-
tp/Texinfo/Convert/NodeNameNormalization.pm | 5 ++
tp/Texinfo/Convert/Plaintext.pm | 8 ++-
tp/Texinfo/Convert/Texinfo.pm | 5 ++
tp/Texinfo/Convert/TexinfoXML.pm | 8 ++-
tp/Texinfo/Convert/Text.pm | 49 ++++++++------
tp/Texinfo/Convert/Unicode.pm | 100 +++++++++++++++++-----------
tp/Texinfo/Convert/Utils.pm | 22 ++++--
tp/Texinfo/Encoding.pm | 7 +-
tp/Texinfo/ParserNonXS.pm | 35 +++++-----
tp/Texinfo/Report.pm | 5 ++
tp/Texinfo/Structuring.pm | 16 +++--
tp/Texinfo/Transformations.pm | 4 +-
tp/Texinfo/Translations.pm | 5 ++
tp/maintain/template.pod | 8 ++-
19 files changed, 215 insertions(+), 109 deletions(-)
- master updated (b2d45c2ac1 -> d0061d0153),
Patrice Dumas <=