]> git.saurik.com Git - wxWidgets.git/commitdiff
a few final changes to mention
authorRobin Dunn <robin@alldunn.com>
Mon, 30 May 2005 18:56:20 +0000 (18:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 30 May 2005 18:56:20 +0000 (18:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 9e85831c5b7855543fca3401572c15b9b09c06f1..671bee8dc82e1a066d7c74ba6e68c5a2b3205a0b 100644 (file)
@@ -4,6 +4,7 @@ Recent Changes for wxPython
 
 2.6.0.1
 -------
+* 30-May-2005
 
 Added wx.BrushFromBitmap to create a stippled brush in a single step.
 Also added missing brysh style flags: wx.STIPPLE_MASK
@@ -144,6 +145,17 @@ alpha channel and set the bitmap to use it.
 Fixed the wrong class name used in wx.PyScrolledWindow's call to
 _setCallbackInfo.
 
+wxMSW: patch #1207202, Fixes GDI leak when using stock cursors.
+
+wx.calendar.CalendarCtrl: Patch #1207531, Keeps the CalendarCtrl wide
+enough even when the weekday names for the locale are shorter than
+usual.
+
+Made GridCellNumberEditor.StartingKey also insert the typed char when
+there is a range of allowed values (so a wx.SpinCtrl is used instead
+of a wx.TextCtrl.)
+
+