]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Corrections
[wxWidgets.git] / docs / changes.txt
index 2d6c52227f4f1bf22dd54cd5dafccc6840cf6c94..765c2ab95320da18464b162f96b5e55d66047c07 100644 (file)
@@ -88,6 +88,23 @@ Major new features in 2.8 release
   wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
 
 
+2.8.2
+-----
+
+All:
+
+- Added wxSizerFlags::Shaped() and FixedMinSize() methods
+- Added wxCSConv::IsOk() (Manuel Martin)
+- Added wxDateTime::GetDateOnly()
+- Made wxTextFile work with unseekable files again (David Hart)
+- Added wxCONFIG_USE_SUBDIR flag to wxFileConfig (Giuseppe Bilotta)
+
+wxMSW
+
+- Fix lack of spin control update event when control lost focus
+- Corrected drawing of bitmaps for disabled menu items
+
+
 2.8.1
 -----
 
@@ -103,6 +120,7 @@ All:
 wxMSW:
 
 - Fixed compilation with Borland C++ in Unicode mode but without MSLU
+- Show taskbar icon menu on right button release, not press
 
 wxGTK: