diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e23af26f543..04eabcb26db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | 2013-11-05 Jarek Czekalski <jarekczek@poczta.onet.pl> (tiny change) | ||
| 2 | |||
| 3 | * keyboard.c: new function default-error-output which becomes | ||
| 4 | a default value for command-error-function. | ||
| 5 | |||
| 1 | 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * eval.c (handlerlist_sentinel): New variable (bug#15802). | 8 | * eval.c (handlerlist_sentinel): New variable (bug#15802). |
| 4 | (init_eval): Use it to ensure handlerlist is non-NULL. | 9 | (init_eval): Use it to ensure handlerlist is non-NULL. |
| 5 | (unwind_to_catch): Make sure we never set handlerlist to NULL. | 10 | (unwind_to_catch): Make sure we never set handlerlist to NULL. |
| 6 | (Fsignal): Adjust NULLness test of handlerlist. | 11 | (Fsignal): Adjust NULLness test of handlerlist. |
| 7 | |||
| 8 | * lisp.h (PUSH_HANDLER): Assume handlerlist is non-NULL. | 12 | * lisp.h (PUSH_HANDLER): Assume handlerlist is non-NULL. |
| 9 | 13 | ||
| 10 | 2013-11-05 Eli Zaretskii <eliz@gnu.org> | 14 | 2013-11-05 Eli Zaretskii <eliz@gnu.org> |