diff options
| author | Juanma Barranquero | 2003-05-26 23:03:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-05-26 23:03:17 +0000 |
| commit | 1c64a4a2961e4eeaf577aab866857e60a2f5a0a1 (patch) | |
| tree | e0493b0a71bb6f08af2834f8f51c8b5d9727e1b7 /src/ChangeLog | |
| parent | f84b99383bc0723bf41e47c02e212a1f632f31b9 (diff) | |
| download | emacs-1c64a4a2961e4eeaf577aab866857e60a2f5a0a1.tar.gz emacs-1c64a4a2961e4eeaf577aab866857e60a2f5a0a1.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b2c60e4fe92..31720b50730 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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. |