X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0e1f6b66ec2453ddfee50b7e8e5689cad952b93..ae13f2927518be5c7b45d1bdb050fb20fc429672:/wxPython/docs/CHANGES.txt diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index ad510c2738..2e3ecaaf9f 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -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. +