]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/CHANGES.txt
fix for copy/paste to work with i18n
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
index 877cc306a3d7a703bf2538e3c8dfcb9f8d8f9979..164dc7958859bc4a66ba30c03961158633d2236f 100644 (file)
@@ -1,3 +1,16 @@
+0.1.7-2
+-------
+
+Fixed Cut command, added support for MenuBar inside Frame/Dialog.
+
+0.1.7-1
+-------
+
+Important update of Paste command code which was passing too much data
+thru clipboard using cPickle. Objects created while unpickling (from
+minidom) were clogging memory. Now using toxml() (why didn't I do it 
+before - was I drunk or what? :) ).
+
 0.1.7-0
 -------