From: Francesco Potortì Date: Wed, 17 Apr 2002 09:54:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e675537cef168cd1923389e8d2a30eec625cce36;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 581181aa3ec..eb847cbb63c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2002-04-17 Francesco Potorti` + * dired-aux.el (dired-star-subst-regexp, + dired-quark-subst-regexp): New constants. + (dired-do-shell-command, dired-shell-stuff-it): Use them. + (dired-do-shell-command): Raise an error if both `*' and `?' + substitution marks are used in the same command. + (dired-shell-stuff-it): Substitute all instances of `*' and `?' + in a command given via dired-do-shell-command. + * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase". 2002-04-16 Jason Rumney