X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..bfdc04a9bb95e6865570d59192718052b6229221:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 5d81424b18..08d95413da 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -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.