aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2009-07-21 23:47:49 +0000
committerChong Yidong2009-07-21 23:47:49 +0000
commit551b1ac979cf6ac1c3a8ddaf1192d29a7bbe397c (patch)
tree512c93cfb63decf6bd4e14bffaf2e6acb9403587 /etc
parent28aaa2555d9faea5e0b536fd36aeffd633c36254 (diff)
downloademacs-551b1ac979cf6ac1c3a8ddaf1192d29a7bbe397c.tar.gz
emacs-551b1ac979cf6ac1c3a8ddaf1192d29a7bbe397c.zip
Move announcement of select-active-regions to 23.2 section.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3771e647ca7..1928c9b49c5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -58,6 +58,11 @@ You can remove this query in two ways: either removing
58`process-kill-buffer-query-function' from `kill-buffer-query-functions' or 58`process-kill-buffer-query-function' from `kill-buffer-query-functions' or
59setting the appropriate process flag with `set-process-query-on-exit-flag'. 59setting the appropriate process flag with `set-process-query-on-exit-flag'.
60 60
61** If `select-active-regions' is t, any active region automatically
62becomes the primary selection (for interaction with other window
63applications). If you enable this, you might want to bind
64`mouse-yank-primary' to Mouse-2.
65
61 66
62* Changes in Specialized Modes and Packages in Emacs 23.2 67* Changes in Specialized Modes and Packages in Emacs 23.2
63 68
@@ -558,11 +563,6 @@ under New Modes and Packages.
558 563
559** Primary selection changes 564** Primary selection changes
560 565
561*** If `select-active-regions' is t, setting the mark automatically
562makes the new region into the primary selection (for interaction with
563other window applications). If you enable this, you might want to
564bind `mouse-yank-primary' to Mouse-2.
565
566*** You can disable kill ring commands from accessing the primary 566*** You can disable kill ring commands from accessing the primary
567selection by setting `x-select-enable-primary' to nil. 567selection by setting `x-select-enable-primary' to nil.
568 568