aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorHelmut Eller2013-12-02 09:45:22 -0500
committerStefan Monnier2013-12-02 09:45:22 -0500
commitf345395c71fb70cc6b42edbef06a26bc6b9b31e0 (patch)
tree0ae4bc3c939f87014145b609e39bcb0ed9ad7c9b /src/ChangeLog
parenta8a15d9d4529d9cc2ace1cbacf0828cb14c6de94 (diff)
downloademacs-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/ChangeLog5
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 @@
12013-12-02 Helmut Eller <eller.helmut@gmail.com>
2
3 * eval.c (Fbacktrace__locals): New function.
4 (syms_of_eval): Defsubr it.
5
12013-12-02 Dmitry Antipov <dmantipov@yandex.ru> 62013-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):