aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-12 20:17:00 +0000
committerRichard M. Stallman2002-01-12 20:17:00 +0000
commit8f3f2fe5f280f9352ccd507735e2752e0652c6a2 (patch)
treed8f5ca79e3b0e485f3d2d4319048574aaafbab2e
parenteab9ed67eb50bab4fc736058a799508d544606a0 (diff)
downloademacs-8f3f2fe5f280f9352ccd507735e2752e0652c6a2.tar.gz
emacs-8f3f2fe5f280f9352ccd507735e2752e0652c6a2.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
-rw-r--r--lisp/ChangeLog14
2 files changed, 21 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 00913f286cf..a9f8741f683 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -61,6 +61,13 @@ counter to the specified source line (the one where point is).
61to hide its text. This should be mostly transparent but slightly 61to hide its text. This should be mostly transparent but slightly
62changes the behavior of motion commands line C-e and C-p. 62changes the behavior of motion commands line C-e and C-p.
63 63
64** In Dired's ! command (dired-do-shell-command), `*' and `?' now
65control substitution of the file names only when they are surrounded
66by whitespace. This means you can now use them as shell wildcards
67too. If you want to use just plain `*' as a wildcard, type `*""'; the
68doublequotes make no differentce in the shell, but they prevent
69special treatment in `dired-do-shell-command'.
70
64** Unquoted `$' in file names do not signal an error any more when 71** Unquoted `$' in file names do not signal an error any more when
65the corresponding environment variable does not exist. 72the corresponding environment variable does not exist.
66Instead, the `$ENVVAR' text is left as is, so that `$$' quoting 73Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5da6e4816c9..eaea546e070 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12002-01-12 Richard M. Stallman <rms@gnu.org>
2
3 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
4 only when they are surrounded by whitespace.
5 Use dired-mark-separator when adding one file name to a command.
6 (dired-do-shell-command): Verify that * is surrounded by whitespace.
7 Ask for confirmation if * or ? is not surrounded by whitespace.
8 (dired-bunch-files): Re-reverse the partial file list when it is used.
9
102002-01-12 Richard M. Stallman <rms@gnu.org>
11
12 * comint.el (comint-dynamic-list-completions): Repeating the command
13 after displaying a completion list scrolls the list.
14
12002-01-12 Eli Zaretskii <eliz@is.elta.co.il> 152002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
2 16
3 * files.el (find-file-noselect): Don't consider a buffer as 17 * files.el (find-file-noselect): Don't consider a buffer as