From: Richard M. Stallman Date: Mon, 17 Dec 2001 01:59:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17667 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a7a00951343aaa007083d7f0f13204b8ea8bffd;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index c7b4e8a059b..12d2428818d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -78,6 +78,9 @@ With positive arg, M-h marks the current and the following pargraphs; 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'. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32a03e02cf9..0009f72f55c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2001-12-16 Richard M. Stallman + * 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