aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c137860013b..7c920b2eadc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cconv.el (cconv-mutated, cconv-captured)
4 (cconv-captured+mutated, cconv-lambda-candidates): Fix up declaration.
5 (cconv-freevars): Minor cleanup. Fix handling of the error var in
6 condition-case.
7
8 * emacs-lisp/bytecomp.el (byte-compile-catch)
9 (byte-compile-unwind-protect, byte-compile-track-mouse)
10 (byte-compile-condition-case, byte-compile-save-window-excursion):
11 Provide a :fun-body alternative, so that info can be propagated from the
12 surrounding context, as is the case for lexical scoping.
13
12011-02-10 Igor Kuzmin <kuzminig@iro.umontreal.ca> 142011-02-10 Igor Kuzmin <kuzminig@iro.umontreal.ca>
2 15
3 * emacs-lisp/cconv.el: New file. 16 * emacs-lisp/cconv.el: New file.