Mercurial > emacs
changeset 98852:d70f618359c3
Documented yank-pop-change-selection.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 19 Oct 2008 04:58:14 +0000 |
parents | 47a5c14ba0a0 |
children | 891d1285cd62 |
files | etc/NEWS |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Oct 18 23:45:05 2008 +0000 +++ b/etc/NEWS Sun Oct 19 04:58:14 2008 +0000 @@ -472,18 +472,16 @@ *** 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 @@ 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.