From f02e58f43586daba60653f75a94e615d82c3fa91 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 4 Nov 1998 05:31:13 +0000 Subject: [PATCH] ... original commit: e20292bf749592063531fd29237ecda70cd35813 --- notes/mred/MrEd_100_Framework.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/notes/mred/MrEd_100_Framework.txt b/notes/mred/MrEd_100_Framework.txt index 43bd4aa8..26b834cf 100644 --- a/notes/mred/MrEd_100_Framework.txt +++ b/notes/mred/MrEd_100_Framework.txt @@ -9,6 +9,12 @@ into a separate application. Subtle Changes: + - the built in keymap functions no longer call: + add-editor-keymap-functions + add-text-keymap-functions and + add-pasteboard-keymap-functions + automatically. Instead, the pasteboards and editor classes add them in. + - the editor `auto-save?' ivar is now called `autosave?' - overriding `windows-menu' with #f no longer eliminates the windows menu. Now, it is an error. @@ -278,3 +284,5 @@ NOTE: some used but non-existant interfaces from mred engine: panel:make-edit% : panel<%> -> panel:edit<%> snip:make-basic-style% : snip<%> -> snip<%> + + scheme:make-text% : text:basic<%> -> scheme:text<%> \ No newline at end of file