Mercurial > emacs
comparison src/ChangeLog @ 105880:5910e0380daf
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).
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 06 Nov 2009 08:30:43 +0000 |
parents | 0b36e1e1cf47 |
children | 043c605c26d7 |
comparison
equal
deleted
inserted
replaced
105879:b4f29dbe3ee7 | 105880:5910e0380daf |
---|---|
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. |
4 | 13 |
5 * xterm.c (syms_of_xterm): | 14 * xterm.c (syms_of_xterm): |