]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
non-PCH build fix (according to Tinderbox).
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 30bd319aafb84556ebc0f1750e027d8e7e0542dc..819390eb874c3564af8d787cac9cf1037c626167 100644 (file)
@@ -1,9 +1,27 @@
 Recent Changes for wxPython
 =====================================================================
 
+
+2.7.1.3
+-------
+*
+
+wxGTK:  The wx.ALWAYS_SHOW_SB style is now supported.
+
+Fixed name errors in the old wxPython package namespace.  As a
+reminder, use of this package is deprecated and you are encouraged to
+switch your programs over to the wx package.
+
+Fixed wx.glcanvas.GLCanvas.SetCurrent to be compatible with prevoius
+versons. 
+
+
+
+
+
 2.7.1.2
 -------
-* 20-Oct-2006
+* 21-Oct-2006
 
 Fixed a bug in the MaskedEdit controls caused by conflicting IsEmpty
 methods. 
@@ -27,6 +45,9 @@ wxMac: Several wx.webkit.WebKitCtrl enhancements/fixes, including:
       with splitter windows, panels, notebooks and all position
       correctly with this.
 
+Some improvements to the drawing code in CustomTreeCtrl.
+
+Fixed refcount leak in wx.Window.GetChildren.