aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-12 13:51:10 -0500
committerGlenn Morris2014-02-12 13:51:10 -0500
commit68a8b28f5a4caf549d264ddb6a03d1ea9de1d9d6 (patch)
tree6bb1145e8b310e2873bbbb417fad2176a443988e /etc
parent59075dcfa0b4b71da37a2dc0f0c1dfdfdf365d9a (diff)
downloademacs-68a8b28f5a4caf549d264ddb6a03d1ea9de1d9d6.tar.gz
emacs-68a8b28f5a4caf549d264ddb6a03d1ea9de1d9d6.zip
* etc/NEWS: Small edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 9 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 09385e56893..e93376214bf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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',
188bound to <f11> and M-<f10>, respectively. 188bound 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,
192plus enhancements like the ability to restore deleted frames. The
193command `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'.
197These are normal hooks run when an Emacs frame gains or loses input focus. 192These 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.
320Interactive commands that read registers and want to make use of this 315Interactive commands that read registers and want to make use of this
321should use `register-read-with-preview' to read register names. 316should 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,
320plus enhancements like the ability to restore deleted frames.
321(`frame-configuration-to-register' still exists, but no longer has a
322key 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
325macros in registers. 326macros in registers.
326 327
327*** New command `C-x r f' (`frameset-to-register').
328See Changes in Emacs 24.4, above.
329
330+++ 328+++
331** New command `delete-duplicate-lines'. 329** New command `delete-duplicate-lines'.
332This searches the region for identical lines, and removes all but one 330This 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
557Icomplete 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.
561The variable `icomplete-with-completion-tables' (now a user option) 561The variable `icomplete-with-completion-tables' (now a user option)
562controls this. To restore the old behavior, set it back to 562controls 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
566from `icomplete-minibuffer-map'. 567from `icomplete-minibuffer-map'.
567 568