texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Thu Aug 19 09:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Thu Aug 19 09:22:01 EDT 2004)
Date: Thu, 19 Aug 2004 09:22:12 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.375
retrieving revision 1.376
diff -c -r1.375 -r1.376
*** ChangeLog   18 Aug 2004 23:24:37 -0000      1.375
--- ChangeLog   19 Aug 2004 12:46:01 -0000      1.376
***************
*** 1,3 ****
--- 1,9 ----
+ 2004-08-19  Stepan Kasal  <address@hidden>
+ 
+       * doc/texinfo.tex (\scanmacro): Make backslash active, not other,
+         as this is the default when processing texinfo files. 
+         Otherwise, a \ inside @copying will eventually print as ``.
+ 
  2004-08-18  Stepan Kasal  <address@hidden>
  
        * doc/texinfo.tex (\scantxt): " is another active char to be
Index: doc/texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.169
retrieving revision 1.170
diff -c -r1.169 -r1.170
*** doc/texinfo.tex     18 Aug 2004 23:24:37 -0000      1.169
--- doc/texinfo.tex     19 Aug 2004 12:46:01 -0000      1.170
***************
*** 3,9 ****
  % Load plain if necessary, i.e., if running under initex.
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-08-18.16}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
  % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
--- 3,9 ----
  % Load plain if necessary, i.e., if running under initex.
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-08-19.05}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
  % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
***************
*** 5453,5459 ****
      \newlinechar`\^^M
      \let\xeatspaces\eatspaces
      % Undo catcode changes of \startcontents and \doprintindex
!     address@hidden \catcode`\\=\other \escapechar=`\@
      % ... and \example
      \spaceisspace
      %
--- 5453,5463 ----
      \newlinechar`\^^M
      \let\xeatspaces\eatspaces
      % Undo catcode changes of \startcontents and \doprintindex
!     % When called from @insertcopying or (short)caption, we need active
!     % backslash to get it printed correctly.  Previously, we had
!     % \catcode`\\=\other instead.  We'll see whether a problem appears
!     % with macro expansion.                           --kasal, 19aug04
!     address@hidden \catcode`\\=\active \escapechar=`\@
      % ... and \example
      \spaceisspace
      %
P ChangeLog
P doc/texinfo.tex


reply via email to

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