diff options
| author | Jan Djärv | 2009-11-06 08:30:43 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-11-06 08:30:43 +0000 |
| commit | e511451fd3efe787c5be5873376b305140e098ad (patch) | |
| tree | 1847f55050c7ad0eab95dff5f3711ccee2e261fb /src/ChangeLog | |
| parent | 0b7f397ca754d0fca96b9778329ec5206f445205 (diff) | |
| download | emacs-e511451fd3efe787c5be5873376b305140e098ad.tar.gz emacs-e511451fd3efe787c5be5873376b305140e098ad.zip | |
Fix bug #4870, issues 3 and 4.
* gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
* gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
* xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
ButtonPressRelease and MotionNotify (bug#4870).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2e913ff30b9..29387dac5ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-11-06 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870). | ||
| 4 | |||
| 5 | * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870). | ||
| 6 | |||
| 7 | * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for | ||
| 8 | ButtonPressRelease and MotionNotify (bug#4870). | ||
| 9 | |||
| 1 | 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu> | 10 | 2009-11-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 11 | ||
| 3 | * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory. | 12 | * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory. |