*** empty log message ***

This commit is contained in:
Richard M. Stallman 2001-12-17 01:59:01 +00:00
parent a3f4a3ef81
commit 3a7a009513
2 changed files with 8 additions and 0 deletions

View file

@ -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'.

View 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>