diff --git a/wxPython/wxPython/py/CHANGES.txt b/wxPython/wxPython/py/CHANGES.txt index 7e819962a4..c02a22d01e 100644 --- a/wxPython/wxPython/py/CHANGES.txt +++ b/wxPython/wxPython/py/CHANGES.txt @@ -10,6 +10,10 @@ 0.9.1 (3/21/2003 to //2003) ============================== +PyCrust is dead! Long live Py! + +Changed PyCrust package to py. + Fixed bug in introspect.py on introspecting objects occurring immediately after a secondary prompt, like this: @@ -19,8 +23,8 @@ immediately after a secondary prompt, like this: Added documentation files: -* MANUAL.txt (in PyCrust) -* wxPython.txt (in PyCrust/wxd) +* MANUAL.txt (in py) +* wxPython.txt (in py/wxd) * wx.txt (in wx) * examples.txt (in wx/examples) @@ -35,6 +39,9 @@ Renamed program files: * PyShellApp.py to PyShell.py * wrap.py to PyWrap.py +Removed disabling of autocomplete for lists of 2000 items or more. The +current implementation of wxSTC can now handle lists this big. + 0.9 (2/27/2003 to 3/20/2003) ============================