Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
texinfo-commits (date)
[
Thread Index
][
Top
][
All Lists
][
texinfo-commits info page
]
Advanced
[
Prev Period
]
Last Modified: Fri Dec 31 2021 18:42:05 -0500
Messages in reverse chronological order
[
Next Period
]
December 31, 2021
branch master updated: * tp/Texinfo/Structuring.pm (split_by_node, split_by_section) (_label_target_element, elements_directions), tp/Texinfo/Convert/DocBook.pm (_convert), tp/Texinfo/Convert/HTML.pm (_convert_heading_command, _html_get_tree_root_element) (_prepare_tree_units_global_targets), tp/Texinfo/Convert/TexinfoXML.pm (_convert), tp/init/book.pm (book_convert_heading_command): when splitting associate tree unit elements to node and section elements through 'structure'->{'associated_unit'} and not by repar [...]
,
Patrice Dumas
,
18:42
branch master updated: * tp/Texinfo/Structuring.pm (check_nodes_are_referenced) (set_menus_node_directions, complete_node_tree_with_menus, nodes_tree) (elements_directions), tp/Texinfo/Convert/Info.pm (format_node), tp/Texinfo/Convert/Plaintext.pm (process_footnotes), tp/Texinfo/Convert/TexinfoXML.pm (_convert): put node_* and menu_* directions in structure.
,
Patrice Dumas
,
17:38
branch master updated: * tp/Texinfo/Convert/DocBook.pm (_convert), tp/Texinfo/Convert/HTML.pm (_prepare_tree_units_global_targets, _mini_toc, _default_format_contents), tp/Texinfo/Convert/IXIN.pm (output_ixin), tp/Texinfo/Convert/Plaintext.pm (format_contents), tp/Texinfo/Convert/TexinfoXML.pm (_convert), tp/Texinfo/Structuring.pm (sectioning_structure) (_print_sectioning_tree, _section_direction_associated_node) (complete_node_tree_with_menus, nodes_tree, elements_directions) (number_floats, get_node_node_child [...]
,
Patrice Dumas
,
16:36
branch master updated: * tp/Texinfo/Convert/Converter.pm (float_type_number) (float_name_caption), tp/Texinfo/Convert/Plaintext.pm (_convert), tp/Texinfo/Convert/TexinfoXML.pm (_convert), tp/Texinfo/Structuring.pm (number_floats): put float number in structure and rename the key as float_number.
,
Patrice Dumas
,
13:01
branch master updated: * tp/Texinfo/Structuring.pm (sectioning_structure) (_print_sectioning_tree, section_level_adjusted_command_name) (split_pages, elements_directions), tp/Texinfo/Common.pm (debug_print_element), tp/Texinfo/Convert/DocBook.pm (_docbook_section_element), tp/Texinfo/Convert/HTML.pm (command_text, _convert_heading_command) (_prepare_tree_units_global_targets, _default_format_contents), tp/Texinfo/Convert/LaTeX.pm (_convert), tp/Texinfo/Convert/Plaintext.pm (format_contents, _convert), tp/Texinfo [...]
,
Patrice Dumas
,
12:39
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_element_header) (_convert_tree_unit_type, _default_format_element_footer) (_html_set_pages_files), tp/Texinfo/Structuring.pm (split_by_node) (split_by_section, elements_directions, elements_file_directions): put unit_prev and unit_next in structure.
,
Patrice Dumas
,
11:49
branch master updated: * tp/Texinfo/Convert/HTML.pm (from_element_direction) (_prepare_special_elements), tp/Texinfo/Structuring.pm (elements_directions, elements_file_directions) (print_element_directions): put directions in {'structure'}->{'directions'}, not in {'extra'}->{'directions'}.
,
Patrice Dumas
,
11:33
branch master updated: * tp/Texinfo/Convert/TexinfoXML.pm (_convert): use unit_command extra key unit type to determine if assocaited with a node or a section instead of not having either node or section defined, should be more robust.
,
Patrice Dumas
,
11:15
branch master updated: NEWS: document remove IGNORE_BEFORE_SETFILENAME (always set).
,
Patrice Dumas
,
09:57
branch master updated: * tp/Texinfo/Common.pm (%default_parser_specific_customization), tp/Texinfo/ParserNonXS.pm (parse_texi_file), tp/Texinfo/XS/parsetexi/Parsetexi.pm (_maybe_ignore_before_setfilename), doc/texinfo.texi (Other Customization Variables): remove IGNORE_BEFORE_SETFILENAME (always set).
,
Patrice Dumas
,
09:56
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_state_configuration) (_set_global_informations, parse_texi_file, _register_global_command), tp/Texinfo/XS/parsetexi/Parsetexi.pm (get_parser_info) (_maybe_ignore_before_setfilename, global_commands_information): use commands_info instead of extra as key for parser global commands informations. Synchronize code used to set preamble_before_setfilename.
,
Patrice Dumas
,
09:48
branch master updated: * tp/Texinfo/ParserNonXS.pm (_expand_macro_body): ignore arg value if there are less arguments given to the macro than the argument found.
,
Patrice Dumas
,
09:09
branch master updated: * tp/Texinfo/ParserNonXS.pm (_parse_texi): check if top_context_command is not undef too, which would correspond to the root context, for heading specification context command check.
,
Patrice Dumas
,
08:58
branch master updated: * INSTALL: describe TEXINFO_XS_PARSER use.
,
Patrice Dumas
,
08:47
branch master updated: * tp/Texinfo/ParserNonXS.pm (parse_texi_text, parse_texi_file) (_close_commands, _setup_document_root_and_before_node_section), tp/Texinfo/XS/parsetexi/Parsetexi.pm (_maybe_ignore_before_setfilename, parse_texi_file), tp/Texinfo/XS/parsetexi/api.c (parse_string), tp/Texinfo/XS/parsetexi/close.c (close_commands), tp/Texinfo/XS/parsetexi/element_types.txt, tp/Texinfo/XS/parsetexi/parser.c (setup_document_root_and_before_node_section, parse_texi_file, begin_paragraph_p), tp/Texinfo/XS/misc.c [...]
,
Patrice Dumas
,
06:55
branch master updated: Update documentation/comments related to text_root
,
Patrice Dumas
,
06:24
branch master updated: * tp/Texinfo/Convert/IXIN.pm (output_ixin), tp/Texinfo/Convert/TexinfoXML.pm (_set_ignored_type): do not ignore before first node. Remove now unused _set_ignored_type().
,
Patrice Dumas
,
06:13
branch master updated: * tp/Texinfo/Structuring.pm (no_root_command_tree), tp/Texinfo/Transformations.pm (fill_gaps_in_sectioning) (insert_nodes_for_sectioning_commands) (_get_non_automatic_nodes_with_sections): do not use no_root_command_tree, instead inspect the contents directly. Remove no_root_command_tree().
,
Patrice Dumas
,
06:04
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_tree_unit_type, convert) (output): only output a rule if there is something after.
,
Patrice Dumas
,
05:52
branch master updated: * tp/Texinfo/Convert/HTML.pm (%default_types_conversion), (_convert_tree_unit_type, convert, output): do not use the text_root type to make sure that footnotes and rules are output when there are no tree units. Do it in the output() and convert() functions.
,
Patrice Dumas
,
05:02
December 30, 2021
branch master updated: * tp/Texinfo/Structuring.pm (sectioning_structure): do not use no_root_command_tree() to check if there is no section structure, use the tree directly to define $sec_root.
,
Patrice Dumas
,
16:12
branch master updated: * tp/Texinfo/ParserNonXS.pm (_setup_document_root_and_text_root) (parse_texi_text, parse_texi_file, parse_texi_line, _parse_texi), tp/Texinfo/XS/parsetexi/api.c (parse_file, parse_text), tp/Texinfo/XS/parsetexi/parser.c (setup_document_root_and_text_root), (parse_texi_file, parse_texi): pass both root element and current element to parse_texi(). Rename setup_text_root() as setup_document_root_and_text_root().
,
Patrice Dumas
,
15:10
branch master updated: * tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/NodeNameNormalization.pm, tp/Texinfo/Convert/Plaintext.pm, tp/Texinfo/Convert/TexinfoXML.pm, tp/Texinfo/Convert/Text.pm, tp/Texinfo/Convert/TextContent.pm, tp/Texinfo/ParserNonXS.pm (parse_texi_file), tp/Texinfo/XS/parsetexi/element_types.txt, tp/Texinfo/XS/parsetexi/parser.c (parse_texi_file): rename preamble type as preamble_before_beginning and preamble_text as text_before_beginning.
,
Patrice Dumas
,
14:45
branch master updated: * tp/Texinfo/ParserNonXS.pm (_close_commands, _setup_text_root) (_parse_texi), tp/Texinfo/XS/parsetexi/api.c (parse_text), tp/Texinfo/XS/parsetexi/close.c (close_commands), tp/Texinfo/XS/parsetexi/handle_commands.c (handle_line_command), tp/Texinfo/XS/parsetexi/parser.c (setup_text_root, parse_texi_file) (parse_texi): create a document_root if there is a text_root in order to always have the same geometry for the root of the tree.
,
Patrice Dumas
,
12:45
branch master updated: * tp/init/epub3.pm (epub_finish): put jslabels file id in <spine>.
,
Patrice Dumas
,
11:19
branch master updated: * tp/Texinfo/ParserNonXS.pm: prefix context strings by ct_ to have specific names (similar with XS parser context enum names).
,
Patrice Dumas
,
09:31
branch master updated: * tp/Texinfo/ParserNonXS.pm (_begin_preformatted, _end_line), tp/Texinfo/XS/parsetexi/end_line.c (end_line_starting_block), tp/Texinfo/XS/parsetexi/parser.c (begin_preformatted): begin rawpreformatted at the only place where it can begin, and not in begin_preformatted().
,
Patrice Dumas
,
08:06
branch master updated: * tp/Texinfo/ParserNonXS.pm (_end_preformatted, _end_line), tp/Texinfo/XS/parsetexi/end_line.c (end_line_misc_line), tp/Texinfo/XS/parsetexi/parser.c (end_preformatted): only close preformatted type in end_preformatted(). Close all the empty types after an @end command.
,
Patrice Dumas
,
07:32
December 24, 2021
branch master updated: index_ignored_chars hash on index entry
,
Patrice Dumas
,
13:05
branch master updated: * tp/Texinfo/Structuring.pm (index_entry_sort_string), tp/Texinfo/ParserNonXS.pm (_enter_index_entry): correct 'index_ignore_flags' as it should have been 'index_ignore_chars'.
,
Patrice Dumas
,
12:15
branch master updated: <code> for @t
,
Gavin D. Smith
,
05:06
December 23, 2021
branch master updated: * tp/init/epub3.pm: conversion to epub 3.2.
,
Patrice Dumas
,
15:39
branch master updated: * doc/texinfo.texi (@documentlanguage): Remove text added on 2007-06-14 referencing possible future gettext/makeinfo support of BCP 47. If it still matters, somebody will ask for it.
,
Gavin D. Smith
,
12:36
branch master updated: Improve comment, as ths file used for image is not basename but @-command argument.
,
Patrice Dumas
,
07:46
branch master updated: * doc/texinfo.texi (@code{@@format}): add missing protection or { and } in @format example.
,
Patrice Dumas
,
04:28
branch master updated: * tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/Converter.pm: rename 'out_filename' as 'out_filepath'.
,
Patrice Dumas
,
04:08
branch master updated: * tp/Texinfo/Common.pm (output_files_open_out): add $output_encoding argument to set the encoding irrespective of document encoding.
,
Patrice Dumas
,
03:59
branch master updated: * tp/init/chm.pm (_chm_convert_tree_to_text): rename convert_tree() as _chm_convert_tree_to_text().
,
Patrice Dumas
,
03:56
December 21, 2021
branch master updated: Chapter list for -c CONTENTS_OUTPUT_LOCATION=inline
,
Gavin D. Smith
,
16:28
branch master updated: * install-info/install-info.c (parse_input): Allocate all fields of struct spec_entry.
,
Gavin D. Smith
,
13:41
[no subject]
,
Gavin D. Smith
,
13:36
[no subject]
,
Gavin D. Smith
,
13:36
master updated (796ba54 -> d898c55)
,
Gavin D. Smith
,
13:36
branch master updated: * tp/Texinfo/Convert/HTML.pm (run_stage_handlers), tp/Texinfo/Convert/TexinfoXML.pm (output): fix the call of document_error().
,
Patrice Dumas
,
03:57
December 20, 2021
branch master updated: * tp/Texinfo/Convert/HTML.pm (html_attribute_class): fix case of INLINE_CSS_STYLE with multiple classes.
,
Patrice Dumas
,
12:46
branch master updated: * tp/Texinfo/Convert/HTML.pm (close_html_lone_element) (_xhtml_re_close_lone_element): rename _html_close_lone_element() as _xhtml_re_close_lone_element(). Rename close_html_lone_element_if_needed() as close_html_lone_element() and close instead of re-closing. Per Bothner idea.
,
Patrice Dumas
,
11:18
December 19, 2021
branch master updated: * tp/texi2any.pl: remove \n from translated strings is newly modified strings. Report from Benno Schulenberg.
,
Patrice Dumas
,
18:43
branch master updated: * tp/Texinfo/Convert/HTML.pm (_root_html_element_attributes_string), doc/texinfo.texi (HTML Customization Variables): add HTML_ROOT_ELEMENT_ATTRIBUTES to be able to add attributes to the <html> HTML document root element.
,
Patrice Dumas
,
18:24
branch master updated: * tp/init/html32.pm: set NO_CUSTOM_HTML_ATTRIBUTE.
,
Patrice Dumas
,
17:57
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_math_command) (_convert_heading_command, _contents_inline_element) (_convert_special_element_type): always call html_attribute_class() to set a class attribute.
,
Patrice Dumas
,
17:54
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_item_command) (_convert_def_line_type): only output <span> associated with copiable anchor if there is a copiable anchor.
,
Patrice Dumas
,
17:38
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_image_command) (_default_format_button_icon_img): call close_html_lone_element_if_needed() for <img>.
,
Patrice Dumas
,
17:01
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_end_file): use defined() to test if defined, not true value.
,
Patrice Dumas
,
15:56
branch master updated: * doc/texinfo.texi (Other Customization Variables), tp/Texinfo/Common.pm (@variable_string_settables), tp/Texinfo/Convert/HTML.pm (close_html_lone_element_if_needed) (html_line_break_element, _html_close_lone_element): add USE_XML_SYNTAX. This amounts mainly to calling close_html_lone_element_if_needed() on HTML elements without end of element. Add html_line_break_element() to output a line break element.
,
Patrice Dumas
,
15:42
branch master updated: * doc/texinfo.texi (Other Customization Variables): update MENU_SYMBOL description.
,
Patrice Dumas
,
11:35
branch master updated: tp/tests/coverage_macro.texi: add @tie{}
,
Patrice Dumas
,
11:33
branch master updated: * doc/texinfo.texi (Other Customization Variables), tp/Texinfo/Convert/HTML.pm (non_breaking_space) (substitute_non_breaking_space, %BUTTONS_EXAMPLE) (%defaults, _indent_with_table, _set_non_breaking_space) (converter_initialize, _default_format_special_element_body): use numeric entities everywhere in HTML if USE_NUMERIC_ENTITY is set. Use functions to set and get the non breaking space entity. Set OPEN_QUOTE_SYMBOL CLOSE_QUOTE_SYMBOL and MENU_SYMBOL to undef in the default case, to set [...]
,
Patrice Dumas
,
11:27
branch master updated: * tp/Texinfo/Convert/Converter.pm (xml_format_text_with_numeric_entities), tp/Texinfo/Convert/DocBook.pm (_convert), tp/Texinfo/Convert/HTML.pm (_convert_text): add xml_format_text_with_numeric_entities() based on DocBook converter text, and use it in HTML if USE_NUMERIC_ENTITY is set.
,
Patrice Dumas
,
09:34
branch master updated: Documentation of --OPT vs. --no-OPT
,
Gavin D. Smith
,
09:33
branch master updated: Fix usage message
,
Gavin D. Smith
,
09:06
branch master updated: Fix usage message for help2man formatting
,
Gavin D. Smith
,
09:02
branch master updated: * tp/Texinfo/ParserNonXS.pm (_parse_macro_command_line) (_lookup_macro_parameter, _expand_macro_body, _parse_texi): Add _lookup_macro_parameter() to find the formal argument index by going through macro element args instead of adding 'args_index' in _parse_macro_command_line() and removing it later from the tree. Based on the C parser code.
,
Patrice Dumas
,
08:54
branch master updated: Fix a typo
,
Patrice Dumas
,
08:19
branch master updated: Parsetexi.pm clear list of include directories
,
Gavin D. Smith
,
08:05
branch master updated: * tp/Texinfo/Common.pm (@variable_string_settables), tp/Texinfo/Convert/Converter.pm (_format_numeric_entities_accent) (xml_accent, _xml_named_entities_numeric_fallback_accent) (xml_accents), tp/Texinfo/Convert/DocBook.pm (%defaults) (cmdname), doc/texinfo.texi (Other Customization Variables): re-add USE_NUMERIC_ENTITY with the meaning of using numeric entities in priority. In DocBook, use Texinfo::Convert::Converter xml_accents and set USE_NUMERIC_ENTITY, remove docbook_accent().
,
Patrice Dumas
,
07:25
branch master updated: * tp/Texinfo/Convert/Converter.pm (xml_accent): fix tieaccent regexp for entities.
,
Patrice Dumas
,
06:35
branch master updated: Attempt to make texi2any relocatable
,
Gavin D. Smith
,
06:19
branch master updated: * tp/Texinfo/Common.pm (@variable_string_settables), tp/Texinfo/Convert/Converter.pm (xml_accents), tp/Texinfo/Convert/HTML.pm (%defaults, _set_variables_texi2html), doc/texinfo.texi (Other Customization Variables), tp/t/accents.t: rename USE_NUMERIC_ENTITY as FALLBACK_TO_NUMERIC_ENTITY.
,
Patrice Dumas
,
06:17
December 18, 2021
branch master updated: No more doctypes for tex_html test results
,
Patrice Dumas
,
19:22
branch master updated: No more doctypes
,
Gavin D. Smith
,
18:53
branch master updated: * tp/Texinfo/Common.pm (add_valid_customization_option), tp/Texinfo/Config.pm (texinfo_add_valid_customization_option), tp/init/highlight_syntax.pm (texinfo_add_valid_customization_option): Rename Texinfo::Common add_valid_option() as add_valid_customization_option() and Texinfo::Config texinfo_add_valid_option() as texinfo_add_valid_customization_option().
,
Patrice Dumas
,
06:31
December 16, 2021
branch master updated: * tp/Texinfo/Convert/HTML.pm (%defaults, _convert_xref_commands), tp/Texinfo/Common.pm (@variable_string_settables), doc/texinfo.texi (@node HTML Customization Variables): add customization variable NO_CUSTOM_HTML_ATTRIBUTE in order not to output HTML with custom attributes in elements if set. Report from Kurt Hornik.
,
Patrice Dumas
,
15:27
branch master updated: update tex-html tests results for tbody addition and LaTex2HTML new version
,
Patrice Dumas
,
13:49
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_multitable_body_type), tp/init/html32.pm (html32_convert_multitable_body_type): convert multitable_body type as tbody. Report from Kurt Hornik.
,
Patrice Dumas
,
13:46
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_row_type, _convert_multitable_head_type), tp/init/html32.pm (html32_convert_row_type, html32_convert_multitable_head_type): add _convert_multitable_head_type() to convert multitable_head type, to thead, consistently with other formats, instead of doing the conversion in _convert_row_type().
,
Patrice Dumas
,
13:30
branch master updated: man/pod2texi.1: update timestamp in file
,
Patrice Dumas
,
13:27
December 07, 2021
branch master updated: * info/session.c (info_display_file_info): Add 1 to line number so that the first line is reported as line 1 rather than line 0 and that the last line is reported as 100% through the node.
,
Gavin D. Smith
,
16:08
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc