From: Chong Yidong Date: Sun, 19 Oct 2008 04:58:14 +0000 (+0000) Subject: Documented yank-pop-change-selection. X-Git-Tag: emacs-pretest-23.0.90~2392 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a8de8dc62373ca900d5b69eb8d04634bfb62462;p=emacs.git Documented yank-pop-change-selection. --- diff --git a/etc/NEWS b/etc/NEWS index 35a2897dc35..5bb8d829e2c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -472,18 +472,16 @@ is on a different frame. *** New functions window-parameters, window-parameter, set-window-parameter. ** Miscellaneous changes: - +++ *** C-l is bound to the new command recenter-top-bottom, rather than recenter. This moves the current line to window center, top and bottom on successive invokations. *** scroll-preserve-screen-position also preserves the column position. - ++++ *** If `yank-pop-change-selection' is t, rotating the kill ring also updates the selection or clipboard to the current yank, just as M-w would do so with the text it copies to the kill ring. - +++ *** C-M-% now shows replacement as it would look in the buffer, with `\N' and `\&' substituted according to the match. Old behavior can be @@ -493,7 +491,6 @@ restored by customizing `query-replace-show-replacement'. called with a prefix and the default directory is a remote file name. This is because some file name handlers (like ange-ftp) are not able to run processes remotely. - +++ *** The new command kill-matching-buffers kills buffers whose name matches a regexp.