]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fixed OnSysWrite() signature
[wxWidgets.git] / docs / changes.txt
index 4af5d62dff9c6f3c4ac87d47e84ebb336e7d6556..1c5fc8e5f3ada313fba717d3948863dec83c90f5 100644 (file)
@@ -2,6 +2,30 @@
 wxWidgets Change Log - For more verbose changes, see the manual
 ---------------------------------------------------------------
 
+2.7.0
+-----
+
+All:
+
+- wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
+
+All (GUI):
+
+- added wxTreeBook
+- added wxDialog::SetEscapeId()
+- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
+  wxComboBox and wxChoice)
+
+wxMSW:
+
+- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson)
+- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd)
+
+Unix:
+
+- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it
+
+
 2.6.2
 -----