aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-26 23:03:17 +0000
committerJuanma Barranquero2003-05-26 23:03:17 +0000
commit1c64a4a2961e4eeaf577aab866857e60a2f5a0a1 (patch)
treee0493b0a71bb6f08af2834f8f51c8b5d9727e1b7 /src/ChangeLog
parentf84b99383bc0723bf41e47c02e212a1f632f31b9 (diff)
downloademacs-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/ChangeLog14
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 @@
12003-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
12003-05-27 Andreas Schwab <schwab@suse.de> 152003-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.