X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3b81044ee30ead362ba6e1bf95af13248afe41c..bb650010c8200174ce824aaadac44e8e5ead194d:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 4fe7ed481b..8a7f67d72e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -8,6 +8,9 @@ INCOMPATIBLE CHANGES SINCE 2.8.x Changes in behaviour not resulting in compilation errors, please read this! --------------------------------------------------------------------------- +- Default location of wxFileConfig files has changed under Windows, you will + need to update your code if you access these files directly. + Changes in behaviour which may result in compilation errors ----------------------------------------------------------- @@ -66,6 +69,7 @@ All: All (GUI): - Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron) +- Added support for labels for toolbar controls (Vince Harron) - Added wxEventBlocker class (Francesco Montorsi). - Added wxFile/DirPickerCtrl::Get/SetFile/DirName() (Francesco Montorsi). - Added wxSizerFlags::Top() and Bottom(). @@ -115,6 +119,10 @@ wxMSW: - Fixed wxFileName::GetSize() for large files +wxGTK: + +- Fixed handling of accelerators using PageUp/Down keys + 2.8.2 -----