From db6b2ec611383ca25abd7b14c66c1fbe16d48bf6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Mar 2002 18:33:48 +0000 Subject: [PATCH] Rename dired-do-toggle to dired-toggle-marks. --- lisp/ChangeLog | 28 ++++++++++++++++++++++++++++ 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 @@ +2002-03-28 Richard M. Stallman + + * dired.el (dired-toggle-marks): Renamed from dired-do-toggle. + Bindings changed. + + * progmodes/compile.el (compilation-handle-exit): + If compilation-window-height is 0, display status in echo area. + + * simple.el (line-move-to-column): Don't call move-to-column if COL=0. + + * rect.el (replace-rectangle): Add autoload. + + * files.el: Mark many more variables as risky. + (hack-one-local-variable): Recognize several additional + patterns as risky. + + * bindings.el (mode-line-mule-info): Use :propertize, not :eval. + 2002-03-28 Andre Spiegel * vc-cvs.el (vc-cvs-global-switches): New user option. @@ -61,6 +79,16 @@ * Makefile.in (compile, compile-always): Don't try to compile non-existent files or files in empty directories. +2002-03-26 Michael Ernst + + * compare-w.el (compare-windows-whitespace): Match all whitespace. + + * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last + copy of standard Lisp directories. + + * tar-mode.el (tar-header-block-summarize, tar-get-descriptor): + Support "next has longname" link type. + 2002-03-26 Stefan Monnier * 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}) @item * t @kindex * t @r{(Dired)} -@findex dired-do-toggle +@findex dired-toggle-marks @cindex toggling marks (in Dired) -Toggle all marks (@code{dired-do-toggle}): files marked with @samp{*} +Toggle all marks (@code{dired-toggle-marks}): files marked with @samp{*} become unmarked, and unmarked files are marked with @samp{*}. Files marked in any other way are not affected. -- 2.39.2