original commit: 0d6dd99bce474ea3a8fa4b599890eee1c0f27ff4
This commit is contained in:
Matthew Flatt 2000-08-11 01:47:54 +00:00
parent 03a0fa5aaf
commit 415537868c

View File

@ -7,8 +7,8 @@
eventspace are running, and no callbacks are queued in the eventspace are running, and no callbacks are queued in the
eventspace. eventspace.
* Fixed set-max-undo-history; it wasn't actually resizing the undo * Fixed set-max-undo-history in editor<%>; it wasn't actually
history buffer. resizing the undo history buffer.
* Windows, MacOS: Fixed location of "[Exited]" in stdio window. (PR * Windows, MacOS: Fixed location of "[Exited]" in stdio window. (PR
1600) 1600)
@ -54,6 +54,8 @@
Version 103: ?? Version 103: ??
Added 'wait as a possible argument to `yield', and changed startup
to call (yield 'wait)
Removed 'anchored flag for snip% (wasn't implemented) Removed 'anchored flag for snip% (wasn't implemented)
Added support for loading JPEG file (but not saving) Added support for loading JPEG file (but not saving)
Added get-clipboard-bitmap and set-clipboard-bitmap to Added get-clipboard-bitmap and set-clipboard-bitmap to
@ -63,6 +65,7 @@ Changed graphical-read-eval-print-loop to take an optional
Fixed menu shortcut handling to call the menu bar's `on-demand' Fixed menu shortcut handling to call the menu bar's `on-demand'
method before looking for a key binding method before looking for a key binding
Fixed auto-wrapping bug in text% Fixed auto-wrapping bug in text%
Fixed set-max-undo-history in editor<%>
Windows: editors can paste bitmaps copied to the Windows: editors can paste bitmaps copied to the
clipboard from other programs clipboard from other programs
Windows: fixed get-file-list Windows: fixed get-file-list