]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Correct test for maximal row index in generic wxDataViewCtrl.
[wxWidgets.git] / docs / changes.txt
index 2c63d6ab3484091461c47420e03ed152b14c4c50..7344aa92e37bf50658f1a59bd650829b3c29c74e 100644 (file)
@@ -434,7 +434,34 @@ Major new features in this release
   was added.
 
 
-2.9.2:
+2.9.3:
+------
+
+All:
+
+- Fix parsing of negated long options in wxCmdLineParser (roed_bis).
+
+All (GUI):
+
+- Support float, double and file name values in wxGenericValidator (troelsk).
+- Fix keyboard navigation in wxGrid with hidden columns (ivan_14_32).
+- Add wxDataViewEvent::IsEditCancelled() (Allonii).
+- Allow marking wxTreeBook nodes to expand initially in XRC (RedTide).
+
+OSX:
+
+- Implement wxRegion::Equal() (Dr.Acula).
+
+GTK:
+
+- Generate events for two auxiliary mouse buttons in wxGTK (Marcin Wojdyr).
+
+MSW:
+
+- Added wxGCDC(wxEnhMetaFileDC) ctor (Marcin Wojdyr).
+
+
+2.9.2: (released 2011-07-05)
 ------
 
 All: