]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention wx.ListCtrl fixes on Mac
authorRobin Dunn <robin@alldunn.com>
Wed, 25 Oct 2006 20:25:58 +0000 (20:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 25 Oct 2006 20:25:58 +0000 (20:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 2499fb6399e186a62bf7f7e1342a024b319092f5..c372cf4edffc227163519afef3a1f243e6b55b71 100644 (file)
@@ -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