diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-08-22 Juri Linkov <juri@jurta.org> | 7 | 2011-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): |