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: Tue, 05 Jun 2012 21:44:33 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       12/06/05 21:44:33

Modified files:
        .              : ChangeLog 
        doc            : texinfo.tex 

Log message:
        check for \pdfescapestring being undefined

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1369&r2=1.1370
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.tex?cvsroot=texinfo&r1=1.367&r2=1.368

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1369
retrieving revision 1.1370
diff -u -b -r1.1369 -r1.1370
--- ChangeLog   27 May 2012 08:36:26 -0000      1.1369
+++ ChangeLog   5 Jun 2012 21:44:32 -0000       1.1370
@@ -1,3 +1,9 @@
+2012-06-05  Karl Berry  <address@hidden>
+
+       * doc/texinfo.tex (\txiescapepdf): check \pdfescapestring
+       against \thisisundefined, not \relax.  Of course.
+       Bug report from Marco Maggi, 05 Jun 2012 12:07:02.
+
 2012-05-27  Patrice Dumas  <address@hidden>
 
        * README: remove the reference to the removed INTRODUCTION file.

Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -b -r1.367 -r1.368
--- doc/texinfo.tex     16 May 2012 23:37:37 -0000      1.367
+++ doc/texinfo.tex     5 Jun 2012 21:44:33 -0000       1.368
@@ -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{2012-05-16.16}
+\def\texinfoversion{2012-06-05.14}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -1117,7 +1117,7 @@
 % #1 is a control sequence in which to do the replacements,
 % which we \xdef.
 \def\txiescapepdf#1{%
-  \ifx\pdfescapestring\relax
+  \ifx\pdfescapestring\thisisundefined
     % No primitive available; should we give a warning or log?
     % Many times it won't matter.
   \else



reply via email to

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