diff options
| author | Glenn Morris | 2014-02-12 13:51:10 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-02-12 13:51:10 -0500 |
| commit | 68a8b28f5a4caf549d264ddb6a03d1ea9de1d9d6 (patch) | |
| tree | 6bb1145e8b310e2873bbbb417fad2176a443988e /etc | |
| parent | 59075dcfa0b4b71da37a2dc0f0c1dfdfdf365d9a (diff) | |
| download | emacs-68a8b28f5a4caf549d264ddb6a03d1ea9de1d9d6.tar.gz emacs-68a8b28f5a4caf549d264ddb6a03d1ea9de1d9d6.zip | |
* etc/NEWS: Small edits.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 9 insertions, 8 deletions
| @@ -187,11 +187,6 @@ content-type that is found in the new variable `image-format-suffixes'. | |||
| 187 | *** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', | 187 | *** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', |
| 188 | bound to <f11> and M-<f10>, respectively. | 188 | bound to <f11> and M-<f10>, respectively. |
| 189 | 189 | ||
| 190 | *** New command `frameset-to-register' is now bound to `C-x r f', replacing | ||
| 191 | `frame-configuration-to-register'. It offers similar functionality, | ||
| 192 | plus enhancements like the ability to restore deleted frames. The | ||
| 193 | command `frame-configuration-to-register' still exists, but is unbound. | ||
| 194 | |||
| 195 | +++ | 190 | +++ |
| 196 | *** New hooks `focus-in-hook', `focus-out-hook'. | 191 | *** New hooks `focus-in-hook', `focus-out-hook'. |
| 197 | These are normal hooks run when an Emacs frame gains or loses input focus. | 192 | These are normal hooks run when an Emacs frame gains or loses input focus. |
| @@ -320,13 +315,16 @@ that summarizes existing registers. To disable this, set that option to nil. | |||
| 320 | Interactive commands that read registers and want to make use of this | 315 | Interactive commands that read registers and want to make use of this |
| 321 | should use `register-read-with-preview' to read register names. | 316 | should use `register-read-with-preview' to read register names. |
| 322 | 317 | ||
| 318 | *** New command `frameset-to-register' bound to `C-x r f', replacing | ||
| 319 | `frame-configuration-to-register'. It offers similar functionality, | ||
| 320 | plus enhancements like the ability to restore deleted frames. | ||
| 321 | (`frame-configuration-to-register' still exists, but no longer has a | ||
| 322 | key binding.) | ||
| 323 | |||
| 323 | +++ | 324 | +++ |
| 324 | *** New command `C-x C-k x' (`kmacro-to-register') stores keyboard | 325 | *** New command `C-x C-k x' (`kmacro-to-register') stores keyboard |
| 325 | macros in registers. | 326 | macros in registers. |
| 326 | 327 | ||
| 327 | *** New command `C-x r f' (`frameset-to-register'). | ||
| 328 | See Changes in Emacs 24.4, above. | ||
| 329 | |||
| 330 | +++ | 328 | +++ |
| 331 | ** New command `delete-duplicate-lines'. | 329 | ** New command `delete-duplicate-lines'. |
| 332 | This searches the region for identical lines, and removes all but one | 330 | This searches the region for identical lines, and removes all but one |
| @@ -556,12 +554,15 @@ module. | |||
| 556 | ** New F90 mode option `f90-smart-end-names'. | 554 | ** New F90 mode option `f90-smart-end-names'. |
| 557 | 555 | ||
| 558 | ** Icomplete | 556 | ** Icomplete |
| 557 | Icomplete is now more similar to Ido. | ||
| 559 | 558 | ||
| 559 | --- | ||
| 560 | *** Icomplete by default now applies to all forms of minibuffer completion. | 560 | *** Icomplete by default now applies to all forms of minibuffer completion. |
| 561 | The variable `icomplete-with-completion-tables' (now a user option) | 561 | The variable `icomplete-with-completion-tables' (now a user option) |
| 562 | controls this. To restore the old behavior, set it back to | 562 | controls this. To restore the old behavior, set it back to |
| 563 | '(internal-complete-buffer). | 563 | '(internal-complete-buffer). |
| 564 | 564 | ||
| 565 | +++ | ||
| 565 | *** You can navigate through and select completions using the keys | 566 | *** You can navigate through and select completions using the keys |
| 566 | from `icomplete-minibuffer-map'. | 567 | from `icomplete-minibuffer-map'. |
| 567 | 568 | ||