texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Fri Jul 16 15:44:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Fri Jul 16 15:44:01 EDT 2004)
Date: Fri, 16 Jul 2004 15:45:00 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.357
retrieving revision 1.358
diff -c -r1.357 -r1.358
*** ChangeLog   16 Jul 2004 04:05:41 -0000      1.357
--- ChangeLog   16 Jul 2004 19:27:28 -0000      1.358
***************
*** 1,5 ****
--- 1,18 ----
  2004-07-15  Werner Lemberg  <address@hidden>
  
+       * doc/texinfo.tex (\s): New command to typeset text with a slanted
+               font.
+       * doc/texinfo.txi: Document @s.
+ 
+       * makeinfo/cmds.c (command_table): Add @s.
+       (cm_s): New function.  Currently the same as cm_i -- it probably
+               has to be adapted to Docbook and XML.
+       * makeinfo/cmds.h: Add prototype for cm_s.
+ 
+       * NEWS: Document new command @s.
+ 
+ 2004-07-15  Werner Lemberg  <address@hidden>
+ 
        * doc/texinfo.tex (\TeX): Adjust \spacefactor to make it act like a
                lowercase letter, not like a period.
  
Index: NEWS
===================================================================
RCS file: /cvsroot/texinfo/texinfo/NEWS,v
retrieving revision 1.85
retrieving revision 1.86
diff -c -r1.85 -r1.86
*** NEWS        11 Jul 2004 01:02:35 -0000      1.85
--- NEWS        16 Jul 2004 19:24:19 -0000      1.86
***************
*** 1,4 ****
! $Id: NEWS,v 1.85 2004/07/11 01:02:35 karl Exp $
  This file records noteworthy changes.
  
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
--- 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,
***************
*** 21,26 ****
--- 21,28 ----
    
http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Document-Permissions.html
  
  
-------------------------------------------------------------------------------
+ * 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.
Index: makeinfo/cmds.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -c -r1.5 -r1.6
*** makeinfo/cmds.h     11 Apr 2004 17:56:46 -0000      1.5
--- makeinfo/cmds.h     16 Jul 2004 19:22:36 -0000      1.6
***************
*** 1,5 ****
  /* cmds.h -- declarations for cmds.c.
!    $Id: cmds.h,v 1.5 2004/04/11 17:56:46 karl 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.6 2004/07/16 19:22:36 wl Exp $
  
     Copyright (C) 1998, 1999, 2002, 2003, 2004 Free Software Foundation,
     Inc.
***************
*** 122,127 ****
--- 122,128 ----
    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),
P ChangeLog
P NEWS
P makeinfo/cmds.h


reply via email to

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