texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: No skipping lines after no-arg macro at end of li


From: Gavin D. Smith
Subject: branch master updated: No skipping lines after no-arg macro at end of line
Date: Sun, 29 Dec 2024 17:48:00 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new a82b01a2d1 No skipping lines after no-arg macro at end of line
a82b01a2d1 is described below

commit a82b01a2d198bf980eef7b195f058db6ed319353
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Dec 29 22:47:50 2024 +0000

    No skipping lines after no-arg macro at end of line
    
    * doc/texinfo.tex (\endlineisspace, \ignoreactivenewline):
    Replace \endlineisspace with \ignoreactivenewline.
    (\macrodef) <no args>: Call \ignoreactivenewline.  Rather
    than changing the catcode of newline to space so that newlines
    following the macro name are skipped, this only changes the definition
    of active newline so that it is ignored.  This is an issue if
    the macro is called at the end of a line inside an environment
    such as @example where newlines are active, at the end of a line.
    * doc/texinfo-tex-test.texi (Braceless at end of line):
    update test cases.
---
 ChangeLog | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index de70d3b9e0..9cac3caa4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2024-12-29  Gavin Smith <gavinsmith0123@gmail.com>
+
+       No skipping lines after no-arg macro at end of line
+
+       * doc/texinfo.tex (\endlineisspace, \ignoreactivenewline):
+       Replace \endlineisspace with \ignoreactivenewline.
+       (\macrodef) <no args>: Call \ignoreactivenewline.  Rather
+       than changing the catcode of newline to space so that newlines
+       following the macro name are skipped, this only changes the definition
+       of active newline so that it is ignored.  This is an issue if
+       the macro is called at the end of a line inside an environment
+       such as @example where newlines are active, at the end of a line.
+       * doc/texinfo-tex-test.texi (Braceless at end of line):
+       update test cases.
+
 2024-12-29  Gavin Smith <gavinsmith0123@gmail.com>
 
        * tp/tests/run_parser_all.sh (post_process_output):



reply via email to

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