Mercurial > emacs
changeset 51259:8b32f7df287b
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 26 May 2003 23:03:17 +0000 |
parents | a35e5665c742 |
children | a51376ab4a2e |
files | src/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon May 26 23:01:05 2003 +0000 +++ b/src/ChangeLog Mon May 26 23:03:17 2003 +0000 @@ -1,3 +1,17 @@ +2003-05-27 David Ponce <david@dponce.com> + + 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 <schwab@suse.de> * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.