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 3717b4400b2..4a570a51df4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing | ||
| 4 | the failing expression, include them in the error message. | ||
| 5 | * eval.c (internal_condition_case_n): Pass nargs and args to hfun. | ||
| 6 | * lisp.h (internal_condition_case_n): Update declaration. | ||
| 7 | |||
| 1 | 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | Inline functions to examine and change buffer overlays. | 10 | Inline functions to examine and change buffer overlays. |