From 05ea8efde04e9b9e2e1f720f1544fb4f62abe13d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 10 Apr 2002 15:19:11 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++++ lisp/ChangeLog | 16 ++++++++++++++++ src/ChangeLog | 4 ++++ 3 files changed, 24 insertions(+) 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 doublequotes make no difference in the shell, but they prevent special treatment in `dired-do-shell-command'. +** Dired's v command now runs external viewers to view certain +types of files. The variable `dired-view-command-alist' controls +what external viewers to use and when. + ** Unquoted `$' in file names do not signal an error any more when the corresponding environment variable does not exist. 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 @@ +2002-04-10 Richard M. Stallman + + * dired.el (dired-view-command-alist): New variable. + (dired-view-file): Use external viewers for some files names. + + * mouse.el (mouse-drag-region-1): Display region highlight + only in the selected window. + + * subr.el (remove-hook): When there are no more local hooks, + kill the buffer-local value. + + * isearch.el (isearch-mode): Don't call make-frame-visible + if frame is already visible. + + * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'. + 2002-04-09 Emmanuel Briot * 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 @@ +2002-04-10 Richard M. Stallman + + * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess. + 2002-04-09 Stefan Monnier * minibuf.c (read_minibuf): Use empty_string. -- 2.39.2