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 Feb 28 2021 05:53:03 -0500
Threads in reverse chronological order
[
Next Period
]
branch master updated: .gitignore
,
Gavin D. Smith
,
2021/02/28
master updated (43422ac -> 235ee4b)
,
Gavin D. Smith
,
2021/02/28
[no subject]
,
Gavin D. Smith
,
2021/02/28
[no subject]
,
Gavin D. Smith
,
2021/02/28
branch master updated: No raw newline in awk string constant
,
Gavin D. Smith
,
2021/02/27
branch master updated: Avoid cleaning generated files
,
Gavin D. Smith
,
2021/02/27
branch master updated: * tp/Texinfo/Report.pm (gdt): Set and restore LC_ALL rather than LC_MESSAGES as the latter doesn't work on MS-Windows. Report from Eli Zaretskii.
,
Gavin D. Smith
,
2021/02/27
master updated (4ea081d -> 98d6dfd)
,
Gavin D. Smith
,
2021/02/27
[no subject]
,
Gavin D. Smith
,
2021/02/27
[no subject]
,
Gavin D. Smith
,
2021/02/27
branch master updated: Fix compilation warning in session.c on MinGW
,
Eli Zaretskii
,
2021/02/27
branch master updated: * js/info.js: Add button to show/hide sidebar. Other polishing.
,
Per Bothner
,
2021/02/24
branch master updated: * tp/Texinfo/Common.pm (%default_customization_values), (%default_parser_customization_values), (%default_structure_customization_values), * tp/Texinfo/XS/parsetexi/Parsetexi.pm (%parser_default_configuration), (parser), * tp/Texinfo/ParserNonXS.pm (%parser_default_configuration), * tp/texi2any.pl: split %default_customization_values in two, as %default_parser_customization_values and %default_structure_customization_values differentiating parser options and options for Texinfo::Structurin [...]
,
Patrice Dumas
,
2021/02/23
branch master updated: pretest 6.7.90
,
Gavin D. Smith
,
2021/02/23
branch master updated: * tp/texi2any.pl: use a special value if 'FORMAT_MENU' is set on the command line that is replaced by the output format default when the output format is known if the output format default is not nomenu, or set to 'menu'.
,
Patrice Dumas
,
2021/02/23
branch master updated: make update-po
,
Gavin D. Smith
,
2021/02/23
branch master updated: Remove unused code.
,
Patrice Dumas
,
2021/02/22
branch master updated: * tp/Texinfo/Structuring.pm (set_menus_node_directions) (nodes_tree, _section_direction_associated_node), (_complete_check_menus_directions): separate set_menus_node_directions() and _complete_check_menus_directions() from nodes_tree() to distinguish better code related to menus and not related to menus. Add _section_direction_associated_node() as a small helper function from node_tree too to be able to reuse the code. * tp/t/test_utils.pl, tp/texi2any.pl: call set_menus_node_directions. [...]
,
Patrice Dumas
,
2021/02/22
branch master updated: * tp/Texinfo/Convert/HTML.pm (nodes_tree): use first non Top node for Top node next if there is no menu information. Complete node prev of th eTop next node.
,
Patrice Dumas
,
2021/02/21
branch master updated: * tp/Texinfo/Convert/HTML.pm (nodes_tree): use first non Top node for Top node next if there is no menu information.
,
Patrice Dumas
,
2021/02/21
branch master updated: use first section in file direction for footer if split at section or chapter
,
Patrice Dumas
,
2021/02/21
branch master updated: regenerate missed test result
,
Patrice Dumas
,
2021/02/21
branch master updated: * tp/Texinfo/Structuring.pm (nodes_tree): Only call _check_referenced_nodes if FORMAT_MENU is not "sectiontoc". From Patrice.
,
Gavin D. Smith
,
2021/02/21
branch master updated: * p/Texinfo/Structuring.pm (_check_referenced_nodes): consider a node to be referenced if it is a target of a @*ref command. Report by Gavin.
,
Patrice Dumas
,
2021/02/20
branch master updated: * tp/Texinfo/Structuring.pm (elements_file_directions): add FirstInFile* directions for every element.
,
Patrice Dumas
,
2021/02/20
branch master updated: * tp/Texinfo/Structuring.pm (_check_referenced_nodes): New function to centralize code for checking referenced nodes. (nodes_tree): Call it.
,
Gavin D. Smith
,
2021/02/20
branch master updated: No footer for several nodes in a file.
,
Gavin D. Smith
,
2021/02/20
branch master updated: Fix display of _ in section name.
,
Gavin D. Smith
,
2021/02/20
branch master updated: * doc/texinfo-tex-test.texi (~[]"_|<>$#&%+\) Add example.
,
Gavin D. Smith
,
2021/02/20
branch master updated: * README-hacking: Add advice on using git.
,
Gavin D. Smith
,
2021/02/20
branch master updated: * doc/texinfo.tex (\refx): Remove useless second argument which is nearly always empty.
,
Gavin D. Smith
,
2021/02/20
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command): add a div for sections without nodes. (_default_format_element_footer, _default_format_end_file): call close_registered_sections_level() in _default_format_element_footer() and not in _default_format_end_file(). * tp/t/init/t2h_singular.init (singular_format_footer): call close_registered_sections_level().
,
Patrice Dumas
,
2021/02/19
branch master updated: Fix compiler warnings.
,
Gavin D. Smith
,
2021/02/18
branch master updated: Reform parsetexi header files
,
Gavin D. Smith
,
2021/02/18
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_begin_file): Add viewport declaration as was already output for node redirection pages. Report from Per Bothner.
,
Gavin D. Smith
,
2021/02/18
branch master updated: * tp/Texinfo/XS/parsetexi: Add include guards to all header files.
,
Gavin D. Smith
,
2021/02/18
branch master updated: js/info.js (scan_toc): Change to how sidebar links are matched.
,
Per Bothner
,
2021/02/17
branch master updated: Improve comments documenting the code
,
Patrice Dumas
,
2021/02/17
branch master updated: Explain the issue with output document strings translations and test results, as well as the solution, a filter script.
,
Patrice Dumas
,
2021/02/16
branch master updated: * js/info.js: Fix [Contents] link by creating a fresh page-node for the ToC.
,
Per Bothner
,
2021/02/16
branch master updated: srclist-txi fixes
,
Gavin D. Smith
,
2021/02/16
branch master updated: * doc/fdl.texi: Update to latest (URL change).
,
Gavin D. Smith
,
2021/02/16
branch master updated: * README-hacking: Revise release instructions.
,
Gavin D. Smith
,
2021/02/16
branch master updated: Fix for make po-check
,
Gavin D. Smith
,
2021/02/16
branch master updated: Fix for make po-check
,
Gavin D. Smith
,
2021/02/16
branch master updated: update test result for dtd change
,
Gavin D. Smith
,
2021/02/16
branch master updated: Fix for make ccheck
,
Gavin D. Smith
,
2021/02/16
branch master updated: Pre-release fixes
,
Gavin D. Smith
,
2021/02/16
branch master updated: * tp/tests/run_parser_all.sh (check_latex2html_and_tex4ht): Do not use 'continue' inside a function inside a loop. Report from Vitezslav Crhon.
,
Gavin D. Smith
,
2021/02/16
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_element_type): Always call close_registered_sections_level to close <div> element rather than adding a '</div>' string, as it's possible that the <div> was never opened.
,
Gavin D. Smith
,
2021/02/15
branch master updated: * js/info.css: Adjustments for consistent margin/padding of index and other pages.
,
Per Bothner
,
2021/02/14
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command): Only output a <div> for a @node with an associated section. Otherwise, output a <span> as an anchor.
,
Gavin D. Smith
,
2021/02/14
branch master updated: update test result for current translations
,
Gavin D. Smith
,
2021/02/14
branch master updated: * tp/tests/run_parser_all.sh: Print stderr for test error. * TODO: Remove item.
,
Gavin D. Smith
,
2021/02/14
branch master updated: * tp/maintain/regenerate_cmd_tests.sh: Remove code that was supposed to print diffs (ineffective since 2018-09-01).
,
Gavin D. Smith
,
2021/02/14
branch master updated: update po
,
Gavin D. Smith
,
2021/02/14
branch master updated: * tp/tests/run_parser_all.sh: Print diffs for test failure.
,
Gavin D. Smith
,
2021/02/14
branch master updated: update formatting_fr_icons test result
,
Gavin D. Smith
,
2021/02/14
branch master updated: * Texinfo/Convert/HTML.pm (_contents_inline_element): Put inline contents elements in a <div>. Report from Per Bothner.
,
Patrice Dumas
,
2021/02/14
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc