From 09ad48d00d9beed9206ea57d388c46dbccb17828 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 30 May 2005 18:56:20 +0000 Subject: [PATCH] a few final changes to mention git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 9e85831c5b..671bee8dc8 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -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.) + +