X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/697f4a966e71daf9cc88f44c703fba386ad0b0fd..eb087029329fab4b9d4d956b525eba752ee8d5e3:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index c0d0cafc94..1c4d35f355 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -497,6 +497,8 @@ All (GUI): - 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: @@ -543,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).