Change #265583
| Category | texinfo |
| Changed by | Patrice Dumas <pertusus@free.fr> |
| Changed at | Mon 27 Apr 2026 11:42:02 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | c1bfd44c5d56330b53c9a697fa026dfca80269c4 |
Comments
* tta/C/convert/converter.c (set_converter_preamble_language_commands), tta/perl/Texinfo/Convert/Converter.pm (set_converter_preamble_language_commands): reset configuration variables to begin values in set_converter_preamble_language_commands. Update callers. * tta/C/main/translations.c (set_preamble_language_commands), tta/perl/Texinfo/Translations.pm (set_preamble_language_commands): start from a NULL lang_translations, remove the corresponding argument. Update callers. * tta/C/convert/build_html_perl_state.c (set_perl_lang_translations): rename set_perl_translations_documentlanguage as set_perl_lang_translations. * tta/C/convert/build_html_perl_state.c (build_html_translated_names): remove code setting documentlanguage for Text converter, as it is not used.
Changed files
- ChangeLog
- tta/C/convert/build_html_perl_state.c
- tta/C/convert/convert_html.c
- tta/C/convert/converter.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/convert_to_text.c
- tta/C/main/translations.c
- tta/C/main/translations.h
- tta/C/structuring_transfo/transformations.c
- tta/TODO
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/Texinfo/TransformationsNonXS.pm
- tta/perl/Texinfo/Translations.pm