From 244aa5dd7ce33646975aba6e6160f460e6442a8b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 30 Dec 1998 20:53:04 +0000 Subject: [PATCH] . original commit: 30e8c589b4642e887e6685589e06b70235a1deb8 --- notes/mred/MrEd_100.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/mred/MrEd_100.txt b/notes/mred/MrEd_100.txt index cd102199..1268eb56 100644 --- a/notes/mred/MrEd_100.txt +++ b/notes/mred/MrEd_100.txt @@ -1056,6 +1056,8 @@ media-buffer%'s do-edit changed to editor<%>'s do-edit-operation, Changed editor<%>'s modified? to is-modified?, added is-locked?. +Added add-undo method to editor<%>, and introduced editor-undo% class. + editor-wordbreak-map%'s get-map and set-map now work on characters instead of integers. @@ -1085,6 +1087,4 @@ the-color-database only has a find-color method; the others were Move the editor margin settings into ps-setup%? -Add programmer-installed undo records to editor<%> - Add `on-tab' to canvas<%>?