aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2009-12-13 14:24:22 +0000
committerJan Djärv2009-12-13 14:24:22 +0000
commitb8f0067758d1710e580f55f60ab70cd073f7fa79 (patch)
treeea8e49d8a5cdde385f601fe07a7a27b94217af6e /src/ChangeLog
parente5f0bc9ada3729749b83cfa246b39dd0d6fceca0 (diff)
downloademacs-b8f0067758d1710e580f55f60ab70cd073f7fa79.tar.gz
emacs-b8f0067758d1710e580f55f60ab70cd073f7fa79.zip
Work around warning about g_set_prgname() called multiple times.
* xterm.c (my_log_handler): New function. (x_term_init): Set my_log_handler as log handler during gtk_init so we can filter out buggy messages. (bug #5120).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bf71cc3ea32..692db938e61 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12009-12-13 Jan Djärv <jan.h.d@swipnet.se> 12009-12-13 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * xterm.c (my_log_handler): New function.
4 (x_term_init): Set my_log_handler as log handler during gtk_init
5 so we can filter out buggy messages. (bug #5120).
6
3 * xterm.c (xg_scroll_callback): Parameter list changed, 7 * xterm.c (xg_scroll_callback): Parameter list changed,
4 use parameter GtkScrollType to determine scroll/line/page. 8 use parameter GtkScrollType to determine scroll/line/page.
5 Only allow dragging if a button < 4 is grabbed (bug #5177). 9 Only allow dragging if a button < 4 is grabbed (bug #5177).