aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2006-04-26 18:19:13 +0000
committerJason Rumney2006-04-26 18:19:13 +0000
commit8b03732ee066a88a13db238aa84385c32c78e8b2 (patch)
treedbfc08e2ffed36b5799547affe142dbf7fe70ce7 /src/ChangeLog
parentf5f69b6b4786851f34a0facccbfe911482706814 (diff)
downloademacs-8b03732ee066a88a13db238aa84385c32c78e8b2.tar.gz
emacs-8b03732ee066a88a13db238aa84385c32c78e8b2.zip
(construct_mouse_wheel): Handle negative coordinates.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c47d5970fad..45b99584427 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12006-04-26 Jason Rumney <jasonr@gnu.org> 12006-04-26 Jason Rumney <jasonr@gnu.org>
2 2
3 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
4
3 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>: 5 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
4 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases 6 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
5 where we preempt mouse_button_timer. 7 where we preempt mouse_button_timer.