aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e93376214bf..b82dc63bec0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -357,15 +357,16 @@ Also the following files used by the now obsolete otodo-mode.el:
357 357
358** Backtrace and debugger 358** Backtrace and debugger
359 359
360*** The Lisp debugger's `e' command now includes the lexical environment
361when evaluating the code in the context at point. Hence, it now lets
362you access lexical variables.
363
364+++ 360+++
365*** New command `v' (`debugger-toggle-locals') displays local vars. 361*** New Lisp debugger command `v' (`debugger-toggle-locals') toggles the
362displays of local variables.
363
364*** The Lisp debugger's `e' command (`debugger-eval-expression') now includes
365the lexical environment when evaluating the code in the context at point
366(and so allows you to access lexical variables).
366 367
367*** New minor mode `jit-lock-debug-mode' lets you use the debuggers on 368---
368code run via JIT Lock. 369*** New minor mode `jit-lock-debug-mode' helps you debug code run via JIT Lock.
369 370
370--- 371---
371** Battery information can now be retrieved from BSD's `apm' utility. 372** Battery information can now be retrieved from BSD's `apm' utility.