]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/CHANGES.txt
compilation fix after removing wxImage(wxImage *) ctor
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
index 84cff500acf198306bf28b7cf110dbb141b02b8c..fbb041aaf4490151c8935a4c282bab16a5efd75d 100644 (file)
@@ -1,3 +1,24 @@
+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
+-------
+
+Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and
+completed style flags. Test window is opened for an available parent
+control if no specific view defined. Better handling of exceptions
+(highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.
+
+0.1.6-7
+-------
+
+Using system clipboard for Copy/Paste.
+
 0.1.6-6
 -------