]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
mention ShouldInheritColours() change
[wxWidgets.git] / wxPython / CHANGES.txt
index 5d81424b18977c32e2dfc75d4119e31dfd23cf6d..08d95413da39f248bd94d468aa2d685fe8b0c93d 100644 (file)
@@ -2,12 +2,45 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
-2.4.1.x
+2.5.1.x
+-------
+
+(See also the MigrationGuide.txt file for details about some of the
+big changes that have happened in this release and how you should
+adapt your code.)
+
+Many, many little fixes, changes and additions done as part of the move
+to wxWindows 2.5 that I have forgotten about.
+
+Added wxMirrorDC.
+
+Added wxIconLocation
+
+
+Added Python wrappers for the new wxVScrolledWindow, wxVListBox, and
+wxHtmlListBox classes.
+
+Added wrappers for wxBookCtrl and wxListbook.  wxNotebook now derives
+from wxBookCtrl.
+
+
+
+
+2.4.2.4
 -------
 
 Use wxSTC in the demo for displaying the soucre code of the samples.
 
+Lots of bug fixes and such from the wxWindows folks.
+
+Added wxPython.lib.newevent from Miki Tebeka.  Its usage is
+demonstrated in the Threads sample in the demo.
+
+Updates to wxMaskedEditCtrl.
+
+Added wxMaskedNumCtrl.
 
+Added Chris Barker's FloatCanvas.