diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index aed32c23..94dd71f6 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -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