From: Chris Hanson Date: Sun, 9 Jul 2000 03:46:14 +0000 (+0000) Subject: Add release notes for release 7.5.9. X-Git-Tag: 20090517-FFI~3362 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=76bfca7736076fc9281f4016e5cb3bba53737d81;p=mit-scheme.git Add release notes for release 7.5.9. --- diff --git a/v7/doc/user-manual/user.texinfo b/v7/doc/user-manual/user.texinfo index 576d6ebad..609e03f28 100644 --- a/v7/doc/user-manual/user.texinfo +++ b/v7/doc/user-manual/user.texinfo @@ -2,7 +2,7 @@ @iftex @finalout @end iftex -@comment $Id: user.texinfo,v 1.71 2000/05/01 03:17:16 cph Exp $ +@comment $Id: user.texinfo,v 1.72 2000/07/09 03:46:14 cph Exp $ @comment %**start of header (This is for running Texinfo on a region.) @setfilename user.info @settitle MIT Scheme User's Manual @@ -27,9 +27,9 @@ Free Documentation License". @titlepage @title{MIT Scheme User's Manual} -@subtitle Edition 1.71 +@subtitle Edition 1.72 @subtitle for Scheme Release 7.5 -@subtitle 30 April 2000 +@subtitle 8 July 2000 @author by Stephen Adams @author Chris Hanson @author and the MIT Scheme Team @@ -4701,6 +4701,37 @@ the Algorithmic Language Scheme}. These are the changes since release 7.5.0: @itemize @bullet +@item +Release 7.5.9 adds the @sc{imail} mail reader; @sc{imail} is a new +@sc{rmail}-like mail reader that supports @sc{imap} and @sc{mime}. +Edwin's mail-sending support has also been enhanced to understand +@sc{mime}, so that it is now possible to send @sc{mime} attachments. +Numerous changes to the runtime system and to Edwin have been made to +support these changes. + +Additional changes: + +@itemize @bullet +@item +Edwin now has rudimentary support for a mouse wheel. + +@item +Edwin buffer-menu now does better job aligning its columns. + +@item +In Edwin, M-x vc-version-other-window now defaults the version if +unspecified. + +@item +STRING->DECODED-TIME (and consequently other procedures that convert +RFC-822 time strings) now accepts two-digit years, pivoting around 1970. +This is a crock, but we have seen recent email messages utilizing such +strings. + +@item +New procedure SET-STRING-MAXIMUM-LENGTH!. +@end itemize + @item Release 7.5.8 fixes a nasty uninitialized-memory bug in the Win32 event-handling code. No other system is affected.