]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix bug in wxMBConv_cf::FromWChar() in OS X.
[wxWidgets.git] / docs / changes.txt
index 6c0fca69bc489eb4d3b384eae32c8f7a852a5c93..1c4d35f3554a7e4443dcd7d96b5940545ef36682 100644 (file)
@@ -441,6 +441,7 @@ All:
 
 Unix:
 
+- Return signed return code from wxExecute(wxEXEC_SYNC).
 - Allow to use WX_APPNAME_DATA_DIR environment var to override the return value
   of wxStandardPaths::GetDataDir().
 
@@ -495,6 +496,9 @@ All (GUI):
 - Add wxComboBox::Popup() and Dismiss() methods (Igor Korot).
 - Added wxTreeCtrl::SelectChildren() (Nikolay Tjushkov).
 - Show pages icons in window list menu in wxAuiNotebook (Ronny Krüger).
+- Add "initial selection" parameter to wxGetSingleChoice() (Nikolay Tjushkov).
+- Implement wxDocument::Revert() (troelsk).
+- Allow overriding print preview frame creation in docview (troelsk).
 
 GTK:
 
@@ -541,7 +545,6 @@ All:
 - Cleaned up wxURI and made it Unicode-friendly.
 - Add support for wxExecute(wxEXEC_ASYNC) in wxBase (Lukasz Michalski).
 - Added wxXLocale class and xlocale-like functions using it.
-- Allow loading message catalogs from wxFileSystem (Axel Gembe).
 - Added wxMessageQueue class for inter-thread communications
 - Use UTF-8 for Unicode data in wxIPC classes (Anders Larsen)
 - Added support for user-defined types to wxConfig (Marcin Wojdyr).