Mercurial > emacs
changeset 87389:67cc3c303593
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Dec 2007 20:09:05 +0000 |
parents | 4f34a8e891bf |
children | 82e3843d4fa6 |
files | etc/NEWS |
diffstat | 1 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Dec 25 20:06:03 2007 +0000 +++ b/etc/NEWS Tue Dec 25 20:09:05 2007 +0000 @@ -157,9 +157,13 @@ ** New command kill-matching-buffers kills buffers whose name matches a regexp. -** `interprogram-paste-function' can now return one string or a list -of strings. In the latter case, Emacs puts the second and following -strings on the kill ring. +** You can disable kill ring commands from accessing the primary selection +by setting `x-select-enable-primary' to nil. + +** If `select-active-regions' is t, setting the mark automatically +makes the new region into the primary selection (for interaction with +other window applications). If you enable this, you might want to bind +`mouse-yank-primary' to Mouse-2. ** Minibuffer changes: @@ -457,6 +461,10 @@ ** The new function `read-color' reads a color name using the minibuffer. +** `interprogram-paste-function' can now return one string or a list +of strings. In the latter case, Emacs puts the second and following +strings on the kill ring. + ** Changes related to multiple tty support. *** $TERM is now set to `dumb' for subprocesses. If you want to know the