From: Chris Hanson Date: Sun, 14 May 2000 03:34:40 +0000 (+0000) Subject: Add note about need to move compressed-file I/O to the runtime system. X-Git-Tag: 20090517-FFI~3882 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=db0eebdf17030672550cd64b9d416f45eaa9256d;p=mit-scheme.git Add note about need to move compressed-file I/O to the runtime system. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 09eb4f0a5..f44fbde15 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,5 +1,5 @@ IMAIL To-Do List -$Id: todo.txt,v 1.6 2000/05/12 18:23:05 cph Exp $ +$Id: todo.txt,v 1.7 2000/05/14 03:34:40 cph Exp $ Bug fixes --------- @@ -22,6 +22,10 @@ Bug fixes * RMAIL file reader must recognize when the tail of the file contains umail messages. +* IMAIL must support I/O to compressed files (for my sake if no one + else). A clean solution to this requires moving compressed-file + support to the runtime system. + Design changes --------------