comparison src/ChangeLog @ 69157:76d55cdb7481

(struct specbinding, specpdl_ptr): Remove the volatile qualifier which was trying to avoid the bug that was fixed by yesterday's changes to xterm.c.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 26 Feb 2006 16:14:20 +0000
parents 01488e1b40d1
children e776bfb73f2b
comparison
equal deleted inserted replaced
69156:e14bc51fc1eb 69157:76d55cdb7481
1 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
4 qualifier which was trying to avoid the bug that was fixed by
5 yesterday's changes to xterm.c.
6
1 2006-02-25 Chong Yidong <cyd@stupidchicken.com> 7 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * xterm.h (x_catch_errors) Return value changed to void. 9 * xterm.h (x_catch_errors) Return value changed to void.
4 (x_uncatch_errors): Unused count argument deleted. 10 (x_uncatch_errors): Delete unused count argument delete.
5 11
6 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since 12 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
7 it can be called in a signal handler. 13 it can be called in a signal handler.
8 (x_catch_errors_unwind): Function deleted. 14 (x_catch_errors_unwind): Function deleted.
9 (x_uncatch_errors): Deallocate last x_error_message_stack struct. 15 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
10 (x_check_errors): Call x_uncatch_errors before signalling error. 16 (x_check_errors): Call x_uncatch_errors before signalling error.