aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-28 18:33:48 +0000
committerRichard M. Stallman2002-03-28 18:33:48 +0000
commitdb6b2ec611383ca25abd7b14c66c1fbe16d48bf6 (patch)
tree06cd6f76da2e60d329ac958caf2d5ba90f33d34f
parentd588eb9091ecab0d03620bf625f0be78a9ccfced (diff)
downloademacs-db6b2ec611383ca25abd7b14c66c1fbe16d48bf6.tar.gz
emacs-db6b2ec611383ca25abd7b14c66c1fbe16d48bf6.zip
Rename dired-do-toggle to dired-toggle-marks.
-rw-r--r--lisp/ChangeLog28
-rw-r--r--man/dired.texi4
2 files changed, 30 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d2c78c98869..34b4c7fc48a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12002-03-28 Richard M. Stallman <rms@gnu.org>
2
3 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
4 Bindings changed.
5
6 * progmodes/compile.el (compilation-handle-exit):
7 If compilation-window-height is 0, display status in echo area.
8
9 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
10
11 * rect.el (replace-rectangle): Add autoload.
12
13 * files.el: Mark many more variables as risky.
14 (hack-one-local-variable): Recognize several additional
15 patterns as risky.
16
17 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
18
12002-03-28 Andre Spiegel <spiegel@gnu.org> 192002-03-28 Andre Spiegel <spiegel@gnu.org>
2 20
3 * vc-cvs.el (vc-cvs-global-switches): New user option. 21 * vc-cvs.el (vc-cvs-global-switches): New user option.
@@ -61,6 +79,16 @@
61 * Makefile.in (compile, compile-always): Don't try to compile 79 * Makefile.in (compile, compile-always): Don't try to compile
62 non-existent files or files in empty directories. 80 non-existent files or files in empty directories.
63 81
822002-03-26 Michael Ernst <mernst@alum.mit.edu>
83
84 * compare-w.el (compare-windows-whitespace): Match all whitespace.
85
86 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
87 copy of standard Lisp directories.
88
89 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
90 Support "next has longname" link type.
91
642002-03-26 Stefan Monnier <monnier@cs.yale.edu> 922002-03-26 Stefan Monnier <monnier@cs.yale.edu>
65 93
66 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move. 94 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
diff --git a/man/dired.texi b/man/dired.texi
index 67782476ba9..1e1b296f522 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -392,9 +392,9 @@ Move up to the previous marked file (@code{dired-prev-marked-file})
392 392
393@item * t 393@item * t
394@kindex * t @r{(Dired)} 394@kindex * t @r{(Dired)}
395@findex dired-do-toggle 395@findex dired-toggle-marks
396@cindex toggling marks (in Dired) 396@cindex toggling marks (in Dired)
397Toggle all marks (@code{dired-do-toggle}): files marked with @samp{*} 397Toggle all marks (@code{dired-toggle-marks}): files marked with @samp{*}
398become unmarked, and unmarked files are marked with @samp{*}. Files 398become unmarked, and unmarked files are marked with @samp{*}. Files
399marked in any other way are not affected. 399marked in any other way are not affected.
400 400