]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Removed m_clientData and related methods as it's now handled by the
[wxWidgets.git] / wxPython / CHANGES.txt
index 30dc7151d23ef1df628ef60fe2a317917259fcce..87dffdbac093dd96c188af1afb65c18dde348872 100644 (file)
@@ -2,7 +2,7 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
-2.3.2 (pre)
+2.3.2
 -----
 Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP,
 EVT_DETAILED_HELP_RANGE, EVT_CONTEXT_MENU, wxHelpEvent,
@@ -70,6 +70,34 @@ Added a set of sophisticated Error Dialogs from Chris Fama.
 Added wxRightTextCtrl from Josu Oyanguren to wxPython.lib for aligning
 text in a wxTextCtrl to the right side.
 
+Added wxURLDataObject and and example showing drag and drop of URLs to
+and from web browsers.  It's still not 100% bullet-proof for all types
+of browsers, but it works for the majority of cases with the popular
+browsers on Windows.  On wxGTK it seems that only Netscape 4.x works,
+if anybody has any suggestions about this please bring it up on the
+wx-dev list.
+
+Added wxStopWatch.
+
+Added wxMimeTypesManager and wxFileType.
+
+Passing None for the handler parameter to one of the EVT_** functions
+will now Disconnect the event.
+
+Added wxPopupWindow and wxPopupTransientWindow.
+
+Added wxFileHistory.
+
+Added wxDynamicSashWindow, whcih allows you to endlessly split widnows
+by dragging a little tab next to the scrollbars.  Added a demo to show
+this and also the ability of multiple wxStyledStectCtrls to share the
+same document.
+
+Added wxEditableListBox gizmo.
+
+Added a greatly enhanced wxEditor from Steve Howell and Adam Feuer.
+
+
 
 
 2.3.1