original commit: 0ff9c27a13be7e6363d25fd8aab9ed10b7f7cbe3
This commit is contained in:
Matthew Flatt 2000-07-25 15:07:40 +00:00
parent 89ce3c4ae1
commit 03855a6b1b

View File

@ -1,15 +1,15 @@
103/1:
* Added support for JPEG file loading (but not saving) using the IJG
library. The MrEd executable grew by 70k, which seemed
like an acceptable amount of bloat for the benefit.
* Windows: editors can paste bitmaps copied to the clipboard from
other programs.
* 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.
* Added `get-clipboard-bitmap' and `set-clipboard-bitmap' to
clipboard<%>. Under Windows, these methods move bitmaps to and from
the system in a platform-specific format.