original commit: 97243ceacbc19f33c75114346fefbce236dda3f4
This commit is contained in:
Matthew Flatt 2000-07-25 15:05:07 +00:00
parent 9b537867be
commit 89ce3c4ae1

View File

@ -1,9 +1,12 @@
103/1:
* Removed 'anchored flag for snip% (wasn't implemented).
* Windows: editors can paste bitmaps copied to the clipboard from
other programs.
* Added support for loading JPEG file (but not saving) using the IJG
* Windows: fixed get-file-list. (PR 1567)
* Added support for JPEG file loading (but not saving) using the IJG
library. As a result, the MrEd executable grew by 70k, which seemed
like an acceptable amount of bloat for the benefit.
@ -11,10 +14,11 @@
clipboard<%>. Under Windows, these methods move bitmaps to and from
the system in a platform-specific format.
* Windows: editors can paste bitmaps copied to the clipboard from
other programs.
* Changed `graphical-read-eval-print-loop' to take an optional eventspace
argument, which determines the evaluation eventspace. The argument
defaults to #f, which creates a new eventspace for evaluation.
* Windows: fixed get-file-list. (PR 1567)
* Removed 'anchored flag for snip% (wasn't implemented).
----------------------------------------------------------------------
@ -24,6 +28,8 @@ Removed 'anchored flag for snip% (wasn't implemented)
Added support for loading JPEG file (but not saving)
Added get-clipboard-bitmap and set-clipboard-bitmap to
clipboard<%>
Changed graphical-read-eval-print-loop to take an optional
eventspace argument, which determines the evaluation eventspace
Windows: editors can paste bitmaps copied to the
clipboard from other programs
Windows: fixed get-file-list