From abcfcc2152314759c0b4c209a05f7264b3915ced Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 28 Feb 1998 23:59:21 +0000 Subject: [PATCH] added entries from recently fixed bugs original commit: da8cad315fd3f44f28277639b02617c3fbf63344 --- notes/mred/HISTORY | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 5e9e282d..87d21e8e 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -85,9 +85,6 @@ Upgraded to gc 13alpha1 System: ------- -- mzlib now has empty? and empty. The print converter is now - parameterized over the symbol that represents the empty list. - - parenthesis matching is improved - turned off the file name printouts on splash screen @@ -135,9 +132,19 @@ On windows: - provide "simple" interface to unitized apps +- mred:edit-file used to return (void) when the file was already + open. Now it returns the (already open) frame. + - fixed callback printfs from frames. They now appear in the console. -- better begin/end-edit-sequence support in mred; used by info-frame. +- the paren shader used to fail on very large regions. It does not + anymore. + +- fixed mred:radio-box%'s enable method. It now takes two arguments. + +- better begin/end-edit-sequence support in mred; used by + info-frame. There is a new method of mred:media-edit: + "run-after-edit-sequence". - eval no longer loops forever in mred vocabulary @@ -150,8 +157,6 @@ On windows: - MrEd's collections are now documented. -- the collection paths are not normalized anymore - - The command line flags have changed. Specifically: the -nu flag is now called either "--non-unitized" or "-u". the splash screen flag has changed. @@ -190,6 +195,13 @@ On windows: - mred:get-file and mred:put-file now take a parent window as optional last argument. +- the collection paths are not normalized anymore + +- fixed bugs in the meta-u and meta-l keybindings + +- if unmarshalling preferences caused an exception at startup, MrEd + would open up EdJr; now it recovers and uses the default value. + ---------------------------------------------------------------------- Version 50: August 26, 1997