From a0dc39c565f6876ce60d36269677bb8db7842b57 Mon Sep 17 00:00:00 2001 From: "Patrick K. O'Brien" Date: Sat, 19 Apr 2003 01:06:32 +0000 Subject: [PATCH] Updates. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/py/CHANGES.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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) ============================