diff options
| author | Richard M. Stallman | 2002-03-28 18:33:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-03-28 18:33:48 +0000 |
| commit | db6b2ec611383ca25abd7b14c66c1fbe16d48bf6 (patch) | |
| tree | 06cd6f76da2e60d329ac958caf2d5ba90f33d34f | |
| parent | d588eb9091ecab0d03620bf625f0be78a9ccfced (diff) | |
| download | emacs-db6b2ec611383ca25abd7b14c66c1fbe16d48bf6.tar.gz emacs-db6b2ec611383ca25abd7b14c66c1fbe16d48bf6.zip | |
Rename dired-do-toggle to dired-toggle-marks.
| -rw-r--r-- | lisp/ChangeLog | 28 | ||||
| -rw-r--r-- | man/dired.texi | 4 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-03-28 Andre Spiegel <spiegel@gnu.org> | 19 | 2002-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 | ||
| 82 | 2002-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 | |||
| 64 | 2002-03-26 Stefan Monnier <monnier@cs.yale.edu> | 92 | 2002-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) |
| 397 | Toggle all marks (@code{dired-do-toggle}): files marked with @samp{*} | 397 | Toggle all marks (@code{dired-toggle-marks}): files marked with @samp{*} |
| 398 | become unmarked, and unmarked files are marked with @samp{*}. Files | 398 | become unmarked, and unmarked files are marked with @samp{*}. Files |
| 399 | marked in any other way are not affected. | 399 | marked in any other way are not affected. |
| 400 | 400 | ||