aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-02-27 03:35:31 +0000
committerChong Yidong2006-02-27 03:35:31 +0000
commit4545fa2085b65a310e46b6d599d3998e0a1fe370 (patch)
tree51285cbdbd8cec969e859b17827f6d21572d0357 /src/ChangeLog
parentc50a2aa68292912f11d951bf20b24d79533e0537 (diff)
downloademacs-4545fa2085b65a310e46b6d599d3998e0a1fe370.tar.gz
emacs-4545fa2085b65a310e46b6d599d3998e0a1fe370.zip
* xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary
argument. * xterm.c: (x_load_font, x_term_init, XTmouse_position) (handle_one_xevent, x_connection_closed, x_list_fonts): No arg for x_uncatch_errors. * xselect.c (x_own_selection, x_decline_selection_request) (x_reply_selection_request, x_get_foreign_selection) (Fx_get_atom_name, Fx_send_client_event): Likewise. * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f8b34eb6192..79db6d09d0b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12006-02-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary
4 argument.
5
6 * xterm.c: (x_load_font, x_term_init, XTmouse_position)
7 (handle_one_xevent, x_connection_closed, x_list_fonts): No arg for
8 x_uncatch_errors.
9
10 * xselect.c (x_own_selection, x_decline_selection_request)
11 (x_reply_selection_request, x_get_foreign_selection)
12 (Fx_get_atom_name, Fx_send_client_event): Likewise.
13
14 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
15 Likewise.
16
12006-02-26 Luc Teirlinck <teirllm@auburn.edu> 172006-02-26 Luc Teirlinck <teirllm@auburn.edu>
2 18
3 * lread.c: Declare Vload_file_rep_suffixes instead of 19 * lread.c: Declare Vload_file_rep_suffixes instead of
@@ -28,7 +44,7 @@
282006-02-25 Chong Yidong <cyd@stupidchicken.com> 442006-02-25 Chong Yidong <cyd@stupidchicken.com>
29 45
30 * xterm.h (x_catch_errors) Return value changed to void. 46 * xterm.h (x_catch_errors) Return value changed to void.
31 (x_uncatch_errors): Delete unused count argument delete. 47 (x_uncatch_errors): Delete unused count argument.
32 48
33 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since 49 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
34 it can be called in a signal handler. 50 it can be called in a signal handler.