# HG changeset patch # User Richard M. Stallman # Date 1008554341 0 # Node ID 66b4582e344c22c764d986ae0d95834049ea225c # Parent eb27208de620a124f95b43cd77bb45598f49b710 *** empty log message *** diff -r eb27208de620 -r 66b4582e344c etc/NEWS --- 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'. diff -r eb27208de620 -r 66b4582e344c lisp/ChangeLog --- 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 + * 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