From adbf49ffb61d52b8d37c5e90d3b13cad653c6344 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 8 Jun 2000 01:00:36 +0000 Subject: [PATCH] . original commit: 3f95eabf2a621f828f2852718df95cbf16ec261c --- notes/mred/HISTORY | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 106806e2..631ad3ac 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -15,6 +15,13 @@ Added send-message-to-window procedure Added pop-down callback initialization argument to popup-menu%, and added 'menu-popdown and 'menu-popdown-none event types to control-event% +Added get-popup-target method to popup-menu% +Added popup-menu method to editor-admin% and snip-admin% +Added can-do-edit-operation? to editr<%> +Added "leftbuttonseq", "middlebuttonseq", and "rightbuttonseq" to + keymap%'s map-function +Changed the default text keymap initializer to map right button + releases to popup an edit menu Changed the meaning of the on-change method in editor<%>; see the manual for details Editor reading/writing/cutting/pasting no longer relies on global @@ -27,6 +34,7 @@ Made stdio window for Windows/MacOS accept input (for `read', etc.) X, Mac: Fixed list-box% to handle arbitrarily many list items X: Fixed input of keypad characters and dead characters (such as accent marks) +X: Fixed loading of amimated GIFs (shows only first image) ----------------------------------------------------------------------