diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9527dc2bb03..121fe76629e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xterm.c: Avoid allocating Lisp data from a signal handler. | ||
| 4 | (x_error_message): New var to replace x_error_message_string. | ||
| 5 | (x_error_catcher, x_catch_errors, x_catch_errors_unwind) | ||
| 6 | (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler) | ||
| 7 | (syms_of_xterm): Use it instead of x_error_message_string. | ||
| 8 | |||
| 9 | * alloc.c (lisp_align_free): Add an assertion. | ||
| 10 | (make_interval, allocate_string, make_float, Fcons, Fmake_symbol) | ||
| 11 | (allocate_misc): If ENABLE_CHECKING is on, check we're not called from | ||
| 12 | a signal handler. | ||
| 13 | |||
| 1 | 2006-01-21 Luc Teirlinck <teirllm@auburn.edu> | 14 | 2006-01-21 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 15 | ||
| 3 | * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix. | 16 | * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix. |