changeset 45948:5536567c2695

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jun 2002 12:31:33 +0000
parents d8512fb0b229
children 38d7d01adff1
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 21 12:30:47 2002 +0000
+++ b/lisp/ChangeLog	Fri Jun 21 12:31:33 2002 +0000
@@ -15,6 +15,16 @@
 	Discard `help-echo' events.  Handle (menu-bar) events.
 	Simplify by converting key sequence to a list and then back to vector.
 	
+2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
+
+	* mwheel.el: Allow arbitrary keys for scrolling, add a third
+	scrolling speed, fix an unwind-protect.
+	(mouse-wheel-scroll-amount): Now a three-element list.
+	(mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
+	(mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
+	(mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
+	New functions.
+
 2002-06-21  Andreas Schwab  <schwab@suse.de>
 
 	* files.el (find-file-read-args): Add new argument `mustmatch' and