aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-08-22 17:16:46 -0400
committerStefan Monnier2011-08-22 17:16:46 -0400
commit4eb613489b98093e31f2a81765a4b644fdb90fb2 (patch)
treee40d34f715a95acb70637dc5c55f9771a288dcec /lisp/ChangeLog
parentdac347dd4a459bbbd7274f106797201e6e420701 (diff)
downloademacs-4eb613489b98093e31f2a81765a4b644fdb90fb2.tar.gz
emacs-4eb613489b98093e31f2a81765a4b644fdb90fb2.zip
* lisp/emacs-lisp/debug.el (debug-arglist): New function.
(debug-convert-byte-code): Use it. Handle lexical byte-codes. (debug-on-entry-1): Handle interpreted closures. Fixes: debbugs:9120
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4c7306174d6..4efa1de8e43 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/debug.el (debug-arglist): New function.
4 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6
12011-08-22 Juri Linkov <juri@jurta.org> 72011-08-22 Juri Linkov <juri@jurta.org>
2 8
3 * progmodes/compile.el (compilation-mode-font-lock-keywords): 9 * progmodes/compile.el (compilation-mode-font-lock-keywords):