]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Applied #13763 from dghart, to use primary selections if available
[wxWidgets.git] / docs / changes.txt
index 22627d5f5c781526323eedfec2567d29f0dcb2bf..8be8cf50240ffa25c8d58ca5476df47b09777863 100644 (file)
@@ -445,7 +445,7 @@ Major new features in this release
   was added.
 
 
-2.9.3:
+2.9.3: (released 2011-12-14)
 ------
 
 INCOMPATIBLE CHANGES SINCE 2.9.2
@@ -465,6 +465,7 @@ All:
   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):
 
@@ -509,6 +510,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: