comparison src/ChangeLog @ 51259:8b32f7df287b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 May 2003 23:03:17 +0000
parents 720b62ceaf0e
children 7e1ab6f8e58b
comparison
equal deleted inserted replaced
51258:a35e5665c742 51259:8b32f7df287b
1 2003-05-27 David Ponce <david@dponce.com>
2
3 Handle W32 mouse wheel events as mouse click events, like in X.
4
5 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
6 MOUSE_WHEEL_EVENT anymore.
7
8 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
9 Scrolling down/up the mouse wheel is respectively mapped to mouse
10 button 4 and 5.
11 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
12 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
13 WM_MOUSEWHEEL events.
14
1 2003-05-27 Andreas Schwab <schwab@suse.de> 15 2003-05-27 Andreas Schwab <schwab@suse.de>
2 16
3 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix. 17 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
4 18
5 * xdisp.c (try_window_id): Avoid aborting if PT is inside a 19 * xdisp.c (try_window_id): Avoid aborting if PT is inside a