comparison etc/NEWS @ 87389:67cc3c303593

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Dec 2007 20:09:05 +0000
parents 7fb15af635f4
children cbfdfafa4e9d
comparison
equal deleted inserted replaced
87388:4f34a8e891bf 87389:67cc3c303593
155 ** C-z now invokes `suspend-frame', C-x C-c now invokes 155 ** C-z now invokes `suspend-frame', C-x C-c now invokes
156 `save-buffers-kill-terminal'. 156 `save-buffers-kill-terminal'.
157 157
158 ** New command kill-matching-buffers kills buffers whose name matches a regexp. 158 ** New command kill-matching-buffers kills buffers whose name matches a regexp.
159 159
160 ** `interprogram-paste-function' can now return one string or a list 160 ** You can disable kill ring commands from accessing the primary selection
161 of strings. In the latter case, Emacs puts the second and following 161 by setting `x-select-enable-primary' to nil.
162 strings on the kill ring. 162
163 ** If `select-active-regions' is t, setting the mark automatically
164 makes the new region into the primary selection (for interaction with
165 other window applications). If you enable this, you might want to bind
166 `mouse-yank-primary' to Mouse-2.
163 167
164 ** Minibuffer changes: 168 ** Minibuffer changes:
165 169
166 *** In C-x d, if you type M-n you get the visited file name of the 170 *** In C-x d, if you type M-n you get the visited file name of the
167 current buffer. 171 current buffer.
455 statements are accurate (i.e. the functions are actually defined in 459 statements are accurate (i.e. the functions are actually defined in
456 the specified files). 460 the specified files).
457 461
458 ** The new function `read-color' reads a color name using the minibuffer. 462 ** The new function `read-color' reads a color name using the minibuffer.
459 463
464 ** `interprogram-paste-function' can now return one string or a list
465 of strings. In the latter case, Emacs puts the second and following
466 strings on the kill ring.
467
460 ** Changes related to multiple tty support. 468 ** Changes related to multiple tty support.
461 469
462 *** $TERM is now set to `dumb' for subprocesses. If you want to know the 470 *** $TERM is now set to `dumb' for subprocesses. If you want to know the
463 $TERM inherited by Emacs you will have to look inside initial-environment. 471 $TERM inherited by Emacs you will have to look inside initial-environment.
464 472