texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog,1.116,1.117


From: dirt
Subject: texinfo ChangeLog,1.116,1.117
Date: Sat, 17 Jan 2004 12:03:56 +0100

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

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

        * makeinfo/html.c (insert_html_tag_with_attribute): new function.
        (insert_html_tag): only call insert_html_tag_with_attribute with
        NULL attribute string and return.
        (push_tag, pop_tag): keep the element attributes in stack too.
        (html_output_head): fixed span.roman in the default CSS.

        * makeinfo/html.h: new attribs member in hstack struct.

        * makeinfo/cmds.c (cm_dmn, cm_code, cm_sc, cm_r): use
        insert_html_tag_with_attribute for setting element class.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** ChangeLog   15 Jan 2004 23:38:12 -0000      1.116
--- ChangeLog   17 Jan 2004 11:03:54 -0000      1.117
***************
*** 1,2 ****
--- 1,15 ----
+ 2004-01-17  Alper Ersoy  <address@hidden>
+ 
+       * makeinfo/html.c (insert_html_tag_with_attribute): new function.
+       (insert_html_tag): only call insert_html_tag_with_attribute with
+       NULL attribute string and return.
+       (push_tag, pop_tag): keep the element attributes in stack too.
+       (html_output_head): fixed span.roman in the default CSS.
+ 
+       * makeinfo/html.h: new attribs member in hstack struct.
+ 
+       * makeinfo/cmds.c (cm_dmn, cm_code, cm_sc, cm_r): use
+       insert_html_tag_with_attribute for setting element class.
+ 
  2004-01-15  Karl Berry  <address@hidden>
  



reply via email to

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