]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
use svn:keywords instead of eol:keywords
[wxWidgets.git] / docs / changes.txt
index 44966c27d33dfbf7d140641d8f8a4c0c18846c3f..2682b1940c55cfa1d7d2f8e6ff3672aa56af407d 100644 (file)
@@ -403,17 +403,26 @@ Major new features in this release
 2.9.2:
 ------
 
-MSW:
-
-- Fix Cygwin 1.7 build (David Gangola).
-- Allow using wxDC::DrawText() with multiline texts.
-
 All (GUI):
 
+- Added wxRichMessageDialog (Rickard Westerlund, GSoC 2010 project).
+- Added wxCommandLinkButton (Rickard Westerlund, GSoC 2010 project).
+- Added wxUIActionSimulator (Steven Lamerton, GSoC 2010 project).
 - wxAUI: support auto-orientable toolbars (wsu).
+- Added wxDataViewCtrl::Set/GetCurrentItem().
 - wxHTML: render in RTL order inside RTL window (Richard Bullington-McGuire).
+- wxRibbon: added EVT_RIBBONGALLERY_CLICKED event (John Roberts).
 - Add support for CP-866 encoding to wxEncodingConverter (madnut).
 
+MSW:
+
+- Native implementation of wxHyperlinkCtrl and wxProgressDialog under modern
+  Windows versions (Rickard Westerlund, GSoC 2010 project).
+- Fix Cygwin 1.7 build (David Gangola).
+- Allow using wxDC::DrawText() with multiline texts.
+- Fix wxBitmapButton best size determination broken in 2.9.1.
+
+
 
 2.9.1:
 ------