# HG changeset patch # User Juanma Barranquero # Date 1053990197 0 # Node ID 8b32f7df287bc444facf2fa36a37f94d71cd7e3b # Parent a35e5665c7427a04e1550f50b499d4458101a3cb *** empty log message *** diff -r a35e5665c742 -r 8b32f7df287b src/ChangeLog --- 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 + + 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 * buffer.c (syms_of_buffer) : Doc fix.