*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Dec 2001 01:59:01 +0000 (01:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Dec 2001 01:59:01 +0000 (01:59 +0000)
etc/NEWS
lisp/ChangeLog

index c7b4e8a..12d2428 100644 (file)
--- 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'.
 
index 32a03e0..0009f72 100644 (file)
@@ -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>