From ceb40c80a1137c7315cf9e7d4ae343ca3ce05411 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 25 Oct 2006 20:25:58 +0000 Subject: [PATCH] Mention wx.ListCtrl fixes on Mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 2499fb6399..c372cf4edf 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -4,7 +4,7 @@ Recent Changes for wxPython 2.7.1.3 ------- -* +* 25-Oct-2006 wxGTK: The wx.ALWAYS_SHOW_SB style is now supported. @@ -17,6 +17,14 @@ versons. Added wx.StandardPaths.GetTmpDir. +Bug fixes in the wx.ListCtrl on Mac from Kevin Olivier, allowing it to +send events properly again. There is also a new native implementation +of wx.ListCtrl available, which will be used for wx.LC_REPORT style +list controls if you set the "mac.listctrl.always_use_generic" +SystemOption to zero. In a future release this will be the default. + + + 2.7.1.2