# HG changeset patch # User Richard M. Stallman # Date 1010866620 0 # Node ID 3e3348e192cf72bc14ffaf9d5cc5882526abca63 # Parent 449f96bbb6d095a51895ad05a88acb6e6086b29c *** empty log message *** diff -r 449f96bbb6d0 -r 3e3348e192cf etc/NEWS --- a/etc/NEWS Sat Jan 12 20:16:10 2002 +0000 +++ b/etc/NEWS Sat Jan 12 20:17:00 2002 +0000 @@ -64,9 +64,9 @@ ** In Dired's ! command (dired-do-shell-command), `*' and `?' now control substitution of the file names only when they are surrounded by whitespace. This means you can now use them as shell wildcards -too. If you want to use just plain `*' as a wildcard, type `*""'; -it has the same effect in the shell, but avoids special treatment -in Dired !. +too. If you want to use just plain `*' as a wildcard, type `*""'; the +doublequotes make no differentce in the shell, but they prevent +special treatment in `dired-do-shell-command'. ** Unquoted `$' in file names do not signal an error any more when the corresponding environment variable does not exist. diff -r 449f96bbb6d0 -r 3e3348e192cf lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 12 20:16:10 2002 +0000 +++ b/lisp/ChangeLog Sat Jan 12 20:17:00 2002 +0000 @@ -1,3 +1,17 @@ +2002-01-12 Richard M. Stallman + + * dired-aux.el (dired-shell-stuff-it): Substitute for * or ? + only when they are surrounded by whitespace. + Use dired-mark-separator when adding one file name to a command. + (dired-do-shell-command): Verify that * is surrounded by whitespace. + Ask for confirmation if * or ? is not surrounded by whitespace. + (dired-bunch-files): Re-reverse the partial file list when it is used. + +2002-01-12 Richard M. Stallman + + * comint.el (comint-dynamic-list-completions): Repeating the command + after displaying a completion list scrolls the list. + 2002-01-12 Eli Zaretskii * files.el (find-file-noselect): Don't consider a buffer as