diff options
| author | Helmut Eller | 2013-12-02 09:45:22 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-12-02 09:45:22 -0500 |
| commit | f345395c71fb70cc6b42edbef06a26bc6b9b31e0 (patch) | |
| tree | 0ae4bc3c939f87014145b609e39bcb0ed9ad7c9b /src/ChangeLog | |
| parent | a8a15d9d4529d9cc2ace1cbacf0828cb14c6de94 (diff) | |
| download | emacs-f345395c71fb70cc6b42edbef06a26bc6b9b31e0.tar.gz emacs-f345395c71fb70cc6b42edbef06a26bc6b9b31e0.zip | |
* lisp/emacs-lisp/debug.el (debugger-toggle-locals): New command.
(debugger-mode-map): Bind it.
(debugger--backtrace-base): New function.
(debugger-eval-expression): Use it.
(debugger-frame-number): Skip local vars when present.
(debugger--locals-visible-p, debugger--insert-locals)
(debugger--show-locals, debugger--hide-locals): New functions.
* src/eval.c (Fbacktrace__locals): New function.
(syms_of_eval): Defsubr it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e691c91f6b2..db311bdcba5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-12-02 Helmut Eller <eller.helmut@gmail.com> | ||
| 2 | |||
| 3 | * eval.c (Fbacktrace__locals): New function. | ||
| 4 | (syms_of_eval): Defsubr it. | ||
| 5 | |||
| 1 | 2013-12-02 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2013-12-02 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT): | 8 | * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT): |