From 03855a6b1b3ea49e7f9ec17738fdf3a6c4088943 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 25 Jul 2000 15:07:40 +0000 Subject: [PATCH] . original commit: 0ff9c27a13be7e6363d25fd8aab9ed10b7f7cbe3 --- notes/mred/HISTORY | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 94dd71f6..b424808e 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -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.