aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-11 19:06:29 +0200
committerEli Zaretskii2013-12-11 19:06:29 +0200
commita34a8cd1e46594c5776f187dd98583bcb82f9bc0 (patch)
tree92503ed7f7d3fb3c73c38d4689611b8202682970 /etc
parent8b55eeeb70be4b4ff3dd4694013bdb1a9f668bc6 (diff)
parent1421be8445803bdb9c3fece8c658836b5f0f9c34 (diff)
downloademacs-a34a8cd1e46594c5776f187dd98583bcb82f9bc0.tar.gz
emacs-a34a8cd1e46594c5776f187dd98583bcb82f9bc0.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS19
1 files changed, 14 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f9aeffa5c6..55a1ded7099 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -247,7 +247,14 @@ You can pick the name of the function and the variables with `C-x 4 a'.
247 247
248* Changes in Specialized Modes and Packages in Emacs 24.4 248* Changes in Specialized Modes and Packages in Emacs 24.4
249 249
250** The backtrace debugger can display local vars with `v'. 250** CUA-mode
251CUA-mode was changed to make use of delete-selection-mode and
252shift-select-mode. So you can now enable it independently from
253transient-mark-mode, delete-selection-mode, and shift-select-mode.
254As a result, cua-highlight-region-shift-only is obsolete
255(you can disable transient-mark-mode to get the same result).
256
257** `delete-selection-mode' can be used without transient-mark-mode.
251 258
252** prolog-use-smie has been removed, along with the non-SMIE indentation code. 259** prolog-use-smie has been removed, along with the non-SMIE indentation code.
253 260
@@ -257,10 +264,6 @@ file and letting SMIE learn from it.
257 264
258** sh-script now uses its SMIE indentation algorithm by default. 265** sh-script now uses its SMIE indentation algorithm by default.
259 266
260** The debugger's `e' command evaluates the code in the context at point.
261This includes using the lexical environment at point, which means that
262`e' now lets you access lexical variables as well.
263
264** `eshell' now supports visual subcommands and options 267** `eshell' now supports visual subcommands and options
265Eshell has been able to handle "visual" commands (interactive, 268Eshell has been able to handle "visual" commands (interactive,
266non-line oriented commands such as top that require display 269non-line oriented commands such as top that require display
@@ -318,6 +321,12 @@ Use `electric-indent-mode' instead.
318** completing-read-multiple's separator can now be a regexp. 321** completing-read-multiple's separator can now be a regexp.
319The default separator is changed to allow surrounding spaces around the comma. 322The default separator is changed to allow surrounding spaces around the comma.
320 323
324** The backtrace debugger and local variables:
325*** The debugger's `e' command evaluates the code in the context at point.
326This includes using the lexical environment at point, which means that
327`e' now lets you access lexical variables as well.
328*** The backtrace debugger can display local vars with `v'.
329
321** Battery 330** Battery
322 331
323*** Battery information via the BSD `apm' utility is now supported. 332*** Battery information via the BSD `apm' utility is now supported.