emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 26 May 2003 19:03:17 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3254 emacs/src/ChangeLog:1.3255
*** emacs/src/ChangeLog:1.3254  Mon May 26 18:19:54 2003
--- emacs/src/ChangeLog Mon May 26 19:03:17 2003
***************
*** 1,3 ****
--- 1,17 ----
+ 2003-05-27  David Ponce  <address@hidden>
+ 
+       Handle W32 mouse wheel events as mouse click events, like in X.
+ 
+       * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
+       MOUSE_WHEEL_EVENT anymore.
+ 
+       * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
+       Scrolling down/up the mouse wheel is respectively mapped to mouse
+       button 4 and 5.
+       (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
+       MOUSE_CLICK_EVENT events.  Forward w32 MSH_MOUSEWHEEL events as
+       WM_MOUSEWHEEL events.
+ 
  2003-05-27  Andreas Schwab  <address@hidden>
  
        * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]