X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/126080e46c98274fefacf7c60185a6844b0fd067..67a083dd38d1ad1df8c6a25a58bb2f0ec4f3a936:/wxPython/wx/tools/XRCed/CHANGES.txt diff --git a/wxPython/wx/tools/XRCed/CHANGES.txt b/wxPython/wx/tools/XRCed/CHANGES.txt index fbb041aaf4..91b4dbd163 100644 --- a/wxPython/wx/tools/XRCed/CHANGES.txt +++ b/wxPython/wx/tools/XRCed/CHANGES.txt @@ -1,3 +1,25 @@ +0.1.7-5 +------- + +Fix for non-ascii characters support when using other encodings +than utf-8 in 'content' property. Tested under unicode build. + +0.1.7-4 +------- + +Second fix for Copy/Paste (using expat.native_encoding property). +Added cellpos,cellspan properties for Spacer in GridBag sizer. + +0.1.7-3 +------- + +Fix for Copy/Paste objects with international characters. + +0.1.7-2 +------- + +Fixed Cut command, added support for MenuBar inside Frame/Dialog. + 0.1.7-1 -------