comparison src/ChangeLog @ 72854:f295b430aa3a

* xterm.c (x_initialize): Don't install Xt event timer here. (x_timeout_atimer_activated_flag): New var. (x_activate_timeout_atimer): New function to install Xt timer. (x_send_scroll_bar_event, x_process_timeouts): Use it. * xmenu.c (x_menu_set_in_use, popup_activate_callback) (create_and_show_popup_menu, create_and_show_dialog): Use it. * xterm.h (x_activate_timeout_atimer): prototype.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 Sep 2006 22:39:23 +0000
parents 03031b73c9aa
children 475712bc7be7
comparison
equal deleted inserted replaced
72853:4ee2b4b1cf76 72854:f295b430aa3a
1 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * xterm.c (x_initialize): Don't install Xt event timer here.
4 (x_timeout_atimer_activated_flag): New var.
5 (x_activate_timeout_atimer): New function to install Xt timer.
6 (x_send_scroll_bar_event, x_process_timeouts): Use it.
7
8 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
9 (create_and_show_popup_menu, create_and_show_dialog): Use it.
10
11 * xterm.h (x_activate_timeout_atimer): prototype.
12
1 2006-09-13 Richard Stallman <rms@gnu.org> 13 2006-09-13 Richard Stallman <rms@gnu.org>
2 14
3 * print.c (print_string): When printcharfun is t, 15 * print.c (print_string): When printcharfun is t,
4 copy string contents and call strout on the copy. 16 copy string contents and call strout on the copy.
5 17