changeset 44647:844590891e89

*** empty log message ***
author Francesco Potortì <pot@gnu.org>
date Wed, 17 Apr 2002 09:54:06 +0000
parents 075cd9bb6051
children 6c3a3cb75b95
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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`  <pot@gnu.org>
 
+	* 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  <jasonr@gnu.org>