]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Compilation fixes for Nano-X
[wxWidgets.git] / wxPython / CHANGES.txt
index 0e00a7930e50f9be406f19d9daa955090bbe91a3..09a4c7609416ccc7ef8f6ea317765bf5492bf53a 100644 (file)
@@ -2,8 +2,34 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
-2.3.2.?
+2.3.3
+-----
+Added wxSplashScreen.
+
+Added wxGenericDirCtrl.
+
+Added wxMultiChoiceDialog.
+
+The calltip window and autocomplete window in wxSTC will now use a
+wxPopupWindow if available so they can extend beyond the client area
+of the STC if needed.
+
+Finished wrapping and providing typemaps for wxInputStream and also
+added the stream ctor and other methods for wxImage so images can now
+be loaded from any Python "file-like" object.
+
+
+
+
+2.3.2.1
 -------
+Changed (again) how the Python global interpreter lock is handled as
+well as the Python thread state.  This time it works on SMP machines
+without barfing and is also still compatible with Python debuggers.
+
+Added some patches from library contributors.
+
+
 
 
 2.3.2