texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Top node ends at @part.


From: Gavin D. Smith
Subject: branch master updated: Top node ends at @part.
Date: Sun, 13 Mar 2022 15:14:40 -0400

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 8b7f2c96ae Top node ends at @part.
8b7f2c96ae is described below

commit 8b7f2c96aefcabed48a0d04cf3f12c60f520cdba
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Mar 13 19:14:13 2022 +0000

    Top node ends at @part.
    
    * doc/texinfo.tex (\ignorenode): Stop ignoring Top node at a
    @part line, in case one immediately follows the Top node.  Report
    from Patrice.
---
 ChangeLog       |  8 ++++++++
 doc/texinfo.tex | 12 +++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c5c8b141f0..19dc951dbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-03-13  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       Top node ends at @part.
+
+       * doc/texinfo.tex (\ignorenode): Stop ignoring Top node at a
+       @part line, in case one immediately follows the Top node.  Report
+       from Patrice.
+
 2022-03-13  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/DocBook.pm (convert, output): call convert_tree()
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 5dbbd6596a..8ab3974b80 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2022-02-16.13}
+\def\texinfoversion{2022-03-13.19}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -5953,7 +5953,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 % Chapters, sections, etc.
 
 % Let's start with @part.
-\outer\parseargdef\part{\partzzz{#1}}
+\parseargdef\part{\partzzz{#1}}
 \def\partzzz#1{%
   \chapoddpage
   \null
@@ -8672,9 +8672,11 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 }
 \def\wordTop{Top}
 
-% Until the next @node or @bye command, divert output to a box that is not 
-% output.
-\def\ignorenode{\setbox\dummybox\vbox\bgroup\def\node{\egroup\node}%
+% Until the next @node, @part or @bye command, divert output to a box that
+% is not output.
+\def\ignorenode{\setbox\dummybox\vbox\bgroup
+\def\part{\egroup\part}%
+\def\node{\egroup\node}%
 \ignorenodebye
 }
 



reply via email to

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