]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
non-precomp fixes
[wxWidgets.git] / docs / changes.txt
index ae175b28e7b4bea5f01297835e27b6e35d9fd007..4ce5e18c2b226e71b344cb9f1160828944d61794 100644 (file)
@@ -307,6 +307,8 @@ All (GUI):
 - Added wxWindow::Show/HideWithEffect()
 - Added wxWrapSizer (Arne Steinarson)
 - Added wxSpinCtrlDouble (John Labenski)
+- Support custom labels in wxMessageDialog/wxMessageBox in wxMSW and wxGTK.
+- Allow copying text in the log dialogs.
 - Added multisample (anti-aliasing) support to wxGLCanvas (Olivier Playez).
 - Initialize wx{Client,Paint,Window}DC with fonts/colours of its window.
 - Added wxNativeContainerWindow to allow embedding wx into native windows