[Po4a-commits] po4a/debian changelog,1.118,1.119

Nicolas FRAN??OIS po4a-devel@lists.alioth.debian.org
Fri, 12 Nov 2004 16:36:16 +0000


Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv9637/debian

Modified Files:
	changelog 
Log Message:
The .TP macro unshift the next line (which should be the tag). Don't do
that if the next line is a macro. In this case, let the parser handle this
line.
This permits to handle lines beginning by a period or an apostrophe after
a '.TP'.


Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- changelog	12 Nov 2004 14:07:42 -0000	1.118
+++ changelog	12 Nov 2004 16:36:13 -0000	1.119
@@ -9,6 +9,7 @@
   * Do not reset the wrapping mode (when set by a '.nf' request) after the end
     of a paragraph.
   * Handle lines containing only spaces as empty lines.
+  * Fall back to the parser when a macro follow a '.TP'.
 
   [Martin Quinson]
   (sgml module)