diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e18f562eaf3..cb3aebb2682 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-04-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Preserve arg names for advice of subr and lexical functions (bug#8457). | ||
| 4 | * help-fns.el (help-function-arglist): Consolidate the subr and | ||
| 5 | new-byte-code cases. Add argument `preserve-names' to extract names | ||
| 6 | from the docstring when needed. | ||
| 7 | * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args) | ||
| 8 | (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove. | ||
| 9 | (ad-arglist): Use help-function-arglist's new arg. | ||
| 10 | (ad-definition-type): Use cond. | ||
| 11 | |||
| 1 | 2011-04-13 Juanma Barranquero <lekktu@gmail.com> | 12 | 2011-04-13 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 13 | ||
| 3 | * autorevert.el (auto-revert-handler): | 14 | * autorevert.el (auto-revert-handler): |