From 415537868c056e899ec45b733ce02339b7b58931 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 11 Aug 2000 01:47:54 +0000 Subject: [PATCH] . original commit: 0d6dd99bce474ea3a8fa4b599890eee1c0f27ff4 --- notes/mred/HISTORY | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 4aa202d7..aa4f0401 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -7,8 +7,8 @@ eventspace are running, and no callbacks are queued in the eventspace. - * Fixed set-max-undo-history; it wasn't actually resizing the undo - history buffer. + * Fixed set-max-undo-history in editor<%>; it wasn't actually + resizing the undo history buffer. * Windows, MacOS: Fixed location of "[Exited]" in stdio window. (PR 1600) @@ -54,6 +54,8 @@ Version 103: ?? +Added 'wait as a possible argument to `yield', and changed startup + to call (yield 'wait) 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 @@ -63,6 +65,7 @@ Changed graphical-read-eval-print-loop to take an optional Fixed menu shortcut handling to call the menu bar's `on-demand' method before looking for a key binding Fixed auto-wrapping bug in text% +Fixed set-max-undo-history in editor<%> Windows: editors can paste bitmaps copied to the clipboard from other programs Windows: fixed get-file-list