+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
+-------
+
+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
-------