comparison etc/NEWS @ 42677:449f96bbb6d0

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Jan 2002 20:16:10 +0000
parents 180b3f3a8fb8
children 3e3348e192cf
comparison
equal deleted inserted replaced
42676:24e0ac83a078 42677:449f96bbb6d0
58 counter to the specified source line (the one where point is). 58 counter to the specified source line (the one where point is).
59 59
60 ** hide-ifdef-mode now uses overlays rather than selective-display 60 ** hide-ifdef-mode now uses overlays rather than selective-display
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
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 `*""';
68 it has the same effect in the shell, but avoids special treatment
69 in Dired !.
63 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
67 is only rarely needed. 74 is only rarely needed.