texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo xml.c,1.27,1.28


From: dirt
Subject: texinfo/makeinfo xml.c,1.27,1.28
Date: Tue, 17 Feb 2004 01:45:39 +0100

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

Modified Files:
        xml.c 
Log Message:
2004-02-17  Alper Ersoy  <address@hidden>

        * makeinfo/xml.c (xml_insert_element_with_attribute): indentation
        fixes for @multitable.



Index: xml.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/xml.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** xml.c       16 Feb 2004 20:08:28 -0000      1.27
--- xml.c       17 Feb 2004 00:45:37 -0000      1.28
***************
*** 878,883 ****
  
    /* And eat whitespace before </entry> in @multitables.  */
!   if (arg == END && elt == ENTRY
!       && whitespace(output_paragraph[output_paragraph_offset-1]))
      output_paragraph_offset--;
  
--- 878,883 ----
  
    /* And eat whitespace before </entry> in @multitables.  */
!   if (arg == END && elt == ENTRY)
!       while (cr_or_whitespace(output_paragraph[output_paragraph_offset-1]))
      output_paragraph_offset--;
  
***************
*** 891,894 ****
--- 891,896 ----
    if (arg == END && (elt == MENUENTRY || elt == ITEMIZE || elt == ENUMERATE
          || elt == TABLEITEM || elt == TABLE
+         || elt == MULTITABLE || elt == TGROUP || elt == THEAD || elt == TBODY
+         || elt == ROW
          || (!docbook && (elt == DEFINITION || elt == DEFINITIONTERM))))
      xml_indent ();



reply via email to

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