diff options
| author | Richard M. Stallman | 2001-12-17 01:59:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-17 01:59:01 +0000 |
| commit | 3a7a00951343aaa007083d7f0f13204b8ea8bffd (patch) | |
| tree | ec4cf4ceb047e1e98b100e557455f8e8c858b995 | |
| parent | a3f4a3ef81488a32a7bcc9399f9226d6e081bb45 (diff) | |
| download | emacs-3a7a00951343aaa007083d7f0f13204b8ea8bffd.tar.gz emacs-3a7a00951343aaa007083d7f0f13204b8ea8bffd.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
| @@ -78,6 +78,9 @@ With positive arg, M-h marks the current and the following pargraphs; | |||
| 78 | if the arg is negative, it marks the current and the preceding | 78 | if the arg is negative, it marks the current and the preceding |
| 79 | paragraphs. | 79 | paragraphs. |
| 80 | 80 | ||
| 81 | ** In Dired, the w command now copies the current line's file name | ||
| 82 | into the kill ring. | ||
| 83 | |||
| 81 | ** mouse-wheels can now scroll a specific fraction of the window | 84 | ** mouse-wheels can now scroll a specific fraction of the window |
| 82 | (rather than a fixed number of lines) and the scrolling is `progressive'. | 85 | (rather than a fixed number of lines) and the scrolling is `progressive'. |
| 83 | 86 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32a03e02cf9..0009f72f55c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-12-16 Richard M. Stallman <rms@gnu.org> | 1 | 2001-12-16 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el. | ||
| 4 | (dired-mode-map): Bind w to dired-copy-filename-as-kill. | ||
| 5 | |||
| 6 | * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el. | ||
| 7 | |||
| 3 | * find-file.el (ff-other-file-name): New function. | 8 | * find-file.el (ff-other-file-name): New function. |
| 4 | 9 | ||
| 5 | 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il> | 10 | 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il> |