diff options
| author | Richard M. Stallman | 2002-01-12 20:17:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-12 20:17:00 +0000 |
| commit | 8f3f2fe5f280f9352ccd507735e2752e0652c6a2 (patch) | |
| tree | d8f5ca79e3b0e485f3d2d4319048574aaafbab2e | |
| parent | eab9ed67eb50bab4fc736058a799508d544606a0 (diff) | |
| download | emacs-8f3f2fe5f280f9352ccd507735e2752e0652c6a2.tar.gz emacs-8f3f2fe5f280f9352ccd507735e2752e0652c6a2.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 14 |
2 files changed, 21 insertions, 0 deletions
| @@ -61,6 +61,13 @@ counter to the specified source line (the one where point is). | |||
| 61 | to hide its text. This should be mostly transparent but slightly | 61 | to hide its text. This should be mostly transparent but slightly |
| 62 | changes the behavior of motion commands line C-e and C-p. | 62 | changes the behavior of motion commands line C-e and C-p. |
| 63 | 63 | ||
| 64 | ** In Dired's ! command (dired-do-shell-command), `*' and `?' now | ||
| 65 | control substitution of the file names only when they are surrounded | ||
| 66 | by whitespace. This means you can now use them as shell wildcards | ||
| 67 | too. If you want to use just plain `*' as a wildcard, type `*""'; the | ||
| 68 | doublequotes make no differentce in the shell, but they prevent | ||
| 69 | special 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 |
| 65 | the corresponding environment variable does not exist. | 72 | the corresponding environment variable does not exist. |
| 66 | Instead, the `$ENVVAR' text is left as is, so that `$$' quoting | 73 | Instead, 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 @@ | |||
| 1 | 2002-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 | |||
| 10 | 2002-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 | |||
| 1 | 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il> | 15 | 2002-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 |