texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog,1.137,1.138


From: dirt
Subject: texinfo ChangeLog,1.137,1.138
Date: Sat, 24 Jan 2004 16:58:12 +0100

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

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

        * makeinfo/multi.c (out_char): simple use add_char for XML and Docbook
        outputs too.

        * makeinfo/makeinfo.c (close_paragraph): just return when the output
        format is XML.

        * makeinfo/makeinfo.h: new variable xml_indendation_increment.

        * makeinfo/cmds.c (cm_comment): insert a newline before the comment,
        if there is not already one.
        (cm_noindent_cmd): skip whitespace after the command.

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

        * makeinfo/xml.c: menuentry and menucomment should not contain para.
        (xml_indent, xml_indent_end_para): use xml_indentation_increment
        value, and indent only if it is a positive number.
        (xml_start_para): apply indentation for XML output too.
        (xml_end_para): add newline if xml_indentation_increment is positive.
        (xml_insert_element_with_attribute): major indentation fixes.
        (xml_start_menu_entry): skip whitespace at the start of menu comments.
        (xml_add_char): fixed paragraph detection in menus, and added a check
        to detect multiple whitespaces after newline in menu comments.  Do not
        return when inside multitable to avoid concatenation of two lines
        without a space char in between.

        * makeinfo/insertion.c (cm_insert_copying, cm_lisp, cm_smalllisp)
        (cm_format, cm_smallformat, cm_display, cm_smalldisplay, cm_example)
        (cm_smallexample): do not insert newline when the output is XML.
        (end_insertion): ditto for the above mentioned block commands and
        @group.  Do not increment in_fixed_font for XML output.
        (begin_insertion, end_insertion): enclose @detailmenu in a detailmenu
        element.

        * util/texinfo.dtd: added detailmenu, and fixed menucomment and
        tableitem definitions.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** ChangeLog   23 Jan 2004 16:21:29 -0000      1.137
--- ChangeLog   24 Jan 2004 15:58:10 -0000      1.138
***************
*** 1,2 ****
--- 1,42 ----
+ 2004-01-24  Alper Ersoy  <address@hidden>
+ 
+       * makeinfo/multi.c (out_char): simple use add_char for XML and Docbook
+       outputs too.
+ 
+       * makeinfo/makeinfo.c (close_paragraph): just return when the output
+       format is XML.
+ 
+       * makeinfo/makeinfo.h: new variable xml_indendation_increment.
+ 
+       * makeinfo/cmds.c (cm_comment): insert a newline before the comment,
+       if there is not already one.
+       (cm_noindent_cmd): skip whitespace after the command.
+ 
+       * makeinfo/xml.c:
+       * makeinfo/xml.h: new element DETAILMENU.
+ 
+       * makeinfo/xml.c: menuentry and menucomment should not contain para.
+       (xml_indent, xml_indent_end_para): use xml_indentation_increment
+       value, and indent only if it is a positive number.
+       (xml_start_para): apply indentation for XML output too.
+       (xml_end_para): add newline if xml_indentation_increment is positive.
+       (xml_insert_element_with_attribute): major indentation fixes.
+       (xml_start_menu_entry): skip whitespace at the start of menu comments.
+       (xml_add_char): fixed paragraph detection in menus, and added a check
+       to detect multiple whitespaces after newline in menu comments.  Do not
+       return when inside multitable to avoid concatenation of two lines
+       without a space char in between.
+ 
+       * makeinfo/insertion.c (cm_insert_copying, cm_lisp, cm_smalllisp)
+       (cm_format, cm_smallformat, cm_display, cm_smalldisplay, cm_example)
+       (cm_smallexample): do not insert newline when the output is XML.
+       (end_insertion): ditto for the above mentioned block commands and
+       @group.  Do not increment in_fixed_font for XML output.
+       (begin_insertion, end_insertion): enclose @detailmenu in a detailmenu
+       element.
+ 
+       * util/texinfo.dtd: added detailmenu, and fixed menucomment and
+       tableitem definitions.
+ 
  2004-01-23  Alper Ersoy  <address@hidden>
  



reply via email to

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