diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 166e86756b..a296fe650c 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -52,6 +52,13 @@ and Will Sadkin. Updated wxTimeCtrl to use MaskedEdit. When the __class__ of a dead object is replaced with _wxPyDeadObject the __del__ of the original class is now called first. +Added wxTreeListCtrl. (Looks like a wxTreeCtrl embedded in a +wxListCtrl, but actually is just giving multiple columns to a +wxTreeCtrl.) + +Added wxFutureCall, a subclass of wxTimer that makes it easy to delay +a call to any Python callable object. + @@ -455,12 +462,6 @@ Added wxPython.lib.mixins.rubberband module from Robb Shecter. Added wxTimeCtrl from Will Sadkin. -Added wxTreeListCtrl. (Looks like a wxTreeCtrl embedded in a -wxListCtrl, but actually is just giving multiple columns to a -wxTreeCtrl.) - -Added wxFutureCall, a subclass of wxTimer that makes it easy to delay -a call to any Python callable object.