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