Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
texinfo-commits (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Sun Sep 26 2021 06:27:28 -0400
Threads in reverse chronological order
[
Next Period
]
branch master updated: Fix page break between @verbatim environment and @image
,
Gavin D. Smith
,
2021/09/26
branch master updated: * tp/Texinfo/XS/parsetexi/end_line.c (parse_line_command_args) <@headings>: Add missing option value 'single'. Report from Sergei Trofimovich <address@hidden>.
,
Gavin D. Smith
,
2021/09/16
branch master updated: ada-mode manual is not distributed with emacs anymore. From Alexandru-Sergiu Marton.
,
Patrice Dumas
,
2021/09/15
branch master updated: t/converters_tests.t: add a test with an input file without node nor section
,
Patrice Dumas
,
2021/09/13
branch master updated: Split t/formats_encodings.t out of t/converters_tests.t.
,
Patrice Dumas
,
2021/09/13
branch master updated: Fix tests, prepare tests for LaTeX, test latin1 with LaTeX
,
Patrice Dumas
,
2021/09/13
branch master updated: * tp/Texinfo/Convert/LaTeX.pm: changes in comments
,
Patrice Dumas
,
2021/09/13
branch master updated: * tp/Texinfo/Convert/LaTeX.pm: protect [ and ] with braces as they could be interpreted as LaTeX macros optional argument delimiters in some contexts. Do not use framemethod=TikZ for mdframed for the case of generated \fbox in sectioning command leading to a failure. Close preformatted before @listofloat and reopen after.
,
Patrice Dumas
,
2021/09/13
branch master updated: * tp/Texinfo/Common.pm (_substitute_references): rename substitute_references() as _substitute_references().
,
Patrice Dumas
,
2021/09/12
branch master updated: * tp/Texinfo/Common.pm (%in_heading_commands): add some @-commands in that category that were missing.
,
Patrice Dumas
,
2021/09/12
branch master updated: * tp/Texinfo/Common.pm: move code around, change spacing, prepare for custom headings to be considered as line commands but do not set
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Common.pm (parse_node_manual), tp/Texinfo/ParserNonXS.pm, tp/Texinfo/Structuring.pm, tp/Texinfo/Transformations.pm: do not modify the input argument, let it be done by the caller.
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/DocBook.pm (_convert_argument_and_end_line): use $self->format_comment_or_return_end_line() to better collect comments.
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/HTML.pm (html_attribute_class) (from_element_direction, _noticed_line_warn), tp/init/book.pm, tp/init/highlight_syntax.pm, tp/t/init/t2h_singular.init: rename _attribute_class() as html_attribute_class(), _element_direction() as from_element_direction(), and noticed_line_warn() as _noticed_line_warn().
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Structuring.pm (root_element_command_to_texinfo), tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/Plaintext.pm, tp/Texinfo/Convert/Texinfo.pm (root_element_command_to_texinfo), tp/Texinfo/Transformations.pm, tp/init/book.pm: rename _print_root_command_texi() as root_element_command_to_texinfo(). Move _print_root_command_texi() to Texinfo::Convert::Texinfo and rename as root_element_command_to_texinfo().
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/Converter.pm (converter), tp/Texinfo/Convert/LaTeX.pm: minor coding changes.
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Structuring.pm (section_level_adjusted_command_name), tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/TexinfoXML.pm, tp/init/book.pm: move _level_corrected_section() to Texinfo::Structuring and rename as section_level_adjusted_command_name()
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Common.pm (%command_structuring_level) (%level_to_structuring_command): set more robustly.
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command), tp/init/book.pm (book_convert_heading_command): rename $command as $element. Use _level_corrected_section().
,
Patrice Dumas
,
2021/09/11
branch master updated: tp/Texinfo/Convert/DocBook.pm: change some variable names.
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/Converter.pm (table_item_content_tree), tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/Plaintext.pm: rename _table_item_content_tree() as table_item_content_tree().
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/Converter.pm (format_comment_or_return_end_line), tp/Texinfo/Convert/TexinfoXML.pm, tp/Texinfo/Convert/DocBook.pm: rename _end_line_or_comment() as format_comment_or_return_end_line().
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/TexinfoXML.pm (_collect_leading_trailing_spaces_arg): move to Texinfo::Convert::TexinfoXML as it is only used there.
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/TexinfoXML.pm (_leading_trailing_spaces_arg): avoid code duplication.
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/Converter.pm (_end_line_or_comment), tp/Texinfo/Convert/TexinfoXML.pm (_texinfo_line, _convert): check if 'args' exist in function and not in _convert().
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/TexinfoXML.pm (_convert): avoid using $result if the @-command has no contents. Make braces commands formatting code cleaner and easier to understand. Put content at end of line of @item @*table commands at the end of line, after closing the item element.
,
Patrice Dumas
,
2021/09/11
branch master updated: * tp/Texinfo/Convert/TexinfoXML.pm (_end_line_spaces) (_convert_argument_and_end_line, _convert): less redundant code. Use $cmdname instead of $command for $element->{'cmdname'}, and use it more consistently.
,
Patrice Dumas
,
2021/09/10
branch master updated: Rename _print_element_tree_simple() as debug_print_element_short() in converters
,
Patrice Dumas
,
2021/09/10
branch master updated: tp/Texinfo/Convert/LaTeX.pm (convert): rename $command as $cmdname, set $type and $cmdname early
,
Patrice Dumas
,
2021/09/10
branch master updated: tp/Texinfo/Convert/HTML.pm: change in comments
,
Patrice Dumas
,
2021/09/10
branch master updated: Minor changes in API documentation.
,
Patrice Dumas
,
2021/09/10
branch master updated: * tp/Texinfo/Convert/TextContent.pm (_convert): use a fixed string for @today if TEST is set.
,
Patrice Dumas
,
2021/09/10
branch master updated: * tp/Texinfo/Common.pm (debug_print_element_short, debug_print_element, debug_print_element_details), tp/Texinfo/Convert/Converter.pm (present_bug_message): rename _print_element_tree_simple() as debug_print_element_short(). Rename _print_current() as debug_print_element() and replace newline by the string \n in text. Move _print_current_keys() from Texinfo::Structuring to Texinfo::Common and rename as debug_print_element_details(). Rename _bug_message() as present_bug_message().
,
Patrice Dumas
,
2021/09/10
branch master updated: tp/tests/layout/list-of-tests: change in comments
,
Patrice Dumas
,
2021/09/09
branch master updated: * tp/Texinfo/Convert/Text.pm (_convert): do not replace the $option hash when setting 'sc', instead increment.
,
Patrice Dumas
,
2021/09/09
branch master updated: * doc/texinfo.texi (@code{@@float}): add example of reference to float formatted in the context of the manual.
,
Patrice Dumas
,
2021/09/09
branch master updated: * tp/Texinfo/Common.pm (element_is_inline), tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/TexinfoXML.pm: move _is_inline() and _in_inline() from Texinfo::Convert::Converter to Texinfo::Common, rename and merge in element_is_inline() adding an optional argument to de able to also do the same as _in_inline().
,
Patrice Dumas
,
2021/09/09
branch master updated: * tp/Texinfo/Convert/HTML.pm (%defaults), tp/Texinfo/Common.pm (@variable_other_settables): rename SPECIAL_ELEMENTS_NAME as SPECIAL_ELEMENTS_HEADING.
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Config.pm (texinfo_set_format_from_init_file) (GNUT_get_format_from_init_file), tp/texi2any.pl, tp/init/chm.pm: use a propoer API in Texinfo::Config to set format from init file with texinfo_set_format_from_init_file() and retrieve from main program with GNUT_get_format_from_init_file().
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Convert/Convert/Texinfo.pm (convert_to_texinfo): rename $root as $element if not a root element.
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Convert/HTML.pm: rename 'current_element' as 'current_root_element'. Rename $root as $element if not a root element.
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/DebugTexinfo/DebugTree.pm, tp/init/highlight_syntax.pm, tp/init/latex2html.pm, tp/init/tex4ht.pm: rename $root as $element if not a root element.
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Convert/LaTeX.pm: rename $root as $element if not a root element.
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/NodeNameNormalization.pm, tp/Texinfo/Convert/TexinfoSXML.pm, tp/Texinfo/Convert/Text.pm, tp/Texinfo/Convert/TextContent.pm: rename $root as $element if not a root element and $elements as $tree_units if only for tree_units.
,
Patrice Dumas
,
2021/09/08
branch master updated: * Texinfo/Structuring.pm (elements_directions): create directions only if pointing to other 'unit' elements.
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Convert/Info.pm (output), tp/Texinfo/Convert/Plaintext.pm (_convert_root_element): rename _convert_element() as _convert_root_element(), change variable names, rename $root as $element if not a root element.
,
Patrice Dumas
,
2021/09/08
branch master updated: * Texinfo/Convert/TexinfoXML.pm: rename $root as $element if not a root element, and element as format_element for TexinfoXML elements.
,
Patrice Dumas
,
2021/09/08
branch master updated: * Texinfo/Convert/DocBook.pm: rename $root as $element if not a root element, and element as format_element for DocBook elements.
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Convert/HTML.pm (_html_get_tree_root_element) (command_filename, command_root_element_command) (_prepare_tree_root_elements): rename command_tree_unit_command() as command_root_element_command(), _html_get_tree_unit() as _html_get_tree_root_element(), rename _prepare_elements() as _prepare_tree_root_elements(), and use root_element as those functions deal with root elements, including special elements, not only tree unit elements.
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Convert/Converter.pm (set_tree_unit_file) (_set_tree_units_files, output, _convert_document_tree_units), tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm (set_tree_unit_file, _set_tree_units_files) (_convert_document_tree_units, _default_format_element_header) (element_is_tree_unit_top, _default_format_element_header) (_convert_heading_command, _convert_tree_unit_type) (_html_get_tree_unit, _html_set_pages_files) (_prepare_tree_units_global_targets), tp/Texinfo/Conver [...]
,
Patrice Dumas
,
2021/09/08
branch master updated: * tp/Texinfo/Convert/Converter.pm (node_information_filename), tp/Texinfo/Convert/HTML.pm: rename _node_filename() as node_information_filename().
,
Patrice Dumas
,
2021/09/07
branch master updated: * tp/Texinfo/Convert/Converter.pm (converter), tp/Texinfo/Convert/Text.pm (converter), tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/Info.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/Plaintext.pm: rename converters field 'extra' as 'global_commands' to be more specific and avoid a field that is already used by tree elements.
,
Patrice Dumas
,
2021/09/07
branch master updated: * tp/Texinfo/Convert/Converter.pm (normalized_sectioning_command_filename), tp/Texinfo/Convert/HTML.pm: rename _sectioning_command_normalized_filename() as normalized_sectioning_command_filename().
,
Patrice Dumas
,
2021/09/07
branch master updated: * tp/Texinfo/Convert/Converter.pm (set_informative_command_value), tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/Plaintext.pm: rename _informative_command() as set_informative_command_value().
,
Patrice Dumas
,
2021/09/07
branch master updated: * tp/Texinfo/Convert/Converter.pm (write_or_return) tp/DebugTexinfo/DebugTree.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/TexinfoXML.pm: rename _output_text() as write_or_return().
,
Patrice Dumas
,
2021/09/07
branch master updated: * tp/Texinfo/Convert/Converter.pm (top_node_filename), tp/Texinfo/Convert/HTML.pm: rename _top_node_filename() as top_node_filename().
,
Patrice Dumas
,
2021/09/07
branch master updated: * doc/texinfo.texi (@code{@@code}, @code{@@allowcodebreaks}): make clear that @allowcodebreaks has no effect in HTML.
,
Patrice Dumas
,
2021/09/07
branch master updated: * doc/texinfo.texi (@code{@@documentlanguage}): explain that in DocBook lang only sets the language in the following sections. Text from Gavin.
,
Patrice Dumas
,
2021/09/07
branch master updated: * tp/Texinfo/ParserNonXS.pm (parse_texi_file, _setup_text_root) (_parse_texi), tp/Texinfo/Structuring.pm (no_root_command_tree), tp/Texinfo/Transformations.pm: use a function to setup 'text_root' type in tp/Texinfo/ParserNonXS.pm. Prepare recognizing trees with text_root and @bye only as trees without root command in no_root_command_tree(). No functional change, aim is to reduce difference with future code changing the tree in ParserNonXS.pm.
,
Patrice Dumas
,
2021/09/07
branch master updated: * tp/Texinfo/Convert/Converter.pm (determine_files_and_directory) (_set_element_file, _top_node_filename, _set_pages_files) (create_destination_directory), tp/DebugTexinfo/DebugTree.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm (_set_html_pages_files, _prepare_elements, _prepare_special_elements) (_default_format_frame_files, _do_jslicenses_file), tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/Info.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/TexinfoSXML.pm, tp/Texin [...]
,
Patrice Dumas
,
2021/09/07
branch master updated: Missed Changelog part for the previous commit
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/Texinfo/Convert/Converter.pm (_set_pages_files): do not use a non defined method to get element command, access the 'extra' value directly.
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/Texinfo/ParserNonXS.pm (%set_flag_index_char_ignore) (_enter_index_entry), tp/Texinfo/Structuring.pm (index_entry_sort_string): add the ignored characters based on txiindex*ignore values to index_entry dynamically in parser. Use these values. Inactive implementation, waiting for implementation in XS parser to activate. Design partly based on Gavin ideas.
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/Texinfo/Convert/DocBook.pm (%defaults, convert, convert_tree) ($DEFAULT_LANG, output, _convert): set the default for documentlanguage as undef, but use $DEFAULT_LANG, set to 'en' as lang attribute for the whole document if documentlanguage is undef. Use a stack of languages, with current documentlanguage value pushed at sectioning command opening, removed when a sectioning command is closed. If the new language is different from the container section, set a lang attribute.
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/Texinfo/Convert/IXIN.pm: do not call set_global_document_commands().
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/Texinfo/Convert/Converter.pm (output, output_no_split): remove calls to set_global_document_commands(), it is better if converters set the global commands on a case per case basis.
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/Texinfo/Convert/TexinfoXML.pm (format_header): remove document wide xml:lang texinfo element attribute as it does not corresponds to the document language settings in Texinfo which should be done with documentlanguage elements and are not a document-wide characteristic.
,
Patrice Dumas
,
2021/09/06
branch master updated: Update test results.
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/Texinfo/Convert/Converter.pm (set_global_document_commands), tp/Texinfo/Convert/HTML.pm (_prepare_elements), tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/Info.pm, tp/Texinfo/Convert/TexinfoXML.pm: rename _set_global_multiple_commands() as set_global_document_commands(). Add a list of global commands to process in argument. In Texinfo::Convert::HTML, use set_global_document_commands() in more specific ways specifying the changed variables and restoring after use if not needed anymor [...]
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/t/test_sort.t: setup a configuration with Texinfo::MainConfig instead of using the parser.
,
Patrice Dumas
,
2021/09/06
branch master updated: * tp/Texinfo/Convert/Text.pm (copy_options_for_convert_text), tp/Texinfo/Common.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/Info.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/Plaintext.pm, tp/Texinfo/Convert/TexinfoXML.pm, tp/Texinfo/Convert/Text.pm, tp/Texinfo/Convert/TextContent.pm, tp/Texinfo/Structuring.pm, tp/init/chm.pm, tp/init/highlight_syntax.pm: move copy_options_for_convert_text() from Texinfo::Common to Tex [...]
,
Patrice Dumas
,
2021/09/05
branch master updated: * tp/Texinfo/Common.pm (%index_names), tp/t/test_utils.pl (test): complete the %index_names structure to have the 'contained_indices' field and use it as a reference in tests for the default index names structure.
,
Patrice Dumas
,
2021/09/05
branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm (parse_texi_text): remove a duplicate index building now always done in _set_errors_node_lists_labels_indices().
,
Patrice Dumas
,
2021/09/05
branch master updated: Minor changes, mostly commands and load a function instead of taking reference
,
Patrice Dumas
,
2021/09/05
branch master updated: * tp/Texinfo/Translations.pm (gdt, complete_indices), tp/Texinfo/Convert/Text.pm: pass optionally the language to gdt().
,
Patrice Dumas
,
2021/09/05
branch master updated: use correct empty argument list declarations
,
Gavin D. Smith
,
2021/09/05
branch master updated: * texi2any.pl: use Storable::dclone to copy parser configuration for each file and command line options for each file. A shallow copy is not enough to make sure that the initial information is not modified with arrays or hashes. This happened in practice for 'INCLUDE_DIRECTORIES'.
,
Patrice Dumas
,
2021/09/04
branch master updated: * tp/Texinfo/Translations.pm (complete_indices): do not delete $entry->{'command'}->{'extra'}->{'documentlanguage'} from tree.
,
Patrice Dumas
,
2021/09/04
branch master updated: * tp/Texinfo/Common.pm (%default_parser_common_customization), tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser): do not consider ENABLE_ENCODING to be a parser option.
,
Patrice Dumas
,
2021/09/04
branch master updated: * t/test_utils.pl: change test result file index sort strings variable name to be more precise.
,
Patrice Dumas
,
2021/09/04
branch master updated: * t/test_utils.pl: add a test comparison on sorted index entry sort strings for indices.
,
Patrice Dumas
,
2021/09/04
branch master updated: Rename $index_entries_keys as $index_entries_sort_strings.
,
Patrice Dumas
,
2021/09/04
branch master updated: * tp/Texinfo/Structuring.pm (sort_indices): do not add a 'key' in index entries when sorting.
,
Patrice Dumas
,
2021/09/04
branch master updated: * Texinfo/Convert/HTML.pm (output_internal_links): minor change, remove comment, change variable name
,
Patrice Dumas
,
2021/09/04
branch master updated: * tp/Texinfo/Structuring.pm (sort_indices), tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/Plaintext.pm, tp/init/chm.pm: merge sort_indices_by_letter() in sort_indices(). Merge do_index_keys() in sort_indices() too. Sort using especially created lists with entries informations. Do not use entry 'key' at all. Return keys used to sort entries as a hash reference.
,
Patrice Dumas
,
2021/09/04
branch master updated: Avoid unnecessary documentlanguage extra value
,
Gavin D. Smith
,
2021/09/04
branch master updated: * tp/Texinfo/Config.pm (Texinfo::MainConfig::new): bless module hash and not input hash. Return explicitly the blessed hashes.
,
Patrice Dumas
,
2021/09/04
branch master updated: * tp/Texinfo/Config.pm (Texinfo::MainConfig::new): bless module hash and not input hash. Return explicitly the blessed hashes.
,
Patrice Dumas
,
2021/09/04
branch master updated: * tp/Texinfo/Convert/Converter.pm (txt_image_text), tp/Texinfo/Convert/Plaintext.pm (_image_text), tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/Info.pm: move _image_text() from Texinfo::Convert::Plaintext to Texinfo::Convert::Converter and rename as txt_image_text().
,
Patrice Dumas
,
2021/09/04
branch master updated: * tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/IXINSXML.pm, tp/Texinfo/Convert/Info.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/PlainTexinfo.pm, tp/Texinfo/Convert/NodeNameNormalization.pm, tp/Texinfo/Convert/Plaintext.pm, tp/Texinfo/Convert/Texinfo.pm, tp/Texinfo/Convert/TexinfoSXML.pm, tp/Texinfo/Convert/TexinfoXML.pm, tp/Texinfo/Convert/Text.pm, tp/Texinfo/Convert/TextContent.pm, tp/Tex [...]
,
Patrice Dumas
,
2021/09/04
branch master updated: * tp/Texinfo/Common.pm, tp/Texinfo/Convert/Converter.pm (float_name_caption), tp/Texinfo/Convert/Utils.pm (@MONTH_NAMES, expand_verbatiminclude) (definition_category, expand_today, translated_command_tree) (numbered_heading, definition_arguments_content) (find_innermost_accent_contents), tp/Texinfo/Convert/NodeNameNormalization.pm (set_nodes_list_labels), tp/Texinfo/Transformations.pm (protect_hashchar_at_line_beginning), tp/Texinfo/Translations.pm (complete_indices), tp/Texinfo/XS/parsete [...]
,
Patrice Dumas
,
2021/09/04
branch master updated: avoid gratuitous UTF-8 in comments
,
Gavin D. Smith
,
2021/09/04
branch master updated: * tp/Texinfo/Config.pm (texinfo_register_no_arg_command_formatting) (GNUT_get_no_arg_command_formatting) (texinfo_register_style_command_formatting) (GNUT_get_style_command_formatting), tp/Texinfo/Convert/HTML.pm, tp/init/chm.pm, tp/init/html32.pm: setup an API for registering formatting of no_arg_commands and style_commands.
,
Patrice Dumas
,
2021/09/03
branch master updated: * tp/maintain/lib/libintl-perl/: synchronize with code archive by removing generated files and adding files that were not present. None of the added/removed files are used/installed in Texinfo.
,
Patrice Dumas
,
2021/09/03
branch master updated: * tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/TexinfoXML.pm, tp/init/chm.pm, tp/init/html32.pm, util/txixml2texi.pl: replace commands_formatting with no_arg_commands_formatting to be more precise.
,
Patrice Dumas
,
2021/09/03
branch master updated: Remove NODE_FILENAMES completly
,
Patrice Dumas
,
2021/09/03
branch master updated: Small Changelog correction, change in TODO and comments.
,
Patrice Dumas
,
2021/09/03
branch master updated: * tp/Texinfo/Common.pm (%default_main_program_command_line_options), tp/Texinfo/Config.pm (GNUT_set_main_program_default, Texinfo::MainConfig, new, get_conf, set_conf), texi2any.pl: add a scope with functions that mimics parser or converter with get_conf() and set_conf() methods, have access to Texinfo::Config informations. This allows to set a $main_configuration object in main program that is passed to functions that need information. Used in tests too, simply setting a hash reference a [...]
,
Patrice Dumas
,
2021/09/03
branch master updated: * tp/Texinfo/Convert/Converter.pm (converter): set $converter->{'converter_init_conf'} to the configuration options obtained after setting the defaults and applying the configuration passed as argument.
,
Patrice Dumas
,
2021/09/02
branch master updated: * tp/Texinfo/Convert/Info.pm (_info_header) move _set_global_multiple_commands() call closer to the line where they are used and add a comment.
,
Patrice Dumas
,
2021/09/02
branch master updated: * tp/Texinfo/Common.pm, tp/Texinfo/Convert/Converter.pm, tp/texi2any.pl: add more default values for command line options and customizations, separating specific main program and parser customization options, and command line set from other options. Use the defaults in Texinfo::Convert::Converter and in texi2any.pl.
,
Patrice Dumas
,
2021/09/02
branch master updated: po/POTFILES.in: add tp/Texinfo/Config.pm.
,
Patrice Dumas
,
2021/09/02
branch master updated: * NEWS: document that L2H was removed.
,
Patrice Dumas
,
2021/09/02
branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm (_get_error_registrar) (parse_texi_file, _get_errors): setup an error registrar to output the error message obtained before tree parsing.
,
Patrice Dumas
,
2021/09/02
branch master updated: * tp/Texinfo/Convert/Converter.pm (converter_global_commands), tp/Texinfo/Convert/HTML.pm (output): handle the global unique commands similarly with the global multiple commands. remove now unused converter_global_commands(). Modify _set_global_multiple_commands such that it only set to the first, last or initial configuration values (replacing _unset_global_multiple_commands). Rename 'conf_default' as 'converter_init_conf' and add 'output_init_conf' for converters that modify the initia [...]
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/ParserNonXS.pm: remove a part of a condition that is always true.
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/Common.pm (%document_settable_at_commands) (%document_settable_multiple_at_commands): rename %document_settable_at_commands as %document_settable_multiple_at_commands.
,
Patrice Dumas
,
2021/09/01
branch master updated: * doc/texinfo.texi (HTML Customization Variables) (@command{latex2html} Customization Variables, @command{texi2html}) tp/Texinfo/Common.pm (@variable_string_settables) tp/texi2any.pl: remove L2H. HTML_MATH should be set to l2h only.
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/Common.pm (@variable_other_settables), tp/Texinfo/Convert/IXIN.pm (output_ixin), tp/Texinfo/Convert/IXINSXML.pm (%defaults): remove completely 'GLOBAL_COMMANDS'.
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/Convert/HTML.pm (converter_initialize): do not allow customization of 'commands_args'. It is not already used and it is better to avoid making such changes which amounts to changing the Texinfo @-commands arguments meaning.
,
Patrice Dumas
,
2021/09/01
branch master updated: * util/texi-elements-by-size: use $parser->registered_errors().
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/Common.pm (%default_parser_customization_values) (@variable_other_settables, locate_include_file) (_convert_text_options), tp/Texinfo/Convert/Converter.pm (%all_converters_defaults), tp/Texinfo/Convert/Text.pm (_code_options, convert_to_text) (_convert), tp/Texinfo/ParserNonXS.pm (%parser_state_configuration), tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser), tp/texi2any.pl: turn 'include_directories' to a normal conf variable, renamed as 'INCLUDE_DIRECTORIES'. As a consequence, [...]
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/Config.pm (texinfo_register_formatting_function), tp/Texinfo/Convert/HTML.pm (converter_initialize, run_stage_handlers): do not check the validity of texinfo_register_formatting_function() registered functions in Texinfo::Config but in Texinfo::Convert::HTML in converter_initialize(). Do not check that the stage handler is valid in Convert::HTML in run_stage_handlers() as it has already been done in Texinfo::Config. This allows to avoid loading the Convert::HTML module early.
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/Config.pm (GNUT_get_stage_handlers) (GNUT_get_formatting_references, GNUT_get_commands_conversion) (GNUT_get_types_conversion), tp/Texinfo/Convert/HTML.pm: use a proper interface between Texinfo::Config and Texinfo::Convert::HTML for handlers.
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/Config.pm, texi2any.pl, tp/init/*.pm, tp/t/init/*.init: rename _load_init_file as GNUT_load_init_file, _load_config as GNUT_load_config, set_from_init_file as texinfo_set_from_init_file, set_from_cmdline as GNUT_set_from_cmdline and get_conf as texinfo_get_conf to follow the convention that functions that should not be called by user init files codes are prefixed by GNUT_ while functions that can be called by user init files codes are prefixed by texinfo_.
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Texinfo/Config.pm, texi2any.pl, tp/Texinfo/Convert/HTML.pm, tp/Makefile.am (dist_modules_DATA): put Texinfo::Config namespace in a separate file. This is not perfect as Texinfo::Config is still entangled with Texinfo::Convert::HTML. In particular delayed loading of converter modules in texi2any.pl is now ineffective for Texinfo::Convert::HTML.
,
Patrice Dumas
,
2021/09/01
branch master updated: * tp/Makefile.am (dist_converters_DATA, test_files), tp/tests/formatting/Makefile.am, tp/tests/indices/Makefile.am: add new files.
,
Patrice Dumas
,
2021/09/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc