diff options
| author | Eli Zaretskii | 2013-12-11 19:06:29 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-11 19:06:29 +0200 |
| commit | a34a8cd1e46594c5776f187dd98583bcb82f9bc0 (patch) | |
| tree | 92503ed7f7d3fb3c73c38d4689611b8202682970 /etc | |
| parent | 8b55eeeb70be4b4ff3dd4694013bdb1a9f668bc6 (diff) | |
| parent | 1421be8445803bdb9c3fece8c658836b5f0f9c34 (diff) | |
| download | emacs-a34a8cd1e46594c5776f187dd98583bcb82f9bc0.tar.gz emacs-a34a8cd1e46594c5776f187dd98583bcb82f9bc0.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 14 insertions, 5 deletions
| @@ -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 |
| 251 | CUA-mode was changed to make use of delete-selection-mode and | ||
| 252 | shift-select-mode. So you can now enable it independently from | ||
| 253 | transient-mark-mode, delete-selection-mode, and shift-select-mode. | ||
| 254 | As 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. | ||
| 261 | This 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 |
| 265 | Eshell has been able to handle "visual" commands (interactive, | 268 | Eshell has been able to handle "visual" commands (interactive, |
| 266 | non-line oriented commands such as top that require display | 269 | non-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. |
| 319 | The default separator is changed to allow surrounding spaces around the comma. | 322 | The 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. | ||
| 326 | This 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. |