--- trunk/ChangeLog 2010/08/02 10:37:23 377 +++ trunk/ChangeLog 2010/08/04 13:32:37 380 @@ -1,3 +1,23 @@ +2010-08-04 Bernhard Herzog + + * formed/po/Makefile: Use correct filename of the pot-file in the + usage message + +2010-08-04 Bernhard Herzog + + * formed/po/Makefile (LIST_POTFILES): Sort the file names to make + the order of entries in the .pot-file more predictable. + +2010-08-04 Bernhard Herzog + + * formed/formed/model/nodecomponents.py (RootNode.__init__) + (RootNode.getVersion, RootNode.setVersion): Add attribute + "version" and accessor methods. + + * formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let + the user set the document version. + (MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion + 2010-08-02 Bernhard Herzog * formed/formed.py, formed/formed/io/document.py,