diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 81f70435627..7998b7aa8fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance. | ||
| 4 | (advice-add): Add a :advice--pending marker, so advice--make-1 knows | ||
| 5 | when the advice is pending. | ||
| 6 | (advice-remove): Remove this marker when not needed any more. | ||
| 7 | |||
| 1 | 2014-03-11 Juanma Barranquero <lekktu@gmail.com> | 8 | 2014-03-11 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * frameset.el: Separate options for reusing frames and cleaning up. | 10 | * frameset.el: Separate options for reusing frames and cleaning up. |