bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

incorrect years in the ChangeLog files


From: Vincent Lefevre
Subject: incorrect years in the ChangeLog files
Date: Tue, 15 Nov 2022 13:00:50 +0100
User-agent: Mutt/2.2.9+46 (f65467b0) vl-149028 (2022-11-12)

There are incorrect years in the ChangeLog.70 file:

[...]
2022-10-29  Gavin Smith  <gavinsmith0123@gmail.com>

        pretest 6.8.91

        * configure.ac: version

2020-10-28  Vincent Lefevre <vincent@vinc17.net>  (tiny change)

        * doc/texinfo.texi (Writing a Node, Conditional Commands):
        Fix typos.

2022-10-27  Gavin Smith  <gavinsmith0123@gmail.com>

        * 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  <gavinsmith0123@gmail.com>

        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  <HBBroeker@t-online.de>  (tiny change)

        * tp/Texinfo/XS/parsetexi/separator.c (handle_close_brace):
        Remove incorrect semicolon after if condition.

2020-01-28  Gavin Smith  <gavinsmith0123@gmail.com>

        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  <gavinsmith0123@gmail.com>

        * 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  <eliz@gnu.org>

        * info/man.c (get_manpage_from_formatter) <!PIPE_USE_FORK>: 
        Check for end of array without using removed variable.

2013-12-25  Eli Zaretskii  <eliz@gnu.org>

        * info/pcterm.c (gettextinfo): Pass expected arguments to 
        info_error.

2013-12-25  Eli Zaretskii  <eliz@gnu.org>

        * info/terminal.c (terminal_initialize_terminal) 
        <terminal_initialize_terminal_hook>: Call initialize_byte_map.

2014-12-25  Gavin Smith  <gavinsmith0123@gmail.com>

        * 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 <vincent@vinc17.net> - 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]