X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8f993414502f8ee982b93b9162692084f9b1115..db679b8c836e69c111cdc31e62cf92cebe4f938f:/wxPython/docs/CHANGES.txt diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index b678473a24..a9c6434461 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -84,6 +84,23 @@ wxSTC: Fixed CmdKeyAssign key bindings for Ctrl-Backspace. wxMSW: Fixed a bug in wx.TextCtrl where all the lines were being used to calculate the best size, instead of using a reasonable limit. +XRCed: Use wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for +changing active encoding. Fixed pasting siblings (Ctrl key pressed +while pasting). + +wx.lib.filebrowsebutton: Bug fix from Chad Netzer for when +self.history is None. + +wx.ogl: Patch from Davide Salomoni that adds an optional point +parameter to LineShape.InsertLineControlPoint allowing one to +optionally specify where the new control point has to be drawn. + +wxMSW: setting foreground colour for wx.CheckBox now works when using +XP themes. + +More updates to the docview library modules and sample apps from the +ActiveGrid folks. Their sample IDE is now able to integrate with +Subversion.