From: Vadim Zeitlin Date: Sun, 2 Oct 2011 11:32:20 +0000 (+0000) Subject: Put wxWebView library addition on top of changes list. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/00103b7dd6d59a6d94d3166d072416daa82bed95 Put wxWebView library addition on top of changes list. This list is supposed to be roughly in importance order. Also add a period at the end of wxAuiNotebook entry, let's try to be consistent about using them. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 1d3ca3bb0b..407c69925a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -451,6 +451,7 @@ All: All (GUI): +- Added wxWebView library (Steven Lamerton & Auria, GSoC 2011 project). - Added wxTreeListCtrl class. - Added wxTimePickerCtrl class. - Added documented, public wxNavigationEnabled<> class. @@ -470,8 +471,7 @@ All (GUI): - Added wxFLP_SMALL and wxDIRP_SMALL styles. - Added support for saving alpha with TIFF images. - Added wxPersistentSplitter. -- Added wxWebView library (Steven Lamerton & Auria, GSoC 2011 project). -- Derive wxAuiNotebook from wxBookCtrlBase (Steven Lamerton) +- Derive wxAuiNotebook from wxBookCtrlBase (Steven Lamerton). - Fix tooltips in wxSearchCtrl and other composite controls (Catalin Raceanu). OSX: