diff options
| author | Stefan Monnier | 2013-12-11 09:42:34 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-12-11 09:42:34 -0500 |
| commit | 4b72c12bf8e7231aba333ee1c2c354c35c0dd77c (patch) | |
| tree | 4c4ecbac91108fcef435be1e882cd8c50c5be46c /etc | |
| parent | e82af72d50e789123f3aba16c7389c688c49469a (diff) | |
| download | emacs-4b72c12bf8e7231aba333ee1c2c354c35c0dd77c.tar.gz emacs-4b72c12bf8e7231aba333ee1c2c354c35c0dd77c.zip | |
* lisp/delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
(delete-selection-helper): Make sure yank starts at the top of the
deleted region.
(minibuffer-keyboard-quit): Use region-active-p.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
| @@ -247,7 +247,7 @@ 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 | ** `delete-selection-mode' can be used without transient-mark-mode. |
| 251 | 251 | ||
| 252 | ** prolog-use-smie has been removed, along with the non-SMIE indentation code. | 252 | ** prolog-use-smie has been removed, along with the non-SMIE indentation code. |
| 253 | 253 | ||
| @@ -257,10 +257,6 @@ file and letting SMIE learn from it. | |||
| 257 | 257 | ||
| 258 | ** sh-script now uses its SMIE indentation algorithm by default. | 258 | ** sh-script now uses its SMIE indentation algorithm by default. |
| 259 | 259 | ||
| 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 | 260 | ** `eshell' now supports visual subcommands and options |
| 265 | Eshell has been able to handle "visual" commands (interactive, | 261 | Eshell has been able to handle "visual" commands (interactive, |
| 266 | non-line oriented commands such as top that require display | 262 | non-line oriented commands such as top that require display |
| @@ -318,6 +314,12 @@ Use `electric-indent-mode' instead. | |||
| 318 | ** completing-read-multiple's separator can now be a regexp. | 314 | ** completing-read-multiple's separator can now be a regexp. |
| 319 | The default separator is changed to allow surrounding spaces around the comma. | 315 | The default separator is changed to allow surrounding spaces around the comma. |
| 320 | 316 | ||
| 317 | ** The backtrace debugger and local variables: | ||
| 318 | *** The debugger's `e' command evaluates the code in the context at point. | ||
| 319 | This includes using the lexical environment at point, which means that | ||
| 320 | `e' now lets you access lexical variables as well. | ||
| 321 | *** The backtrace debugger can display local vars with `v'. | ||
| 322 | |||
| 321 | ** Battery | 323 | ** Battery |
| 322 | 324 | ||
| 323 | *** Battery information via the BSD `apm' utility is now supported. | 325 | *** Battery information via the BSD `apm' utility is now supported. |