texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\nodedescription, \nodedescrip


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\nodedescription, \nodedescriptionblock): Add stub implementations. * NEWS: Mention these new commands.
Date: Tue, 01 Aug 2023 08:02:13 -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 76ff9db971 * doc/texinfo.tex (\nodedescription, 
\nodedescriptionblock): Add stub implementations. * NEWS: Mention these new 
commands.
76ff9db971 is described below

commit 76ff9db971103881897d3471855adde06366eed6
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 1 13:02:04 2023 +0100

    * doc/texinfo.tex (\nodedescription, \nodedescriptionblock):
    Add stub implementations.
    * NEWS: Mention these new commands.
---
 ChangeLog       | 6 ++++++
 NEWS            | 2 ++
 doc/texinfo.tex | 7 ++++++-
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4fd344029e..ab90f58ddf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-08-01  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\nodedescription, \nodedescriptionblock):
+       Add stub implementations.
+       * NEWS: Mention these new commands.
+
 2023-07-31  Patrice Dumas  <pertusus@free.fr>
 
        nodedescription customization
diff --git a/NEWS b/NEWS
index fc578d6c14..e3a9ef3241 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ See the manual for detailed information.
  . new command @link to create plain links in output formats which support
    this
  . @cartouche takes an argument to specify the cartouche title
+ . new commands @nodedescription and @nodedescriptionblock can be used
+   for giving menu descriptions in Info output
 
 * texi2any
  . @itemx at the beginning of a @table is now an error, not a warning
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index fd81813f52..808a21af83 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{2023-07-28.21}
+\def\texinfoversion{2023-08-01.11}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -8850,6 +8850,11 @@ might help (with 'rm \jobname.?? \jobname.??s')%
   \fi
 }
 
+% @nodedescription, @nodedescriptionblock - do nothing for TeX
+\parseargdef\nodedescription{}
+\def\nodedescriptionblock{\doignore{nodedescriptionblock}}
+
+
 % @anchor{NAME} -- define xref target at arbitrary point.
 %
 \newcount\savesfregister



reply via email to

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