comparison 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
comparison
equal deleted inserted replaced
106559:bac7488df503 106560:e4fa191eaf50
1 2009-12-13 Jan Djärv <jan.h.d@swipnet.se> 1 2009-12-13 Jan Djärv <jan.h.d@swipnet.se>
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).
2 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).
6 (xg_end_scroll_callback): New function. 10 (xg_end_scroll_callback): New function.