texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog,1.42,1.43


From: dirt
Subject: texinfo ChangeLog,1.42,1.43
Date: Tue, 23 Dec 2003 11:28:16 +0100

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

Modified Files:
        ChangeLog 
Log Message:
2003-12-23  Arnold D. Robbins <address@hidden>

        * float.h (FLOAT_ELT): New member: `title_used'. Avoids reuse of
        title inside nested floats.
        (current_float_used_title, current_float_set_title_used): declared.

        * float.c (add_new_float): Init `new->title_used' to zero.
        (current_float_used_title, current_float_set_title_used): new
        functions.

        * xml.c (xml_begin_docbook_float): Make use of new functions to
        avoid omitting title, tag, id if have already done so inside
        nested float.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** ChangeLog   2003/12/22 19:34:12     1.42
--- ChangeLog   2003/12/23 10:28:13     1.43
***************
*** 1,2 ****
--- 1,16 ----
+ 2003-12-23  Arnold D. Robbins <address@hidden>
+ 
+       * float.h (FLOAT_ELT): New member: `title_used'. Avoids reuse of
+       title inside nested floats.
+       (current_float_used_title, current_float_set_title_used): declared.
+ 
+       * float.c (add_new_float): Init `new->title_used' to zero.
+       (current_float_used_title, current_float_set_title_used): new
+       functions.
+ 
+       * xml.c (xml_begin_docbook_float): Make use of new functions to
+       avoid omitting title, tag, id if have already done so inside
+       nested float.
+ 
  2003-12-22  Karl Berry  <address@hidden>
  



reply via email to

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