Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #278763

Category texinfo
Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
Changed at Thu 20 Aug 2026 12:33:00
Repository https://git.savannah.gnu.org/git/texinfo.git
Project texinfo
Branch master
Revision d3c1434954e435c893267bf4acfb926798008fd7

Comments

* tta/C/convert/convert_to_plaintext.c (protect_sentence_ends): do not go past the beginning of the string when going from the end of the string.
* tta/C/convert/convert_to_plaintext.c
(convert_to_plaintext_internal),
tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert): do not set at
all text_before and text_after instead of setting them to empty
strings.  In C, do not output an empty string when text_before or
text_after are not set.

* tta/C/convert/convert_to_plaintext.c (plaintext_format_contents):
add missing add_lines_count call.

* tta/C/convert/convert_to_plaintext.c
(convert_to_plaintext_internal): do not reset text_element_context
counter to 0 at quotation opening nor when adding arg width.

* tta/C/convert/convert_to_plaintext.c
(plaintext_converter_initialize): fix setting
INFO_SPECIAL_CHARS_WARNING based on INFO_SPECIAL_CHARS_QUOTE.

* tta/C/convert/convert_to_info.c (info_output): set
informative commands to preamble values.

* tta/C/convert/convert_to_info.c (info_format_image_element): fix
condition for output of binary quoting.

Changed files