diff options
| author | Jason Rumney | 2006-04-26 18:19:13 +0000 |
|---|---|---|
| committer | Jason Rumney | 2006-04-26 18:19:13 +0000 |
| commit | 8b03732ee066a88a13db238aa84385c32c78e8b2 (patch) | |
| tree | dbfc08e2ffed36b5799547affe142dbf7fe70ce7 /src/ChangeLog | |
| parent | f5f69b6b4786851f34a0facccbfe911482706814 (diff) | |
| download | emacs-8b03732ee066a88a13db238aa84385c32c78e8b2.tar.gz emacs-8b03732ee066a88a13db238aa84385c32c78e8b2.zip | |
(construct_mouse_wheel): Handle negative coordinates.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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 @@ | |||
| 1 | 2006-04-26 Jason Rumney <jasonr@gnu.org> | 1 | 2006-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. |