diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 70f77f8f0cd..ab0ba1b6758 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-08-04 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * keyboard.c (safe_run_hook_funcall): Avoid consing around | ||
| 4 | Vinhibit_quit and prefer internal_condition_case_n to pass args. | ||
| 5 | (safe_run_hooks_error, safe_run_hooks_1): Adjust accordingly. | ||
| 6 | (safe_run_hooks): Remove comment which is not relevant any more. | ||
| 7 | |||
| 1 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Don't let big frames overrun the stack. | 10 | Don't let big frames overrun the stack. |