X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64bce500c085d5450dff58082fff150a181c1bec..3d2d9036037d9ee51f47d878c3dcef4af4a6ef41:/wxPython/wx/tools/XRCed/CHANGES.txt diff --git a/wxPython/wx/tools/XRCed/CHANGES.txt b/wxPython/wx/tools/XRCed/CHANGES.txt index 3a0764b634..8f9a6e04f2 100644 --- a/wxPython/wx/tools/XRCed/CHANGES.txt +++ b/wxPython/wx/tools/XRCed/CHANGES.txt @@ -1,3 +1,16 @@ +0.1.5-2 +------- + +Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding. + +Fixed pasting siblings (Ctrl key pressed while pasting). + +Dealed with ascii build (Python does not recognize 'ascii' as valid encoding). +If encoding is not specified it is not written in XRC. Will add more +customization in the future. + +Changed to use SimpleTool instead or Toggle tool (does not work on Win32). + 0.1.5-1 -------