diff options
| author | Stefan Monnier | 2013-06-13 22:31:28 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-06-13 22:31:28 -0400 |
| commit | 0b31660d3c10a0f8e243dd67bd0ecaf2c847d1e6 (patch) | |
| tree | c98ad57350666702eb75c8c0978f8d7c8e55f8e7 /etc/ChangeLog | |
| parent | 99c812809854a1405ba879814b8ae9a09e82a5e4 (diff) | |
| download | emacs-0b31660d3c10a0f8e243dd67bd0ecaf2c847d1e6.tar.gz emacs-0b31660d3c10a0f8e243dd67bd0ecaf2c847d1e6.zip | |
* lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
(byte-compile-preprocess): Use it.
(byte-compile-file-form-defalias): Try a bit harder to use macros we
can't quite recognize.
(byte-compile-add-to-list): Remove.
* lisp/emacs-lisp/cconv.el (cconv-warnings-only): New function.
(cconv-closure-convert): Add assertion.
* lisp/emacs-lisp/map-ynp.el: Use lexical-binding.
(map-y-or-n-p): Remove unused vars `tail' and `object'.
Factor out some repeated code.
* etc/NEWS (utf-8 for el): Move to the incompatible section.
Diffstat (limited to 'etc/ChangeLog')
| -rw-r--r-- | etc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index a31c6ff944e..1892d5fbb58 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * NEWS (utf-8 for el): Move to the incompatible section. | ||
| 4 | |||
| 1 | 2013-06-13 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-06-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * DEBUG: Document -Og and -fno-omit-frame-pointer. | 7 | * DEBUG: Document -Og and -fno-omit-frame-pointer. |