[Po4a-commits] po4a/debian changelog,1.91,1.92

Martin Quinson po4a-devel@lists.alioth.debian.org
Wed, 18 Aug 2004 00:19:20 +0000


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

Modified Files:
	changelog 
Log Message:
Do not eat \ at end of line if it's not a macro definition

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- changelog	18 Aug 2004 00:14:30 -0000	1.91
+++ changelog	18 Aug 2004 00:19:18 -0000	1.92
@@ -49,6 +49,8 @@
     translate) instead of the column indentation. Thanks Francois.
   - Deal properly with '\ ' in macro arguments. Ie, stop changing 
     '.BI -a\  addresses' to '.BI "-a addresses"' (but to .BI "-a " addresses)
+  - Do not eat \ at the end of the line (and put the next one on the same
+    line) when we're not on a macro definition line.
   (po4a)
   - Kill the code checking that the first argument contains no colon, since
     the filename can contain colons. This triggers false positives here.