diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cce686b5f1d..ace8d2231a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-macs.el (cl-defstruct): Minor optimization when include | ||
| 4 | or print is nil. | ||
| 5 | (cl-struct-type-p): New function. | ||
| 6 | |||
| 7 | * emacs-lisp/cl-generic.el: Add support for cl-next-method-p. | ||
| 8 | (cl-defmethod): Add edebug spec. | ||
| 9 | (cl--generic-build-combined-method): Fix call to | ||
| 10 | cl-no-applicable-method. | ||
| 11 | (cl--generic-nnm-sample, cl--generic-cnm-sample): New constant. | ||
| 12 | (cl--generic-isnot-nnm-p): New function. | ||
| 13 | (cl--generic-lambda): Use it to add support for cl-next-method-p. | ||
| 14 | (cl-no-next-method, cl-no-applicable-method): Simplify arg list. | ||
| 15 | (cl-next-method-p): New function. | ||
| 16 | |||
| 1 | 2015-01-17 Ulrich Müller <ulm@gentoo.org> | 17 | 2015-01-17 Ulrich Müller <ulm@gentoo.org> |
| 2 | 18 | ||
| 3 | * version.el (emacs-repository-get-version): Update docstring. | 19 | * version.el (emacs-repository-get-version): Update docstring. |
| @@ -14,8 +30,8 @@ | |||
| 14 | in place of the file name while working on non-file buffers, just | 30 | in place of the file name while working on non-file buffers, just |
| 15 | like hack-dir-local-variables already does. (Bug#19140) | 31 | like hack-dir-local-variables already does. (Bug#19140) |
| 16 | 32 | ||
| 17 | * textmodes/enriched.el (enriched-encode): Use | 33 | * textmodes/enriched.el (enriched-encode): |
| 18 | inhibit-point-motion-hooks in addition to inhibit-read-only. | 34 | Use inhibit-point-motion-hooks in addition to inhibit-read-only. |
| 19 | (Bug#18246) | 35 | (Bug#18246) |
| 20 | 36 | ||
| 21 | * desktop.el (desktop-read): Do not call desktop-clear when no | 37 | * desktop.el (desktop-read): Do not call desktop-clear when no |