comparison src/ChangeLog @ 69173:fdee8318ddc9

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 27 Feb 2006 03:35:31 +0000
parents 21adf79dfc57
children b9ad41f39bf6
comparison
equal deleted inserted replaced
69172:e22243af3267 69173:fdee8318ddc9
1 2006-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
1 2006-02-26 Luc Teirlinck <teirllm@auburn.edu> 17 2006-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
4 deleted variable default_suffixes. 20 deleted variable default_suffixes.
5 (Fget_load_suffixes): New function. 21 (Fget_load_suffixes): New function.
26 yesterday's changes to xterm.c. 42 yesterday's changes to xterm.c.
27 43
28 2006-02-25 Chong Yidong <cyd@stupidchicken.com> 44 2006-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.
35 (x_catch_errors_unwind): Function deleted. 51 (x_catch_errors_unwind): Function deleted.
36 (x_uncatch_errors): Deallocate last x_error_message_stack struct. 52 (x_uncatch_errors): Deallocate last x_error_message_stack struct.