X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..42f8298f6f42d5d63bb3caf65682b7d9d9f8b702:/wxPython/wx/tools/XRCed/CHANGES.txt?ds=sidebyside diff --git a/wxPython/wx/tools/XRCed/CHANGES.txt b/wxPython/wx/tools/XRCed/CHANGES.txt index dff8641b48..430ce92982 100644 --- a/wxPython/wx/tools/XRCed/CHANGES.txt +++ b/wxPython/wx/tools/XRCed/CHANGES.txt @@ -1,3 +1,24 @@ +0.1.4-1 +------- + +Edit->Locate command (Ctrl-L) for quick selection of items. +Works with event-handling controls (buttons, text fields) but +not with labels/sizers. + +Some improvements: relative paths for files supplied as command- +line argument work correctly, notebook panels are highlighted +better. + +0.1.2-1 +_______ + +Added support for wxGridBagSizer (supported in wxPython 2.5). + +0.1.1-5 +------- + +Added subclass attribute. + 0.1.1-4 -------