diff options
| author | Richard M. Stallman | 2002-04-10 15:19:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-10 15:19:11 +0000 |
| commit | 05ea8efde04e9b9e2e1f720f1544fb4f62abe13d (patch) | |
| tree | 217bc97db142a6fce0e31303b2b2f8c9ecc15793 | |
| parent | 5ecd7a584f75038a8cb6278eb093aea9c44fb1f2 (diff) | |
| download | emacs-05ea8efde04e9b9e2e1f720f1544fb4f62abe13d.tar.gz emacs-05ea8efde04e9b9e2e1f720f1544fb4f62abe13d.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 24 insertions, 0 deletions
| @@ -305,6 +305,10 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the | |||
| 305 | doublequotes make no difference in the shell, but they prevent | 305 | doublequotes make no difference in the shell, but they prevent |
| 306 | special treatment in `dired-do-shell-command'. | 306 | special treatment in `dired-do-shell-command'. |
| 307 | 307 | ||
| 308 | ** Dired's v command now runs external viewers to view certain | ||
| 309 | types of files. The variable `dired-view-command-alist' controls | ||
| 310 | what external viewers to use and when. | ||
| 311 | |||
| 308 | ** Unquoted `$' in file names do not signal an error any more when | 312 | ** Unquoted `$' in file names do not signal an error any more when |
| 309 | the corresponding environment variable does not exist. | 313 | the corresponding environment variable does not exist. |
| 310 | Instead, the `$ENVVAR' text is left as is, so that `$$' quoting | 314 | Instead, the `$ENVVAR' text is left as is, so that `$$' quoting |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bccfd2bc866..b11d2ba269f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2002-04-10 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-view-command-alist): New variable. | ||
| 4 | (dired-view-file): Use external viewers for some files names. | ||
| 5 | |||
| 6 | * mouse.el (mouse-drag-region-1): Display region highlight | ||
| 7 | only in the selected window. | ||
| 8 | |||
| 9 | * subr.el (remove-hook): When there are no more local hooks, | ||
| 10 | kill the buffer-local value. | ||
| 11 | |||
| 12 | * isearch.el (isearch-mode): Don't call make-frame-visible | ||
| 13 | if frame is already visible. | ||
| 14 | |||
| 15 | * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'. | ||
| 16 | |||
| 1 | 2002-04-09 Emmanuel Briot <briot@act-europe.fr> | 17 | 2002-04-09 Emmanuel Briot <briot@act-europe.fr> |
| 2 | 18 | ||
| 3 | * progmodes/ada-prj.el: Add support for the new project file fields: | 19 | * progmodes/ada-prj.el: Add support for the new project file fields: |
diff --git a/src/ChangeLog b/src/ChangeLog index 5d1a64c2d7e..0b9f3d3eba4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-04-10 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess. | ||
| 4 | |||
| 1 | 2002-04-09 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2002-04-09 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 6 | ||
| 3 | * minibuf.c (read_minibuf): Use empty_string. | 7 | * minibuf.c (read_minibuf): Use empty_string. |