From e06d6226eb3e4fedbec909f7134b15143c5a797e Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 26 Aug 1998 02:07:28 +0000 Subject: [PATCH] . original commit: 6394beb31a35a156756f127584fd401a72483390 --- notes/mred/MrEd_100.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/notes/mred/MrEd_100.txt b/notes/mred/MrEd_100.txt index f072f373..90c7a90c 100644 --- a/notes/mred/MrEd_100.txt +++ b/notes/mred/MrEd_100.txt @@ -925,7 +925,7 @@ key-event%'s key-code method was removed key-event%'s get-key-code returns a character or a symbol instead of a number -window%'s set-cursor no longer returns the cursor; added get-cursor, +window<%>'s set-cursor no longer returns the cursor; added get-cursor, instead editor-snip%'s resize method no longer calls the embedded buffer's @@ -934,9 +934,10 @@ editor-snip%'s resize method no longer calls the embedded buffer's {get-set}-{...} PS configuration bundled into an object, an instance of ps-setup%; added current-ps-setup parameter. -media-buffer%'s do-edit changed to do-edit-operation, takes a symbol - instead of a number +media-buffer%'s do-edit changed to editor<%>'s do-edit-operation, + takes a symbol instead of a number +pasteboard%'s {on,after}-interactive-move takes a mouse-event% object ----------------------------- TODO: Miscellaneous Cleanup