From 532bb854630c4a873fab44ea121c88655a4a6bdb Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 1 May 2000 03:17:16 +0000 Subject: [PATCH] Changes for 7.5.8. --- v7/doc/user-manual/user.texinfo | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/v7/doc/user-manual/user.texinfo b/v7/doc/user-manual/user.texinfo index dc3ac9466..576d6ebad 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.70 2000/04/20 21:03:39 cph Exp $ +@comment $Id: user.texinfo,v 1.71 2000/05/01 03:17:16 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.70 +@subtitle Edition 1.71 @subtitle for Scheme Release 7.5 -@subtitle 20 April 2000 +@subtitle 30 April 2000 @author by Stephen Adams @author Chris Hanson @author and the MIT Scheme Team @@ -517,8 +517,8 @@ itself, clear the screen, and print something like this: @example @group -Scheme saved on Thursday April 20, 2000 at 4:54:00 PM - Release 7.5.7 +Scheme saved on Sunday April 30, 2000 at 11:10:40 PM + Release 7.5.8 Microcode 11.167 Runtime 14.182 @end group @@ -4701,6 +4701,10 @@ the Algorithmic Language Scheme}. These are the changes since release 7.5.0: @itemize @bullet +@item +Release 7.5.8 fixes a nasty uninitialized-memory bug in the Win32 +event-handling code. No other system is affected. + @item Release 7.5.7 changes: add support for the mhash library under GNU/Linux; fix bug in international keyboard support under Windows -- 2.25.1