texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.tex


From: Karl Berry
Subject: texinfo ChangeLog doc/texinfo.tex
Date: Mon, 16 Aug 2010 00:42:03 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/08/16 00:42:03

Modified files:
        .              : ChangeLog 
        doc            : texinfo.tex 

Log message:
        avoid full expansion of xref name in undefined msg

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1108&r2=1.1109
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.327&r2=1.328

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1108
retrieving revision 1.1109
diff -u -b -r1.1108 -r1.1109
--- ChangeLog   16 Aug 2010 00:10:16 -0000      1.1108
+++ ChangeLog   16 Aug 2010 00:42:03 -0000      1.1109
@@ -1,5 +1,8 @@
 2010-08-15  Karl Berry  <address@hidden>
 
+       * doc/texinfo.tex (\refX): use \the\toks to avoid full expansion
+       of possibly-complex cross-reference name, a la @chapter, etc.
+
        * doc/texinfo.txi (Init File Encodings),
         (Init File Functions): rename+edit.
 

Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -b -r1.327 -r1.328
--- doc/texinfo.tex     17 Jun 2010 18:09:58 -0000      1.327
+++ doc/texinfo.tex     16 Aug 2010 00:42:03 -0000      1.328
@@ -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{2010-06-17.11}
+\def\texinfoversion{2010-08-15.17}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -7452,7 +7452,8 @@
     \angleleft un\-de\-fined\angleright
     \iflinks
       \ifhavexrefs
-        \message{\linenumber Undefined cross reference `#1'.}%
+        {\toks0 = {#1}% avoid expansion of possibly-complex value
+         \message{\linenumber Undefined cross reference `\the\toks0'.}}%
       \else
         \ifwarnedxrefs\else
           \global\warnedxrefstrue



reply via email to

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