diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fd29f0ffba..2feab6a9583 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,12 @@ | |||
| 1 | 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-04-21 Daniel Colascione <dancol@dancol.org> |
| 2 | |||
| 3 | * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the | ||
| 4 | last two parameters after all. | ||
| 5 | (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member) | ||
| 6 | (cl--compiler-macro-assoc,cl-struct-slot-value) | ||
| 7 | (cl-struct-set-slot-value): Stop using them. | ||
| 8 | |||
| 9 | (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | 10 | ||
| 3 | * image-mode.el (image-mode-window-put): Don't assume there's a `t' | 11 | * image-mode.el (image-mode-window-put): Don't assume there's a `t' |
| 4 | entry in image-mode-winprops-alist. | 12 | entry in image-mode-winprops-alist. |