X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08f1c27c395d7742c8f2024517e73f2de59dd9e6..9c16962b62401cd3cc98818e9f8d6be929ff725c:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index 4e38803ca9..32a2ce0bfc 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -160,6 +160,7 @@ Major new features in this release All: +- Added (experimental) IPv6 support to wxSocket (Arcen) - 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) @@ -192,6 +193,8 @@ All (GUI): - Added {wxTextCtrl,wxComboBox}::AutoComplete() and AutoCompleteFileNames() - Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty). +- Added wxNotificationMessage class for non-intrusive notifications +- Added wxWindow::Show/HideWithEffect() - Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron). - Added support for drop down toolbar buttons (Tim Kosse). - Added support for labels for toolbar controls (Vince Harron). @@ -271,6 +274,14 @@ wxX11: - Make Enter key activate the default button (David Hart). +2.8.8 +----- + +All (GUI): + +- Added wxWindow::GetNextSibling() and GetPrevSibling() + + 2.8.7 -----