aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2009-11-06 08:30:43 +0000
committerJan Djärv2009-11-06 08:30:43 +0000
commite511451fd3efe787c5be5873376b305140e098ad (patch)
tree1847f55050c7ad0eab95dff5f3711ccee2e261fb /src/ChangeLog
parent0b7f397ca754d0fca96b9778329ec5206f445205 (diff)
downloademacs-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/ChangeLog9
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 @@
12009-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
12009-11-06 Dan Nicolaescu <dann@ics.uci.edu> 102009-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.