diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ea5f5e317b8..bfbbf90e02b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,14 @@ | |||
| 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. |