]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
* Don't reset LC_NUMERIC if on Python 2.4
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index ad510c27388d192fdacab0e6c1893f4315780baf..2e3ecaaf9ffd8751831e872a991fd10148b8e589 100644 (file)
@@ -147,6 +147,24 @@ holding down the mouse button.
 wxGTK: Enable key based navigation through notebook tabs as in the
 native control with Left and right keys. Support for vetoing.
 
+FloatCanvas updates from Chris Barker
+
+PyPlot updates from Gordon Williams:
+   - Added bar graph demo
+   - Modified line end shape from round to square.
+   - Removed FloatDCWrapper for conversion to ints and ints in arguments
+
+
+MaskedEdit updates from Will Sadkin:
+    - Added '*' mask char that means "all ansii chars" (ords 32-255)
+    - Added proper unicode support to masked controls and wx.tools.dbg
+    - Fixed two reported missing import bugs introduced by package
+      creation
+    - Converted masked package doc strings to reST format for better
+      epydoc support
+    - lots of doc string improvements and function hiding to better
+      reflect package's public contents.
+