original commit: f4281b1562d526cf84a6a2acef326cfa4ea46783
This commit is contained in:
Matthew Flatt 1998-09-07 21:06:22 +00:00
parent 15939f0da7
commit 2f941f4af6

View File

@ -976,6 +976,9 @@ Added 'unknown image kind for bitmap%'s load-file, etc., which
canvas%'s get-view-start returns values in pixels, not scroll units
editor-wordbreak-map%'s get-map and set-map now work on characters
instead of integers
text%'s find-string and find-string-all use symbols to specify the
direction, 'forward or 'backward instead of -1 or 1.