aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-09-13 22:39:23 +0000
committerChong Yidong2006-09-13 22:39:23 +0000
commit98a20c65dfeee04bb7d25e081c5b863de8fa9f33 (patch)
treeca0765f4ed42e8ad059794c7bb2b2a4496b58c2a /src/ChangeLog
parent29e49c4ee2957619bf7544254688e0f9314e0446 (diff)
downloademacs-98a20c65dfeee04bb7d25e081c5b863de8fa9f33.tar.gz
emacs-98a20c65dfeee04bb7d25e081c5b863de8fa9f33.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f2125895c2c..4f026bac9b9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12006-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
12006-09-13 Richard Stallman <rms@gnu.org> 132006-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,