1********
2* TODO *
3********
4
5 * Update the PO files in the build/dist process
6
7 Check xml2rfc
8
9Better error handling (errno, errstr)
10> >What we really need is a function embeeding the call to warn and sprintf,
11> >and reputting the module in front of it and the "\n" afterward (but not the
12> >dgettext since it has to be there to be able to extract the strings). It
13> >would help making the code more readable. We could also implement a sort of
14> >wrapping function setting the module name in front of every line. There is
15> >a module for that in Perl.
16>
17> I thought about it some time ago. It would be nice :)
18
19** TransTractor.pm
20 - process(): $self->addendum($file) || die "An addendum failed\n";
21 - poheader()
22
23 >> +$parser->{TT}{utf_mode} = 1;
24 >> +$parser->{TT}{file_in_charset} = $mastchar;
25 > What about a function in transtractor allowing to set the mastchar ? I'd
26 > prefer to leave the modification of the {TT} internals to the library code,
27 > not the binaries one.
28
29
30** po-debconf:
31 - change the pot header as documented in po4a(7)
32
33** Po.pm
34 - close filehandle in write (and same in TransTractor.pm).
35 - verbose => type in automatic comments
36
37** Sgml.pm
38 - move the tag lists to an external file
39
40** Man.pm:
41 - handle .ce (11 pages need it)
42   >>>
43   Text lines can be centered by using the ce' request.  The line
44   after `ce' is centered (horizontally) on the page.  To center more than
45   one line, use `.ce N' (where N is the number of lines to center),
46   followed by the N lines.  To center many lines without counting them,
47   type:
48
49        .ce 1000
50	lines to center
51	.ce 0
52
53   The .ce 0' request tells groff' to center zero more lines, in other
54   words, stop centering.
55   <<<
56   The problem is that the number of lines may change during the
57   translation...
58 - same story about .ul N (underline N lines)
59
60