aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-17 01:59:01 +0000
committerRichard M. Stallman2001-12-17 01:59:01 +0000
commit3a7a00951343aaa007083d7f0f13204b8ea8bffd (patch)
treeec4cf4ceb047e1e98b100e557455f8e8c858b995
parenta3f4a3ef81488a32a7bcc9399f9226d6e081bb45 (diff)
downloademacs-3a7a00951343aaa007083d7f0f13204b8ea8bffd.tar.gz
emacs-3a7a00951343aaa007083d7f0f13204b8ea8bffd.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog5
2 files changed, 8 insertions, 0 deletions
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;
78if the arg is negative, it marks the current and the preceding 78if the arg is negative, it marks the current and the preceding
79paragraphs. 79paragraphs.
80 80
81** In Dired, the w command now copies the current line's file name
82into 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 @@
12001-12-16 Richard M. Stallman <rms@gnu.org> 12001-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
52001-12-16 Eli Zaretskii <eliz@is.elta.co.il> 102001-12-16 Eli Zaretskii <eliz@is.elta.co.il>