Mercurial > emacs
comparison etc/NEWS @ 98852:d70f618359c3
Documented yank-pop-change-selection.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 19 Oct 2008 04:58:14 +0000 |
parents | 260217a5e2e4 |
children | b4935ddbeb1e |
comparison
equal
deleted
inserted
replaced
98851:47a5c14ba0a0 | 98852:d70f618359c3 |
---|---|
470 is on a different frame. | 470 is on a different frame. |
471 | 471 |
472 *** New functions window-parameters, window-parameter, set-window-parameter. | 472 *** New functions window-parameters, window-parameter, set-window-parameter. |
473 | 473 |
474 ** Miscellaneous changes: | 474 ** Miscellaneous changes: |
475 | |
476 +++ | 475 +++ |
477 *** C-l is bound to the new command recenter-top-bottom, rather than recenter. | 476 *** C-l is bound to the new command recenter-top-bottom, rather than recenter. |
478 This moves the current line to window center, top and bottom on | 477 This moves the current line to window center, top and bottom on |
479 successive invokations. | 478 successive invokations. |
480 | 479 |
481 *** scroll-preserve-screen-position also preserves the column position. | 480 *** scroll-preserve-screen-position also preserves the column position. |
482 | 481 +++ |
483 *** If `yank-pop-change-selection' is t, rotating the kill ring also | 482 *** If `yank-pop-change-selection' is t, rotating the kill ring also |
484 updates the selection or clipboard to the current yank, just as M-w | 483 updates the selection or clipboard to the current yank, just as M-w |
485 would do so with the text it copies to the kill ring. | 484 would do so with the text it copies to the kill ring. |
486 | |
487 +++ | 485 +++ |
488 *** C-M-% now shows replacement as it would look in the buffer, with | 486 *** C-M-% now shows replacement as it would look in the buffer, with |
489 `\N' and `\&' substituted according to the match. Old behavior can be | 487 `\N' and `\&' substituted according to the match. Old behavior can be |
490 restored by customizing `query-replace-show-replacement'. | 488 restored by customizing `query-replace-show-replacement'. |
491 | 489 |
492 *** The command shell prompts for the default directory, when it is | 490 *** The command shell prompts for the default directory, when it is |
493 called with a prefix and the default directory is a remote file name. | 491 called with a prefix and the default directory is a remote file name. |
494 This is because some file name handlers (like ange-ftp) are not able to | 492 This is because some file name handlers (like ange-ftp) are not able to |
495 run processes remotely. | 493 run processes remotely. |
496 | |
497 +++ | 494 +++ |
498 *** The new command kill-matching-buffers kills buffers whose name | 495 *** The new command kill-matching-buffers kills buffers whose name |
499 matches a regexp. | 496 matches a regexp. |
500 | 497 |
501 *** The new commands `pp-macroexpand-expression' and | 498 *** The new commands `pp-macroexpand-expression' and |