texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog,1.63,1.64


From: dirt
Subject: texinfo ChangeLog,1.63,1.64
Date: Tue, 30 Dec 2003 15:22:32 +0100

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

Modified Files:
        ChangeLog 
Log Message:
2003-12-30  Alper Ersoy  <address@hidden>

        * makeinfo/multi.c (multitable_item): removed thead and tbody from
        HTML tables.  Added hsep after @headitem for Info.
        (multitable_item, multitable_tab): for HTML, use th instead of td for
        @headitem rows.

        * makeinfo/xml.c (xml_begin_multitable): moved Docbook TGROUP code to
        a ...
        (xml_begin_multitable_group): new function.
        (xml_end_multitable_row): restart TGROUP on @headitem.
        (xml_end_multitable): warn if @headitem is the last item in
        multitable, and output format is Docbook.  Joined common code between
        XML and Docbook.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** ChangeLog   2003/12/30 13:56:46     1.63
--- ChangeLog   2003/12/30 14:22:30     1.64
***************
*** 1,5 ****
  2003-12-30  Arnold D. Robbins  <address@hidden>
  
!       * cmds.c (cm_strong): Use <emphasis role="bold"> for docbook.
  
  2003-12-30  Alper Ersoy  <address@hidden>
--- 1,20 ----
+ 2003-12-30  Alper Ersoy  <address@hidden>
+ 
+       * makeinfo/multi.c (multitable_item): removed thead and tbody from
+       HTML tables.  Added hsep after @headitem for Info.
+       (multitable_item, multitable_tab): for HTML, use th instead of td for
+       @headitem rows.
+ 
+       * makeinfo/xml.c (xml_begin_multitable): moved Docbook TGROUP code to
+       a ...
+       (xml_begin_multitable_group): new function.
+       (xml_end_multitable_row): restart TGROUP on @headitem.
+       (xml_end_multitable): warn if @headitem is the last item in
+       multitable, and output format is Docbook.  Joined common code between
+       XML and Docbook.
+ 
  2003-12-30  Arnold D. Robbins  <address@hidden>
  
!       * makeinfo/cmds.c (cm_strong): Use <emphasis role="bold"> for docbook.
  
  2003-12-30  Alper Ersoy  <address@hidden>



reply via email to

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