texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Jun 20 09:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Sun Jun 20 09:22:01 EDT 2004)
Date: Sun, 20 Jun 2004 09:22:35 -0400

Index: doc/texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.160
retrieving revision 1.161
diff -c -r1.160 -r1.161
*** doc/texinfo.tex     14 Jun 2004 21:38:02 -0000      1.160
--- doc/texinfo.tex     20 Jun 2004 12:49:27 -0000      1.161
***************
*** 3,9 ****
  % Load plain if necessary, i.e., if running under initex.
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-06-14.14}
  %
  % 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-06-17.17}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
  % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
***************
*** 2786,2799 ****
    \doignorecount = 0
    %
    % Swallow text until we reach the matching address@hidden #1'.
!   \dodoignore {#1}%
  }
  
  { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo 
source.
    \obeylines %
    %
    \gdef\dodoignore#1{%
!     % #1 contains the string `ifinfo'.
      %
      % Define a command to find the next address@hidden #1', which must be on 
a line
      % by itself.
--- 2786,2799 ----
    \doignorecount = 0
    %
    % Swallow text until we reach the matching address@hidden #1'.
!   \dodoignore{#1}%
  }
  
  { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo 
source.
    \obeylines %
    %
    \gdef\dodoignore#1{%
!     % #1 contains the command name as a string, e.g., `ifinfo'.
      %
      % Define a command to find the next address@hidden #1', which must be on 
a line
      % by itself.
***************
*** 5101,5107 ****
  % do \par.
  %
  % This messes up the normal definitions of @c[omment], so we redefine
! % it.  Similarly for @ignore.  (These commands are used in the gcc
  % manual for man page generation.)
  %
  % Seems pretty fragile, most line-oriented commands will presumably
--- 5101,5107 ----
  % do \par.
  %
  % This messes up the normal definitions of @c[omment], so we redefine
! % them.  Similarly for @ignore.  (These commands are used in the gcc
  % manual for man page generation.)
  %
  % Seems pretty fragile, most line-oriented commands will presumably
***************
*** 5110,5116 ****
  %
  {\catcode`\^^M=\active %
  \gdef\insertcopying{\begingroup %
!   \parindent = 0pt  % looks wrong on title page
    \def^^M{%
      \ifnum \lastpenalty=1 %
        \par %
--- 5110,5116 ----
  %
  {\catcode`\^^M=\active %
  \gdef\insertcopying{\begingroup %
!   \parindent = 0pt  % paragraph indentation looks wrong on title page
    \def^^M{%
      \ifnum \lastpenalty=1 %
        \par %
P doc/texinfo.tex


reply via email to

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