X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edf5822ace25ff6283b05e587116e49e50b77464..46447d1ae88cef0285548e5e8a53e3b356baf384:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 605ad3055c..0d599a4541 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -464,6 +464,7 @@ 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). All (GUI): @@ -508,6 +509,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: