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.
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.