X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/684e5b95a6c8157d7e1ba29d9140b23e377ae581..ab75fdbdcd62a323fd17af68d34b0689b24a87d3:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index f1f9a753b7..e1c9b38d65 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -31,6 +31,7 @@ INCOMPATIBLE CHANGES SINCE 2.6.x the wxEVT_MOUSE_CAPTURE_LOST event. - SetDefaultItem() method was moved from wxPanel to wxTopLevelWindow - wxDialog::OnOK/OnCancel() don't exist any more, use SetAffirmative/EscapeId() +- wxPathList doesn't derive from (deprecated) wxStringList any more Deprecated methods since 2.6.x and their replacements @@ -63,6 +64,11 @@ wxMac: - Add parameter to the --enable-universal_binary configure option for the path to the SDK. +wxGTK: + +- Automatically use stock items for the menu items with standard ids +- Setting cursor now works for all controls + 2.7.0 -----