texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Thu, 18 Jan 2024 18:44:54 -0500 (EST)

branch: master
commit 54faad841f8f7a977ce7997eaf4da2686655d71f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 19 00:44:04 2024 +0100

    ChangeLog: order in line with code change
---
 ChangeLog | 70 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c762c34e0f..57ded8a65f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,38 +1,3 @@
-2024-01-18  Gavin Smith <gavinsmith0123@gmail.com>
-
-       Use foreach loop for Info output
-
-       * tp/Texinfo/Convert/Info.pm (output): Move block of code
-       dealing with split output from the end to the beginning of
-       a loop, but do not execute it the first time around by checking
-       a variable.  This allows changing the loop to a simple foreach
-       loop rather than popping from an array each time round.
-
-2024-01-18  Gavin Smith <gavinsmith0123@gmail.com>
-
-       Change handling of blank lines between Info nodes
-
-       * tp/Texinfo/Convert/Info.pm (format_node): Do not check
-       'empty_lines_count' or add a newline at the beginning of the node
-       if it is zero.  This makes the conversion of the node more independent
-       of other nodes and sections of the Info file.
-       (output): Each time after calling 'convert_output_unit', add
-       an extra newline to the output if the result did not end in
-       an empty line.  This compensates for not adding a line at the
-       beginning in format_node.  Do not output an extra newline before
-       the tag table, just after the last node.
-       * tp/Texinfo/Convert/Plaintext.pm (_convert): Ensure that
-       the 'before_node_section' ends in a newline by calling
-       ensure_end_of_line, as it is no longer altered in format_node.
-
-       This is aimed towards eliminating 'empty_lines_count' counting with
-       simplicity and performance benefits.
-
-2024-01-18  Gavin Smith <gavinsmith0123@gmail.com>
-
-       * tp/Texinfo/Common.pm (debug_print_tree): Also print 'unit_contents'
-       keys to allow printing an "output unit".
-
 2024-01-18  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/Converter.pm (set_document),
@@ -121,6 +86,41 @@
        * tp/Texinfo/Common.pm (get_global_document_command): change order of
        ifs.
 
+2024-01-18  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Use foreach loop for Info output
+
+       * tp/Texinfo/Convert/Info.pm (output): Move block of code
+       dealing with split output from the end to the beginning of
+       a loop, but do not execute it the first time around by checking
+       a variable.  This allows changing the loop to a simple foreach
+       loop rather than popping from an array each time round.
+
+2024-01-18  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Change handling of blank lines between Info nodes
+
+       * tp/Texinfo/Convert/Info.pm (format_node): Do not check
+       'empty_lines_count' or add a newline at the beginning of the node
+       if it is zero.  This makes the conversion of the node more independent
+       of other nodes and sections of the Info file.
+       (output): Each time after calling 'convert_output_unit', add
+       an extra newline to the output if the result did not end in
+       an empty line.  This compensates for not adding a line at the
+       beginning in format_node.  Do not output an extra newline before
+       the tag table, just after the last node.
+       * tp/Texinfo/Convert/Plaintext.pm (_convert): Ensure that
+       the 'before_node_section' ends in a newline by calling
+       ensure_end_of_line, as it is no longer altered in format_node.
+
+       This is aimed towards eliminating 'empty_lines_count' counting with
+       simplicity and performance benefits.
+
+2024-01-18  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/Common.pm (debug_print_tree): Also print 'unit_contents'
+       keys to allow printing an "output unit".
+
 2024-01-18  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/Converter.pm (sort_element_counts): call



reply via email to

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