diff options
| author | Jan Djärv | 2009-12-12 12:29:15 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-12-12 12:29:15 +0000 |
| commit | e8d7886a67ea5605276be6be01e5733758f467f3 (patch) | |
| tree | 87de60eaf135d0af52bc85cc036a0414bade0fe9 /src/ChangeLog | |
| parent | 4a9b5bf5e0f4a825c8f55627aeeda2b9359cbaf3 (diff) | |
| download | emacs-e8d7886a67ea5605276be6be01e5733758f467f3.tar.gz emacs-e8d7886a67ea5605276be6be01e5733758f467f3.zip | |
gtkutil.c: Scroll bar thumb not updated properly (bug #5177).
(scroll_end_callback): New function (bug #5177)
(xg_create_scroll_bar): Call scroll_end_callback on button release
event (bug #5177).
(xg_event_is_for_scrollbar): != replaced with ==.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6f13fe12611..63338b0880e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-12-12 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (scroll_end_callback): New function (bug #5177) | ||
| 4 | (xg_create_scroll_bar): Call scroll_end_callback on button release | ||
| 5 | event (bug #5177). | ||
| 6 | (xg_event_is_for_scrollbar): != replaced with ==. | ||
| 7 | |||
| 1 | 2009-12-12 Kenichi Handa <handa@m17n.org> | 8 | 2009-12-12 Kenichi Handa <handa@m17n.org> |
| 2 | 9 | ||
| 3 | * ftfont.c (struct ftfont_info): New member matrix. | 10 | * ftfont.c (struct ftfont_info): New member matrix. |