X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edf5822ace25ff6283b05e587116e49e50b77464..8a31648287be0ef976f133de2786b137f1e98340:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index 605ad3055c..f231ffda88 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -445,7 +445,31 @@ Major new features in this release was added. -2.9.3: +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) ------ INCOMPATIBLE CHANGES SINCE 2.9.2 @@ -464,6 +488,8 @@ All: - Made wxGetLocalTimeMillis() really return local time, added wxGetUTCTimeMillis() returning what this function used to return. - Added wxCriticalSection::TryEnter() (Catalin Raceanu). +- Add support for OpenBSD to wxDialUpManager (brad0). +- Added wxEXEC_HIDE_CONSOLE flag. All (GUI): @@ -508,6 +534,7 @@ OSX: for OS X 10.6. - Added wxApp::MacOpenFiles and deprecated wxApp::MacOpenFile. - Implement wxEVT_CHAR_HOOK event generation in wxOSX/Cocoa. +- Implemented wxComboBox::Popup() and Dismiss() in wxOSX/Cocoa (joostn). GTK: