]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Compilation fix.
[wxWidgets.git] / docs / changes.txt
index 9d7652b90f5cfc124a79a5a50d3cf65e6891e04d..9aad72b3bda49723835a9ba3d613a1212345072d 100644 (file)
@@ -86,8 +86,8 @@ All GUI ports:
 - Wizard now validates when pressing Back or Next
 - Implemented wxNotebook::DoGetBestSize so Fit now works
 - Added FindItemByPosition to wxMenu
-- wxTimer now derives from wxEvtHandler and is its own owner
-  object by default
+- wxTimer now derives from wxEvtHandler and is its own owner object by default
+- implemented wxFlexGridSizer::Show() (Wade Brainerd)
 
 Unix:
 
@@ -128,7 +128,7 @@ wxMSW:
   (for MinGW and Cygwin)
 - When using DLL, wxLocalFSHandler was not being exported - added
   WXEXPORTDLL
-- A wxEvtHandler object was not removed from wxPendingEvents on deletion. 
+- A wxEvtHandler object was not removed from wxPendingEvents on deletion.
   wxPendingEventsLocker was being deleted in App before all wxEvtHandler
   objects have been destroyed resulting in stale handler/lock
   ptrs; fixed
@@ -144,6 +144,7 @@ wxMSW:
   Proper XP theme support is planned for 2.6
 - disable wxNB_RIGHT, wxNB_LEFT, wxNB_BOTTOM notebook styles
   if the version of CommCtl doesn't support it (XP)
+- fixed release mode build with VC 7.x (Martin Ecker)
 
 wxMotif: