texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Thu Jul 5 13:23:01 EDT 2007)


From: Karl Berry
Subject: texinfo update (Thu Jul 5 13:23:01 EDT 2007)
Date: Thu, 05 Jul 2007 13:23:03 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.723
retrieving revision 1.724
diff -u -r1.723 -r1.724
--- ChangeLog   3 Jul 2007 20:57:36 -0000       1.723
+++ ChangeLog   5 Jul 2007 17:13:42 -0000       1.724
@@ -1,3 +1,9 @@
+2007-07-05  Karl Berry  <address@hidden>
+
+       * (\setnonasciicharscatcodenonglobal, \setnonasciicharscatcode):
+       no newline after #1, that counts as a space.
+       (\pagebody, \pagesizesyyy): likewise.
+
 2007-07-03  Oleg Katsitadze  <address@hidden>
 
        * doc/texinfo.tex: use \setcolor for color changes instead of
Index: doc/texinfo.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- doc/texinfo.tex     3 Jul 2007 20:57:36 -0000       1.248
+++ doc/texinfo.tex     5 Jul 2007 17:13:42 -0000       1.249
@@ -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{2007-07-03.23}
+\def\texinfoversion{2007-07-05.10}
 %
 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 2007,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -373,7 +373,7 @@
 % marginal hacks, address@hidden (Juha Takala)
 \ifvoid\margin\else % marginal info is present
   \rlap{\kern\hsize\vbox address@hidden \vss}}\fi
address@hidden \unvbox#1
address@hidden \unvbox#1\relax
 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
 address@hidden \kern-\dimen@ \vfil \fi}
 }
@@ -7505,7 +7505,7 @@
 \def\setnonasciicharscatcode#1{%
    \count255=128
    \loop\ifnum\count255<256
-      \global\catcode\count255=#1
+      \global\catcode\count255=#1\relax
       \advance\count255 by 1
    \repeat
 }
@@ -7513,7 +7513,7 @@
 \def\setnonasciicharscatcodenonglobal#1{%
    \count255=128
    \loop\ifnum\count255<256
-      \catcode\count255=#1
+      \catcode\count255=#1\relax
       \advance\count255 by 1
    \repeat
 }
@@ -8509,7 +8509,7 @@
   \parskip = 3pt plus 2pt minus 1pt
   \setleading{\textleading}%
   %
-  \dimen0 = #1
+  \dimen0 = #1\relax
   \advance\dimen0 by \voffset
   %
   \dimen2 = \hsize
P ChangeLog
P doc/texinfo.tex




reply via email to

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