Mercurial > emacs
diff src/ChangeLog @ 106560:e4fa191eaf50
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).
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Sun, 13 Dec 2009 14:24:22 +0000 |
| parents | bac7488df503 |
| children | 85bf88fe0269 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Dec 13 13:31:35 2009 +0000 +++ b/src/ChangeLog Sun Dec 13 14:24:22 2009 +0000 @@ -1,5 +1,9 @@ 2009-12-13 Jan Djärv <jan.h.d@swipnet.se> + * 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). + * xterm.c (xg_scroll_callback): Parameter list changed, use parameter GtkScrollType to determine scroll/line/page. Only allow dragging if a button < 4 is grabbed (bug #5177).
