]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
WXUSINGDLL is defined when building samples on non-MSW platforms for simplicity,...
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 61f1c96e0834160992a9a8f7a509c6e052d68635..a82ddba9ba63650ab8891dd00a21d21b07ac91b9 100644 (file)
@@ -1,7 +1,7 @@
 CHANGES.txt for wxPython
 =====================================================================
 
-2.5.1.x
+2.5.1.1
 -------
 
 (See also the MigrationGuide.txt file for details about some of the
@@ -78,6 +78,15 @@ it.
 Updated wx.lib.calendar with many fixes and enhancements from Joerg
 "Adi" Sieker. 
 
+Added wx.Display and wx.VideoMode.
+
+AppleEvents can be handled by overriding wx.App methods MacOpenFile,
+MacPrintFile, MacNewFile, and MacReopenApp.
+
+Added wx.PlatformInfo which is a tuple containing strings that
+describe the platform and build options of wxPython.  See the
+MigrationGuide for more details.
+