--- trunk/ChangeLog 2007/08/09 18:37:33 21 +++ trunk/ChangeLog 2007/08/09 21:03:45 22 @@ -1,5 +1,21 @@ 2007-08-09 Sascha L. Teichmann + * tools/formed/formed/model/data.py: next/prevPage() are + methods of PageNode now. + + * tools/formed/formed/model/nodecomponents.py: findByClassAndName() + is method of Document now. + + * tools/formed/formed/plugins/web/plugin.py: Factored out + the HTML renderer. + + * tools/formed/formed/plugins/web/renderer.py: New: contains + the HTML renderer now. + + * tools/formed/test-data/simple.xml: Fixed typo + +2007-08-09 Sascha L. Teichmann + * tools/formed/formed/plugins/web/plugin.py: Fixed a bug in calculation of width of bounded int fields.