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.