aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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,