From: Chris Hanson Date: Sat, 2 Jun 2001 22:30:07 +0000 (+0000) Subject: Add a few notes. X-Git-Tag: 20090517-FFI~2740 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=905b789e95a23a60a359707f3ddf7788648d1ae1;p=mit-scheme.git Add a few notes. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 81140680a..3e1ee25fd 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,21 @@ IMAIL To-Do List -$Id: todo.txt,v 1.124 2001/06/01 02:23:19 cph Exp $ +$Id: todo.txt,v 1.125 2001/06/02 22:30:07 cph Exp $ Bug fixes --------- +* Add feature to close connections immediately when M-x imail-quit is + executed. + +* Add key binding for M-x imail-browse-container to imail-mode. + +* Various changes to Dired that might affect our browsers: RET selects + the current object (preferred to f). D command does immediate + delete. t command means toggle sense of marked lines (*t also does + this, perhaps is preferable). Name of command bound to x is now + dired-do-flagged-delete. S and H do links. P prints file. ^ runs + dired on parent directory of this directory. + * The PROBE-FOLDER thread is left running even when connection to server is severed. In fact it is running as long as the buffer is around. It should be started when the connection is established,