Mercurial > emacs
changeset 42101:66b4582e344c
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Dec 2001 01:59:01 +0000 |
parents | eb27208de620 |
children | 9efbf5ef4ae7 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Dec 17 01:58:05 2001 +0000 +++ b/etc/NEWS Mon Dec 17 01:59:01 2001 +0000 @@ -78,6 +78,9 @@ if the arg is negative, it marks the current and the preceding paragraphs. +** In Dired, the w command now copies the current line's file name +into the kill ring. + ** mouse-wheels can now scroll a specific fraction of the window (rather than a fixed number of lines) and the scrolling is `progressive'.
--- a/lisp/ChangeLog Mon Dec 17 01:58:05 2001 +0000 +++ b/lisp/ChangeLog Mon Dec 17 01:59:01 2001 +0000 @@ -1,5 +1,10 @@ 2001-12-16 Richard M. Stallman <rms@gnu.org> + * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el. + (dired-mode-map): Bind w to dired-copy-filename-as-kill. + + * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el. + * find-file.el (ff-other-file-name): New function. 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>