texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sat Apr 24 20:22:02 EDT 2004)


From: Karl Berry
Subject: texinfo update (Sat Apr 24 20:22:02 EDT 2004)
Date: Sat, 24 Apr 2004 20:22:39 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.338
retrieving revision 1.337
diff -c -r1.338 -r1.337
*** ChangeLog   24 Apr 2004 23:46:10 -0000      1.338
--- ChangeLog   21 Apr 2004 12:57:46 -0000      1.337
***************
*** 1,10 ****
- 2004-04-24  Karl Berry  <address@hidden>
- 
-       * doc/texinfo.tex (\emptyusermacros, \identity): new macros.
-       (\indexdummiesnofonts): call it.
-       This is to semi-support macro calls in the arg to @deffn.
-       Report from: Akim Demaille <address@hidden>, 20 Apr 2004 17:48:28 +0200.
- 
  2004-04-21  Karl Berry  <address@hidden>
  
        * configure.ac (gl_FUNC_MKSTEMP): rename from UTILS_FUNC_MKSTEMP,
--- 1,3 ----
***************
*** 1094,1100 ****
  
        * makeinfo/defun.c: --- (which gets reduced to --)
        instead of -- (which gets reduced to -).
!       Report from Akim Demaille <address@hidden>, 09 Feb 2004 18:06:29 +0100.
  
  2004-02-09  Karl Berry  <address@hidden>
  
--- 1087,1094 ----
  
        * makeinfo/defun.c: --- (which gets reduced to --)
        instead of -- (which gets reduced to -).
!       Report from Akim Demaille <address@hidden>,
!       09 Feb 2004 18:06:29 +0100.
  
  2004-02-09  Karl Berry  <address@hidden>
  
***************
*** 1128,1134 ****
  
        * doc/texinfo.tex (\indexnofonts): define \bullet .. \result, so
        they can be used in @?index commands.
!       Report from: Akim Demaille <address@hidden>, 06 Feb 2004 13:34:15 +0100.
  
  2004-02-05  Karl Berry  <address@hidden>
  
--- 1122,1129 ----
  
        * doc/texinfo.tex (\indexnofonts): define \bullet .. \result, so
        they can be used in @?index commands.
!       Report from: Akim Demaille <address@hidden>,
!       06 Feb 2004 13:34:15 +0100.
  
  2004-02-05  Karl Berry  <address@hidden>
  
Index: doc/texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.156
retrieving revision 1.155
diff -c -r1.156 -r1.155
*** doc/texinfo.tex     24 Apr 2004 23:46:10 -0000      1.156
--- doc/texinfo.tex     18 Apr 2004 17:16:13 -0000      1.155
***************
*** 3,9 ****
  % Load plain if necessary, i.e., if running under initex.
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-04-24.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-04-18.09}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
  % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
***************
*** 3278,3286 ****
    \def\point{.}%
    \def\print{-|}%
    \def\result{=>}%
-   %
-   % Don't write macro names.
-   \emptyusermacros
  }
  
  \let\indexbackslash=0  %overridden during \printindex.
--- 3278,3283 ----
***************
*** 5736,5760 ****
      \expandafter\parsearg
    \fi \next}
  
! % We want to disable all macros during \shipout so that they are not
  % expanded by \write.
  \def\turnoffmacros{\begingroup \def\do##1{\let\noexpand##1=\relax}%
    \edef\next{\macrolist}\expandafter\endgroup\next}
- 
- % For \indexnofonts, we need to get rid of all macros, leaving only the
- % arguments (if present).  Of course this is not nearly correct, but it
- % is the best we can do for now.  makeinfo does not expand macros in the
- % argument to @deffn, which ends up writing an index entry, and texindex
- % isn't prepared for an index sort entry that starts with \.
- % 
- % Since macro invocations are followed by braces, we can just redefine them
- % to take a single TeX argument.  The case of a macro invocation that
- % goes to end-of-line is not handled.
- % 
- \def\emptyusermacros{\begingroup
-   \def\do##1{\let\noexpand##1=\noexpand\identity}%
-   \edef\next{\macrolist}\expandafter\endgroup\next}
- \def\identity#1{#1}
  
  
  % @alias.
--- 5733,5742 ----
      \expandafter\parsearg
    \fi \next}
  
! % We mant to disable all macros during \shipout so that they are not
  % expanded by \write.
  \def\turnoffmacros{\begingroup \def\do##1{\let\noexpand##1=\relax}%
    \edef\next{\macrolist}\expandafter\endgroup\next}
  
  
  % @alias.
P ChangeLog
P doc/texinfo.tex


reply via email to

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