# HG changeset patch # User Richard M. Stallman # Date 1198613345 0 # Node ID 67cc3c3035931d6a8df7404174d4a4b5fb77aeab # Parent 4f34a8e891bffd6db0920e0b8fbe4051f1e873c5 *** empty log message *** diff -r 4f34a8e891bf -r 67cc3c303593 etc/NEWS --- 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