# HG changeset patch # User Francesco Potort # Date 1019037246 0 # Node ID 844590891e89b665ca72fe22d37b951f8aca318d # Parent 075cd9bb6051a10450196d54ff25578a04f70400 *** empty log message *** diff -r 075cd9bb6051 -r 844590891e89 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 17 08:04:38 2002 +0000 +++ b/lisp/ChangeLog Wed Apr 17 09:54:06 2002 +0000 @@ -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