aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-10 15:19:11 +0000
committerRichard M. Stallman2002-04-10 15:19:11 +0000
commit05ea8efde04e9b9e2e1f720f1544fb4f62abe13d (patch)
tree217bc97db142a6fce0e31303b2b2f8c9ecc15793
parent5ecd7a584f75038a8cb6278eb093aea9c44fb1f2 (diff)
downloademacs-05ea8efde04e9b9e2e1f720f1544fb4f62abe13d.tar.gz
emacs-05ea8efde04e9b9e2e1f720f1544fb4f62abe13d.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog16
-rw-r--r--src/ChangeLog4
3 files changed, 24 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5538d83dd83..e1a741c48f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -305,6 +305,10 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the
305doublequotes make no difference in the shell, but they prevent 305doublequotes make no difference in the shell, but they prevent
306special treatment in `dired-do-shell-command'. 306special treatment in `dired-do-shell-command'.
307 307
308** Dired's v command now runs external viewers to view certain
309types of files. The variable `dired-view-command-alist' controls
310what 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
309the corresponding environment variable does not exist. 313the corresponding environment variable does not exist.
310Instead, the `$ENVVAR' text is left as is, so that `$$' quoting 314Instead, 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 @@
12002-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
12002-04-09 Emmanuel Briot <briot@act-europe.fr> 172002-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 @@
12002-04-10 Richard M. Stallman <rms@gnu.org>
2
3 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
4
12002-04-09 Stefan Monnier <monnier@cs.yale.edu> 52002-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.