]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
removed dll export declaration for wxCStrData: it's unneeded because the class is...
[wxWidgets.git] / docs / changes.txt
index 4fe7ed481b4ce13328d761885b2f77901fa249c7..8a7f67d72e72acbebffc67848fc3911c57d20c5a 100644 (file)
@@ -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
 -----