]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
don't include forward declarations in tags file
[wxWidgets.git] / docs / changes.txt
index 60d674450b974f97ba7964c3b2b9073502c0f849..d8a0460092e3e1197dda0a2cb725797d94d99f36 100644 (file)
@@ -5,6 +5,16 @@ wxWidgets Change Log - For more verbose changes, see the manual
 2.7.0
 -----
 
+All:
+
+- wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
+
+All (GUI):
+
+- added wxDialog::SetEscapeId()
+- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
+  wxComboBox and wxChoice)
+
 wxMSW:
 
 - wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson)