diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2cbf94c0ee7..6ccbb69a919 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * subr.el (function-get): Refine `autoload' arg so it can also | ||
| 4 | autoload functions for gv.el (bug#12191). | ||
| 5 | * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only | ||
| 6 | autoloads macros. | ||
| 7 | |||
| 3 | * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000): | 8 | * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000): |
| 4 | Prefer pcase-let over destructuring-bind. | 9 | Prefer pcase-let over destructuring-bind. |
| 5 | * vc/diff-mode.el (diff-remove-trailing-whitespace): Same. | 10 | * vc/diff-mode.el (diff-remove-trailing-whitespace): Same. |