aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-02-10 18:37:03 -0500
committerStefan Monnier2011-02-10 18:37:03 -0500
commitd779e73c22ae9fedcf6edc6ec286f19cf2e3d89a (patch)
tree099bd33135c87358e721ad3840cba1ff880ed804 /lisp/ChangeLog
parent94d11cb5773b3b37367ee3c4885a374ff129d475 (diff)
downloademacs-d779e73c22ae9fedcf6edc6ec286f19cf2e3d89a.tar.gz
emacs-d779e73c22ae9fedcf6edc6ec286f19cf2e3d89a.zip
* lisp/emacs-lisp/bytecomp.el (byte-compile-catch)
(byte-compile-unwind-protect, byte-compile-track-mouse) (byte-compile-condition-case, byte-compile-save-window-excursion): Provide a :fun-body alternative, so that info can be propagated from the surrounding context, as is the case for lexical scoping. * lisp/emacs-lisp/cconv.el (cconv-mutated, cconv-captured) (cconv-captured+mutated, cconv-lambda-candidates): Fix up declaration. (cconv-freevars): Minor cleanup. Fix handling of the error var in condition-case.
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.