On wxMac, set the common menubar to the MDI parent and don't show it
[wxWidgets.git] / docs / changes.txt
index e779dec3d8982b247cd3ceae6edeafe51d565787..af4b680d89bc565d333896fe319721b1a2d38a33 100644 (file)
@@ -42,6 +42,8 @@ All:
 - added Catalan translations (Pau Bosch i Crespo)
 - added Ukrainian translations (Eugene Manko)
 - 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
 
 wxBase:
 
@@ -81,6 +83,9 @@ All GUI ports:
 - Added BLOB support to wxDB (John Skiff)
 - 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
 
 Unix: