texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sat Jul 24 20:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Sat Jul 24 20:22:01 EDT 2004)
Date: Sat, 24 Jul 2004 20:22:16 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.360
retrieving revision 1.361
diff -c -r1.360 -r1.361
*** ChangeLog   24 Jul 2004 18:12:38 -0000      1.360
--- ChangeLog   25 Jul 2004 00:10:49 -0000      1.361
***************
*** 1,3 ****
--- 1,18 ----
+ 2004-07-25  Werner Lemberg  <address@hidden>
+ 
+       Rename @s to @slanted.
+ 
+       * doc/texinfo.tex (\s): Replace with...
+       (\slanted): This.
+       * doc/texinfo.txi: Updated.
+ 
+       * makeinfo/cmds.c (command_table): Add @slanted, not @s.
+       (cm_s): Replace with...
+       (cm_slanted): This.
+       * makeinfo/cmds.h: Add cm_slanted, not cm_s..
+ 
+       * NEWS: Updated.
+ 
  2004-07-24  Karl Berry  <address@hidden>
  
        * info/echo-area.c (ea_possible_completions),
Index: NEWS
===================================================================
RCS file: /cvsroot/texinfo/texinfo/NEWS,v
retrieving revision 1.86
retrieving revision 1.87
diff -c -r1.86 -r1.87
*** NEWS        16 Jul 2004 19:24:19 -0000      1.86
--- NEWS        25 Jul 2004 00:21:29 -0000      1.87
***************
*** 1,4 ****
! $Id: NEWS,v 1.86 2004/07/16 19:24:19 wl Exp $
  This file records noteworthy changes.
  
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
--- 1,4 ----
! $Id: NEWS,v 1.87 2004/07/25 00:21:29 wl Exp $
  This file records noteworthy changes.
  
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
***************
*** 22,28 ****
  
  
-------------------------------------------------------------------------------
  * Language:
!   . new command @s to typeset text with a slanted font.
  * Distribution:
    . new convenience script texi2pdf, equivalent to texi2dvi --pdf (from 
tetex).
    . automake 1.8.5.
--- 22,28 ----
  
  
-------------------------------------------------------------------------------
  * Language:
!   . new command @slanted to typeset text with a slanted font.
  * Distribution:
    . new convenience script texi2pdf, equivalent to texi2dvi --pdf (from 
tetex).
    . automake 1.8.5.
Index: doc/texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.164
retrieving revision 1.165
diff -c -r1.164 -r1.165
*** doc/texinfo.tex     16 Jul 2004 19:18:45 -0000      1.164
--- doc/texinfo.tex     25 Jul 2004 00:12:20 -0000      1.165
***************
*** 3,9 ****
  % Load plain if necessary, i.e., if running under initex.
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-07-16.08}
  %
  % 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-07-25.00}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
  % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
***************
*** 1715,1721 ****
  \def\cite#1{{\sl #1}\futurelet\next\smartitalicx}
  
  \let\i=\smartitalic
! \let\s=\smartslanted
  \let\var=\smartslanted
  \let\dfn=\smartslanted
  \let\emph=\smartitalic
--- 1715,1721 ----
  \def\cite#1{{\sl #1}\futurelet\next\smartitalicx}
  
  \let\i=\smartitalic
! \let\slanted=\smartslanted
  \let\var=\smartslanted
  \let\dfn=\smartslanted
  \let\emph=\smartitalic
Index: doc/texinfo.txi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.103
retrieving revision 1.104
diff -c -r1.103 -r1.104
*** doc/texinfo.txi     16 Jul 2004 19:14:43 -0000      1.103
--- doc/texinfo.txi     25 Jul 2004 00:13:56 -0000      1.104
***************
*** 1,5 ****
  \input texinfo.tex    @c -*-texinfo-*-
! @c $Id: texinfo.txi,v 1.103 2004/07/16 19:14:43 wl Exp $
  @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
  @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
  
--- 1,5 ----
  \input texinfo.tex    @c -*-texinfo-*-
! @c $Id: texinfo.txi,v 1.104 2004/07/25 00:13:56 wl Exp $
  @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
  @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
  
***************
*** 7584,7593 ****
  @findex b @r{(bold font)}
  @findex t @r{(typewriter font)}
  @findex r @r{(roman font)}
  
! Texinfo provides four font commands that specify font changes in the
  printed manual and (where possible) in the HTML output, but have no
! effect in the Info file.  All four commands apply to an argument that
  follows, surrounded by braces.
  
  @table @code
--- 7584,7594 ----
  @findex b @r{(bold font)}
  @findex t @r{(typewriter font)}
  @findex r @r{(roman font)}
+ @findex slanted @r{(slanted font)}
  
! Texinfo provides five font commands that specify font changes in the
  printed manual and (where possible) in the HTML output, but have no
! effect in the Info file.  All five commands apply to an argument that
  follows, surrounded by braces.
  
  @table @code
***************
*** 7595,7603 ****
  @cindex Italic font
  selects an @i{italic} font;
  
! @item @@s
  @cindex Slanted font
! selects a @s{slanted} font;
  
  @item @@b
  @cindex Bold font
--- 7596,7605 ----
  @cindex Italic font
  selects an @i{italic} font;
  
! @item @@slanted
  @cindex Slanted font
! selects a @slanted{slanted} font (this command name is longer than the
! other font-change commands because it was invented much later);
  
  @item @@b
  @cindex Bold font
***************
*** 17284,17291 ****
  Generate a ring accent over the next character, as in @ringaccent{o}.
  @xref{Inserting Accents}.
  
! @item @@address@hidden@address@hidden
! Print @var{text} in @s{slanted} font.  No effect in Info.  @xref{Fonts}.
  
  @item @@address@hidden@address@hidden
  Highlight @var{text} that is a literal example of a sequence of
--- 17286,17294 ----
  Generate a ring accent over the next character, as in @ringaccent{o}.
  @xref{Inserting Accents}.
  
! @item @@address@hidden@address@hidden
! Print @var{text} in @slanted{slanted} font.  No effect in Info.
! @xref{Fonts}.
  
  @item @@address@hidden@address@hidden
  Highlight @var{text} that is a literal example of a sequence of
***************
*** 18212,18218 ****
  Concurrent Versions System}) or RCS (see rcsintro(1)) version control
  systems, which expand it into a string such as:
  @example
! $Id: texinfo.txi,v 1.103 2004/07/16 19:14:43 wl Exp $
  @end example
  (This is useful in all sources that use version control, not just manuals.)
  You may wish to include the @samp{$Id:} comment in the @code{@@copying}
--- 18215,18221 ----
  Concurrent Versions System}) or RCS (see rcsintro(1)) version control
  systems, which expand it into a string such as:
  @example
! $Id: texinfo.txi,v 1.104 2004/07/25 00:13:56 wl Exp $
  @end example
  (This is useful in all sources that use version control, not just manuals.)
  You may wish to include the @samp{$Id:} comment in the @code{@@copying}
***************
*** 18278,18284 ****
  
  @verbatim
  \input texinfo   @c -*-texinfo-*-
! @comment $Id: texinfo.txi,v 1.103 2004/07/16 19:14:43 wl Exp $
  @comment %**start of header
  @setfilename sample.info
  @include version.texi
--- 18281,18287 ----
  
  @verbatim
  \input texinfo   @c -*-texinfo-*-
! @comment $Id: texinfo.txi,v 1.104 2004/07/25 00:13:56 wl Exp $
  @comment %**start of header
  @setfilename sample.info
  @include version.texi
Index: makeinfo/cmds.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -c -r1.48 -r1.49
*** makeinfo/cmds.c     16 Jul 2004 19:20:43 -0000      1.48
--- makeinfo/cmds.c     25 Jul 2004 00:16:18 -0000      1.49
***************
*** 1,5 ****
  /* cmds.c -- Texinfo commands.
!    $Id: cmds.c,v 1.48 2004/07/16 19:20:43 wl Exp $
  
     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
     Foundation, Inc.
--- 1,5 ----
  /* cmds.c -- Texinfo commands.
!    $Id: cmds.c,v 1.49 2004/07/25 00:16:18 wl Exp $
  
     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
     Foundation, Inc.
***************
*** 280,286 ****
    { "ringaccent", cm_accent, MAYBE_BRACE_ARGS },
    { "rmacro", cm_rmacro, NO_BRACE_ARGS },
    { "samp", cm_code, BRACE_ARGS },
-   { "s", cm_s, BRACE_ARGS },
    { "sc", cm_sc, BRACE_ARGS },
    { "section", cm_section, NO_BRACE_ARGS },
    { "set", cm_set, NO_BRACE_ARGS },
--- 280,285 ----
***************
*** 293,298 ****
--- 292,298 ----
    { "shortcaption", cm_caption, BRACE_ARGS },
    { "shortcontents", cm_contents, NO_BRACE_ARGS },
    { "shorttitlepage", cm_ignore_line, NO_BRACE_ARGS },
+   { "slanted", cm_slanted, BRACE_ARGS },
    { "smallbook", cm_ignore_line, NO_BRACE_ARGS },
    { "smalldisplay", cm_smalldisplay, NO_BRACE_ARGS },
    { "smallexample", cm_smallexample, NO_BRACE_ARGS },
***************
*** 1138,1144 ****
  }
  
  void
! cm_s (int arg)
  {
    /* Make use of <lineannotation> of Docbook, if we are
       inside an @example or similar.  */
--- 1138,1144 ----
  }
  
  void
! cm_slanted (int arg)
  {
    /* Make use of <lineannotation> of Docbook, if we are
       inside an @example or similar.  */
Index: makeinfo/cmds.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -c -r1.6 -r1.7
*** makeinfo/cmds.h     16 Jul 2004 19:22:36 -0000      1.6
--- makeinfo/cmds.h     25 Jul 2004 00:17:21 -0000      1.7
***************
*** 1,5 ****
  /* cmds.h -- declarations for cmds.c.
!    $Id: cmds.h,v 1.6 2004/07/16 19:22:36 wl Exp $
  
     Copyright (C) 1998, 1999, 2002, 2003, 2004 Free Software Foundation,
     Inc.
--- 1,5 ----
  /* cmds.h -- declarations for cmds.c.
!    $Id: cmds.h,v 1.7 2004/07/25 00:17:21 wl Exp $
  
     Copyright (C) 1998, 1999, 2002, 2003, 2004 Free Software Foundation,
     Inc.
***************
*** 122,129 ****
    cm_math (int arg),
    cm_not_fixed_width (int arg, int start, int end),
    cm_r (int arg),
-   cm_s (int arg),
    cm_sc (int arg, int start_pos, int end_pos),
    cm_strong (int arg, int start_pos, int end_pos),
    cm_tt (int arg),
    cm_indicate_url (int arg, int start, int end),
--- 122,129 ----
    cm_math (int arg),
    cm_not_fixed_width (int arg, int start, int end),
    cm_r (int arg),
    cm_sc (int arg, int start_pos, int end_pos),
+   cm_slanted (int arg),
    cm_strong (int arg, int start_pos, int end_pos),
    cm_tt (int arg),
    cm_indicate_url (int arg, int start, int end),
P ChangeLog
P NEWS
P doc/texinfo.tex
P doc/texinfo.txi
P makeinfo/cmds.c
P makeinfo/cmds.h


reply via email to

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