--- trunk/ChangeLog 2007/08/12 15:02:55 33 +++ trunk/ChangeLog 2007/08/12 16:14:56 35 @@ -1,5 +1,18 @@ 2007-08-12 Sascha L. Teichmann + * tools/formed/formed/model/nodecomponents.py: Added a method to append + a second document to the current. + + * tools/formed/formed/main.py: Added an 'Import' file menu item to load + a second document to be appended to the current. + +2007-08-12 Sascha L. Teichmann + + * tools/formed/formed/main.py: Added a 'New' item in file menu which creates + a new document when triggered. + +2007-08-12 Sascha L. Teichmann + * tools/formed/formed/model/nodecomponents.py: Added walk generator over all items in the document tree. Added a method to eliminated duplicated names in document tree.