texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog,1.85,1.86


From: dirt
Subject: texinfo ChangeLog,1.85,1.86
Date: Wed, 7 Jan 2004 00:33:27 +0100

Update of /cvsroot/texinfo/texinfo
In directory sheep:/tmp/cvs-serv18320

Modified Files:
        ChangeLog 
Log Message:
2004-01-07  Alper Ersoy  <address@hidden>

        * makeinfo/cmds.c: new command @shortcaption.

        * makeinfo/xml.c:
        * makeinfo/xml.h: new element SHORTCAPTION.

        * makeinfo/insertion.c (cm_caption): insert CAPTION or SHORTCAPTION
        according to command.
        (begin_insertion): read @shortcaption too.  Fixed XML floatpos
        contents.

        * makeinfo/float.h: added shorttitle and position to the float_elt
        struct.

        * makeinfo/float.c (add_new_float): accept a shorttitle argument.
        (current_float_shorttitle, current_float_position): new functions.
        (cm_listoffloats): if title is too long to fit into a line, try
        shorttitle.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** ChangeLog   6 Jan 2004 22:26:08 -0000       1.85
--- ChangeLog   6 Jan 2004 23:33:24 -0000       1.86
***************
*** 1,4 ****
--- 1,24 ----
  2004-01-07  Alper Ersoy  <address@hidden>
  
+       * makeinfo/cmds.c: new command @shortcaption.
+ 
+       * makeinfo/xml.c:
+       * makeinfo/xml.h: new element SHORTCAPTION.
+ 
+       * makeinfo/insertion.c (cm_caption): insert CAPTION or SHORTCAPTION
+       according to command.
+       (begin_insertion): read @shortcaption too.  Fixed XML floatpos
+       contents.
+ 
+       * makeinfo/float.h: added shorttitle and position to the float_elt
+       struct.
+ 
+       * makeinfo/float.c (add_new_float): accept a shorttitle argument.
+       (current_float_shorttitle, current_float_position): new functions.
+       (cm_listoffloats): if title is too long to fit into a line, try
+       shorttitle.
+ 
+ 2004-01-07  Alper Ersoy  <address@hidden>
+ 
        * makeinfo/float.h: new variable node_has_listoffloats.
  



reply via email to

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