git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34425
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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
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.)
+
+