texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog,1.138,1.139


From: dirt
Subject: texinfo ChangeLog,1.138,1.139
Date: Sun, 25 Jan 2004 15:27:42 +0100

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

Modified Files:
        ChangeLog 
Log Message:
.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** ChangeLog   24 Jan 2004 15:58:10 -0000      1.138
--- ChangeLog   25 Jan 2004 14:27:40 -0000      1.139
***************
*** 1,2 ****
--- 1,35 ----
+ 2004-01-25  Alper Ersoy  <address@hidden>
+ 
+       * makeinfo/xml.c:
+       * makeinfo/xml.h: new element EXDENT.
+ 
+       * makeinfo/cmds.c (cm_comment): save the paragraph state.
+       (cm_exdent): use EXDENT element for XML, LINEANNOTATION for Docbook.
+ 
+       * makeinfo/html.c (html_output_head):
+       * makeinfo/xml.c (xml_begin_document): erase output_paragraph.
+ 
+       * makeinfo/insertion.c (begin_insertion): canonize whitespace around
+       copying text.
+       (cm_insert_copying): comment fixes.  Do not append newline if the
+       output is Docbook.
+ 
+       * makeinfo/makeinfo.c (close_paragraph): return if Docbook too.
+ 
+       * makeinfo/sectioning.c (sectioning_underscore): removed newline from
+       the end of titles.
+ 
+       * makeinfo/lang.c (cm_documentencoding): insert encoding attribute 
+       into XML and Docbook prologs when handling delayed writes.
+ 
+       * makeinfo/xml.c (xml_begin_document): register a delayed write for
+       @documentencoding when writing the prolog.
+       (xml_end_para): removed docbook checks.
+       (xml_insert_element_with_attribute): skip indentation if
+       xml_keep_space is true, indent after table element.  When the output
+       is Docbook, do not insert xml:space attribute, and do not remove from
+       the end of group element and keep_space blocks.
+       (xml_add_char): join lines in a paragraph for Docbook too.
+ 
  2004-01-24  Alper Ersoy  <address@hidden>
  



reply via email to

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