]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Disable some wxWebView tests that fail on the buildbot but not locally.
[wxWidgets.git] / docs / changes.txt
index 8be8cf50240ffa25c8d58ca5476df47b09777863..f231ffda8854c4c673dbb3c3fc86e2b6f5e261a1 100644 (file)
@@ -445,6 +445,30 @@ Major new features in this release
   was added.
 
 
+2.9.4:
+------
+
+All:
+
+- Added wxLogFormatter to allow customizing wxLog output (Sébastien Gallou).
+
+All (GUI):
+
+- Added wxFilePickerCtrl::SetInitialDirectory().
+- Added wxDataViewItemAttr::SetBackgroundColour() and implemented it in generic
+  wxDataViewCtrl (Andrew Xu).
+- Fix item alignment in icon view in the generic wxListCtrl.
+
+MSW:
+
+- Fixed regression with initial focus in the dialogs in 2.9.3.
+- Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute (tteras).
+
+OSX:
+
+- Provide native implementations of wxDatePickerCtrl and wxTimePickerCtrl.
+
+
 2.9.3: (released 2011-12-14)
 ------