Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv12187
Modified Files:
TODO
Log Message:
When you cannot do something right now, you paste it into the TODO for the future
generations (simple trick;)
Index: TODO
===================================================================
RCS file: /cvsroot/po4a/po4a/TODO,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- TODO 16 Jul 2004 19:52:00 -0000 1.7
+++ TODO 7 Aug 2004 18:07:23 -0000 1.8
@@ -4,6 +4,14 @@
Check xml2rfc
Better error handling (errno, errstr)
+> >What we really need is a function embeeding the call to warn and sprintf,
+> >and reputting the module in front of it and the "\n" afterward (but
not the
+> >dgettext since it has to be there to be able to extract the strings). It
+> >would help making the code more readable. We could also implement a sort of
+> >wrapping function setting the module name in front of every line. There is
+> >a module for that in Perl.
+>
+> I thought about it some time ago. It would be nice :)
** TransTractor.pm
- process(): $self->addendum($file) || die "An addendum failed\n";
@@ -19,3 +27,4 @@
** Sgml.pm
- get ride of nsgml
- move the tag lists to an external file
+