From dac982f799d15222d638348e5486cc491f877e1b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 7 May 2003 23:22:30 +0000 Subject: [PATCH] moved comments to the right place git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/CHANGES.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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.