]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
GCC 2.95.3 compilation fix.
[wxWidgets.git] / docs / changes.txt
index 5e940dec5246644e0ca8ccd5e118d6ed964b94c4..2b9b5340c609423385f317b653bd053fa8012646 100644 (file)
@@ -46,6 +46,7 @@ All:
 - fixed bug with deleting entries at root level in wxFileConfig
 - chkconf.h now includes platform-specific versions (for MSW
   and Mac) which contain some tests that were in setup.h
+- Added event sink argument to wxEvtHandler::Connect()
 
 wxBase:
 
@@ -86,8 +87,11 @@ 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
+- Extended wxTextAttr and added wxTextCtrl::GetStyle stub
+  to allow better rich text support.
+- implemented wxFlexGridSizer::Show() (Wade Brainerd)
+- Added m_ prefix to wxColourData and wxFontData members
 
 Unix: