changeset 45126:27e99a48f837

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 04 May 2002 22:22:33 +0000
parents cddef18bf668
children ee4a77a2b6b7
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 04 22:17:07 2002 +0000
+++ b/lisp/ChangeLog	Sat May 04 22:22:33 2002 +0000
@@ -1,3 +1,14 @@
+2002-05-04  Jason Rumney  <jasonr@gnu.org>
+
+	* mwheel.el (mwheel-event-button): Translate mouse-wheel events.
+	(mwheel-scroll): Recognize nil scroll amount as documented.
+
+	* term/w32-win.el (mouse-wheel-scroll-line)
+	(mouse-wheel-scroll-screen): Remove.
+	([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
+
+	* w32-vars.el: (mouse-wheel-scroll-amount): Removed.
+
 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
 
 	* emacs-lisp/find-func.el (find-function-search-for-symbol): Bind
--- a/src/ChangeLog	Sat May 04 22:17:07 2002 +0000
+++ b/src/ChangeLog	Sat May 04 22:22:33 2002 +0000
@@ -1,5 +1,8 @@
 2002-05-04  Jason Rumney  <jasonr@gnu.org>
 
+	* keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
+	for event-click-count.
+
 	* process.c (init_process): Only add server subfeature if we can
 	use non-blocking I/O.