--- trunk/ChangeLog 2007/08/08 16:46:58 12 +++ trunk/ChangeLog 2007/08/08 21:37:10 15 @@ -1,5 +1,23 @@ 2007-08-08 Sascha L. Teichmann + * tools/formed/test-data/simple.xml: Added some descriptions + + * tools/formed/formed/model/data.py: set attributes in constructors + directly. + + * tools/formed/formed/model/nodecomponents.py: Added description + attribute in the NodeComponent base class. + + * tools/formed/formed/plugins/web/plugin.py: Render description + as legend in fieldset for GroupNodes. + +2007-08-08 Sascha L. Teichmann + + * tools/formed/formed/plugins/web/plugin.py: make UTF-8 + output work. + +2007-08-08 Sascha L. Teichmann + * tools/formed/formed/model/data.py: Added get/setText() method * tools/formed/formed/plugins/web/plugin.py: Added a first