[Po4a-commits] po4a/debian changelog,1.122,1.123
   
    Nicolas FRAN??OIS
     
    po4a-devel@lists.alioth.debian.org
       
    Sun, 14 Nov 2004 15:35:19 +0000
    
    
  
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv4149/debian
Modified Files:
	changelog 
Log Message:
When the argument of a .I or .B is provided on the next line, double
quotes (") were converted to \", which introduce groff comments.
They are now converted to \(dq (groff's double quote glyph), which is
converted back to " in pre_trans.
BTW, I'm adding some comments.
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- changelog	14 Nov 2004 01:05:03 -0000	1.122
+++ changelog	14 Nov 2004 15:35:17 -0000	1.123
@@ -14,6 +14,7 @@
     line after the macro.
   * Better support for some groff escapes (\\, \.).
   * Add a limited support for "\c".
+  * Some quotes could be converted to \", which starts a groff comment.
 
   [Martin Quinson]
   (sgml module)