Add <target> to one more testcase (see r8206).
[docutils.git] / sandbox / dreamcatcher / ChangeLog
blobaa1f76093836050130540003dc61785d1484153d
1 2003-05-03  Sidnei da Silva  <sidnei@x3ng.com>
3         * rlpdf/rlpdf.py: Added some options to the Writer. Added
4         footnotes, backrefs, topic. Works with docutils/tools/test.txt,
5         but the output needs work on the stylesheet.
7 2003-05-02  Sidnei da Silva  <sidnei@x3ng.com>
9         * rlpdf/rlpdf.py (Writer.translate): use StringIO as output for
10         Reportlab and set the output to the writer output.
11         (PDFTranslator.visit_title): Fix weird logic. node.parent['id']
12         didn't always existed.