original commit: 30e8c589b4642e887e6685589e06b70235a1deb8
This commit is contained in:
Matthew Flatt 1998-12-30 20:53:04 +00:00
parent 329e9998f2
commit 244aa5dd7c

View File

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