Persistent history and tab completion (from the history) support.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@669 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-03-17 21:25:20 +00:00
parent ca29aee202
commit be6c4511ee
4 changed files with 212 additions and 19 deletions
+3
View File
@@ -1,5 +1,8 @@
2002-03-17 Michael Bayne <mdb@samskivert.com>
* src/history.py: Added persistent history support and tab
completion (from the history) to the query box text field. Yay!
* various: Rewrote the whole business in Python, using Glade to
create the user interface. Oh, the joy of being rid of C.