Change #276574
| Category | texinfo |
| Changed by | Patrice Dumas <pertusus@free.fr> |
| Changed at | Thu 30 Jul 2026 12:41:03 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 0a433d547afa6eadeaea8d4a09e903f6394a5b7f |
Comments
* tta/C/convert/convert_to_plaintext.c (push_formatter) (pop_formatter): add push_formatter that wraps add_(formatter) and para_set_state. Add para_set_state call to pop_formatter. Replace calls of add_(formatter) by calls of push_formatter. Remove calls of para_set_state that are not needed anymore. * tta/C/convert/convert_to_plaintext.c (stream_output_add_text): finish implementation.
Changed files
- ChangeLog
- tta/C/convert/convert_to_plaintext.c
- tta/C/convert/plaintext_paragraph.c
- tta/perl/Texinfo/Convert/Info.pm