diff options
| author | Chong Yidong | 2006-02-25 23:20:10 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-02-25 23:20:10 +0000 |
| commit | 9ba8e10d9946be97282d6ba629cf26cd22676a61 (patch) | |
| tree | 33293d21976e945b3090fb7fed6f15c7806febf7 /src/ChangeLog | |
| parent | f523e0c3c54c135e24284fe90d8e67120612ff99 (diff) | |
| download | emacs-9ba8e10d9946be97282d6ba629cf26cd22676a61.tar.gz emacs-9ba8e10d9946be97282d6ba629cf26cd22676a61.zip | |
* xterm.h (x_catch_errors) Return value changed to void.
(x_uncatch_errors): Unused count argument deleted.
* xterm.c (x_catch_errors): Don't use record_unwind_protect, since
it can be called in a signal handler.
(x_catch_errors_unwind): Function deleted.
(x_uncatch_errors): Deallocate last x_error_message_stack struct.
(x_check_errors): Call x_uncatch_errors before signalling error.
(x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
(x_connection_closed, x_list_fonts): Use new versions of
x_catch_errors and 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.
* eval.c (record_unwind_protect): Add an assertion.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8ea097fa118..ea5f5e317b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2006-02-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xterm.h (x_catch_errors) Return value changed to void. | ||
| 4 | (x_uncatch_errors): Unused count argument deleted. | ||
| 5 | |||
| 6 | * xterm.c (x_catch_errors): Don't use record_unwind_protect, since | ||
| 7 | it can be called in a signal handler. | ||
| 8 | (x_catch_errors_unwind): Function deleted. | ||
| 9 | (x_uncatch_errors): Deallocate last x_error_message_stack struct. | ||
| 10 | (x_check_errors): Call x_uncatch_errors before signalling error. | ||
| 11 | |||
| 12 | (x_load_font, x_term_init, XTmouse_position, handle_one_xevent) | ||
| 13 | (x_connection_closed, x_list_fonts): Use new versions of | ||
| 14 | x_catch_errors and x_uncatch_errors. | ||
| 15 | |||
| 16 | * xselect.c (x_own_selection, x_decline_selection_request) | ||
| 17 | (x_reply_selection_request, x_get_foreign_selection) | ||
| 18 | (Fx_get_atom_name, Fx_send_client_event): Likewise. | ||
| 19 | |||
| 20 | * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame): | ||
| 21 | Likewise. | ||
| 22 | |||
| 23 | * eval.c (record_unwind_protect): Add an assertion. | ||
| 24 | |||
| 1 | 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca> | 25 | 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 26 | ||
| 3 | * process.c (Fmake_network_process): Init the process's mark. | 27 | * process.c (Fmake_network_process): Init the process's mark. |