X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..9c7d63962a6ca6de7a85ed34a37fb227555a6714:/wxPython/wx/py/CHANGES.txt diff --git a/wxPython/wx/py/CHANGES.txt b/wxPython/wx/py/CHANGES.txt index 572f2a9529..d92d1ae041 100644 --- a/wxPython/wx/py/CHANGES.txt +++ b/wxPython/wx/py/CHANGES.txt @@ -1,5 +1,28 @@ +0.9.4 (1/25/2004 to //2004) +------------------------------ + +Removed wxd decorators in favor of new SWIG-generated docstrings. + +Removed docs tabs from crust interface: +* wxPython Docs +* wxSTC Docs + +Fixed Calltip tab refresh problem on Windows. + +shell.autoCompleteAutoHide added with default of False. + +Changed default namespace of Shell to __main__.__dict__, instead of an +empty dictionary. + + +0.9.3 (9/25/2003 to 1/24/2004) +------------------------------ + +Fun and games with dynamic renaming. Details of any other changes +were lost in the confusion. I'll try to do better in the future. + -0.9.2 (5/3/2003 to //2003) +0.9.2 (5/3/2003 to 9/25/2003) ----------------------------- Changed to the new prefix-less "wx" package::