diff --git a/wxPython/wxPython/tools/XRCed/CHANGES b/wxPython/wxPython/tools/XRCed/CHANGES index 4703a5316c..0281339872 100644 --- a/wxPython/wxPython/tools/XRCed/CHANGES +++ b/wxPython/wxPython/tools/XRCed/CHANGES @@ -1,3 +1,23 @@ +0.0.9-1 +------- + +Changed program structure, reduced use of global variables (grouped in +module 'globals', which creates an instanse 'g' of class Globals. + +First version of undo/redo working! + +Support for toolbars inside panels and frames. + +Added 'container' submenu for creating Panel, Notebook and ToolBar objects. + +wxMSW-only: added code to switch focus back to main window when test +window is updated. + +0.0.8-2 +------- + +Fixed unicode problem for unicode build. + 0.0.8-1 -------