There are incorrect years in the ChangeLog.70 file:
[...]
2022-10-29 Gavin Smith <[email protected]>
pretest 6.8.91
* configure.ac: version
2020-10-28 Vincent Lefevre <[email protected]> (tiny change)
* doc/texinfo.texi (Writing a Node, Conditional Commands):
Fix typos.
2022-10-27 Gavin Smith <[email protected]>
* tp/t/paragraph.t: use intended formatter in tests
[...]
This should be "2022-10-28", not "2020-10-28".
Similarly,
[...]
2020-02-05 Gavin Smith <[email protected]>
Fix parsetexi out-of-source build.
* tp/Texinfo/XS/Makefile.am: Add -I option to locate include
files under out-of-source builds. Suggestion by Hans-Bernhard
Bröker. Problem reported by Werner Lemberg
https://lists.gnu.org/archive/html/bug-texinfo/2020-01/msg00021.html.
2019-02-05 Hans-Bernhard Bröker <[email protected]> (tiny change)
* tp/Texinfo/XS/parsetexi/separator.c (handle_close_brace):
Remove incorrect semicolon after if condition.
2020-01-28 Gavin Smith <[email protected]>
Section names in HTML navigation bar instead of node names.
* tp/Texinfo/Convert/HTML.pm
(_element_direction): Accept 'section' as the type of text to
return.
(_default_node_direction, _default_node_direction_footer)
[xrefautomaticsectiontitle]: Call '_element_direction' with
'section'. Combine text of both subroutines and make one call
the other.
[...]
This should be "2020-02-05", not "2019-02-05"
(this was commit ae804d0bc2a).
And in the ChangeLog.65 file:
[...]
2014-12-25 Gavin Smith <[email protected]>
* info/search.c (find_node_separator, skip_node_separator):
Allow optional '\r' before '\n' after Ctrl-_ node separator.
* info/info-utils.c (parse_top_node_line),
* info/nodes.c (get_nodes_of_info_file),
* info/search.c (find_node_in_binding): Include '\r' in list of
terminating characters.
2013-12-25 Eli Zaretskii <[email protected]>
* info/man.c (get_manpage_from_formatter) <!PIPE_USE_FORK>:
Check for end of array without using removed variable.
2013-12-25 Eli Zaretskii <[email protected]>
* info/pcterm.c (gettextinfo): Pass expected arguments to
info_error.
2013-12-25 Eli Zaretskii <[email protected]>
* info/terminal.c (terminal_initialize_terminal)
<terminal_initialize_terminal_hook>: Call initialize_byte_map.
2014-12-25 Gavin Smith <[email protected]>
* info/display.c (display_update_window_1): Don't display a line
continuation character on the last line of the display. Check
was formerly done in process_node_text. Report from Eli
Zaretskii.
[...]
The 3 commits with 2013-12-25 were really done on 2014-12-25:
5ef7e4c31d4
48b8add52f0
5801ab00bc7
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)