diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -18,6 +18,10 @@ installed programs. | |||
| 18 | 18 | ||
| 19 | * Changes in Emacs 21.3 | 19 | * Changes in Emacs 21.3 |
| 20 | 20 | ||
| 21 | ** hide-ifdef-mode now uses overlays rather than selective-display | ||
| 22 | to hide its text. This should be mostly transparent but slightly | ||
| 23 | changes the behavior of motion commands line C-e and C-p. | ||
| 24 | |||
| 21 | ** Unquoted `$' in file names do not signal an error any more when | 25 | ** Unquoted `$' in file names do not signal an error any more when |
| 22 | the corresponding environment variable does not exist. | 26 | the corresponding environment variable does not exist. |
| 23 | Instead, the `$ENVVAR' text is left as is, so that `$$' quoting | 27 | Instead, the `$ENVVAR' text is left as is, so that `$$' quoting |