]> 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 b13873e7b6fce2f9208b08bed48375111cbeec9b..f231ffda8854c4c673dbb3c3fc86e2b6f5e261a1 100644 (file)
@@ -448,11 +448,25 @@ Major new features in this release
 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)