diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b517c48738f..f977b976c4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-single-version) | ||
| 4 | (byte-compile-version-cond, byte-compile-delay-out) | ||
| 5 | (byte-compile-delayed-out): Remove, unused. | ||
| 6 | |||
| 7 | * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | ||
| 8 | Remove debug statement. | ||
| 9 | |||
| 1 | 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * subr.el (apply-partially): Use a non-nil static environment. | 12 | * subr.el (apply-partially): Use a non-nil static environment. |