original commit: 459f21900206f263103a3432d6e2e1dedf8f9973
This commit is contained in:
Matthew Flatt 2000-11-02 16:41:26 +00:00
parent 26a6367085
commit bc8a1ba63d

View File

@ -1,4 +1,9 @@
Version 103.4:
* Changed text% so that later-installed clickbacks take precedence
over earlier-installed clickbacks.
Version 103.3:
* Windows: fixed editor scrolling so that it updates the text while
@ -64,6 +69,7 @@ Changed methods in dc<%> classes to raise an exception if the
Changed dc<%>'s draw-bitmap and draw-bitmap-section to
scale the bitmap if the dc<%> has a scale
Changed text% undo to restore the pre-modification selection
Changed text% so that later-installed clickbacks take precedence
Added optional filters argument to get-file, put-file, and
get-file-list (used by Windows, only)
Fixed internal lock handling on focus and activation events