From 08b0d7271bee181d0d0244da494feff06830aa36 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 5 Oct 2001 14:23:28 +0000 Subject: [PATCH] . original commit: 2e8a198ba182449d93aa3ceabe5e306bbe5c7ec4 --- notes/mred/HISTORY | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 05501268..af1779e6 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -1,6 +1,12 @@ Version 199.24: + * Added `wheel-step' instantiation keyword and method to + editor-canvas%; #f turns off wheel event handling, and the default + is 3 (or a value specified through a "mred.wheelStep" resource). + + * Added "wheelup" and "wheeldown" keymap names. + * Added `scroll-to' method to editor-canvas%. * X: 'no-resize-border works for frame% with many window managers.