diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 095ec9010f1..875a361f57b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var. | ||
| 4 | (byte-compile-preprocess): Use it. | ||
| 5 | (byte-compile-file-form-defalias): Try a bit harder to use macros we | ||
| 6 | can't quite recognize. | ||
| 7 | (byte-compile-add-to-list): Remove. | ||
| 8 | * emacs-lisp/cconv.el (cconv-warnings-only): New function. | ||
| 9 | (cconv-closure-convert): Add assertion. | ||
| 10 | |||
| 11 | * emacs-lisp/map-ynp.el: Use lexical-binding. | ||
| 12 | (map-y-or-n-p): Remove unused vars `tail' and `object'. | ||
| 13 | Factor out some repeated code. | ||
| 14 | |||
| 1 | 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | 15 | 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 16 | ||
| 3 | * subr.el (with-eval-after-load): New macro. | 17 | * subr.el (with-eval-after-load): New macro. |