# HG changeset patch # User Chong Yidong # Date 1224392294 0 # Node ID d70f618359c3403273613d978d6e90011870cd3a # Parent 47a5c14ba0a01bd11826a989ce1448918e83d84e Documented yank-pop-change-selection. diff -r 47a5c14ba0a0 -r d70f618359c3 etc/NEWS --- 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.