original commit: e20292bf749592063531fd29237ecda70cd35813
This commit is contained in:
Robby Findler 1998-11-04 05:31:13 +00:00
parent a6edd9b5e9
commit f02e58f435

View File

@ -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<%>