From 5aadb60fc3d8410591ccf8245d029013b46d1cd9 Mon Sep 17 00:00:00 2001 From: Benjamin Williams Date: Fri, 29 Jun 2007 09:35:59 +0000 Subject: [PATCH] updated change log with information about wxAuiNotebook updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index ce8333d610..8238787553 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -100,6 +100,8 @@ All (GUI): - Significantly improved startup times of XRC-based applications using embedded resources on Unix (requires resources recompilation) - Fixed freeing of "static" alpha data in wxImage (Axel Gembe) +- Added tab mouse click events to wxAuiNotebook (Ben Williams) +- Option for middle-click tab close in wxAuiNotebook (Ben Williams) wxMSW: