# HG changeset patch # User Richard M. Stallman # Date 1018451951 0 # Node ID 5bcb255d9dc554d74ce3f89d393ffd74c11aab25 # Parent 142c588ec4ec039f4f56c338ea3fc28ec74ca7e0 *** empty log message *** diff -r 142c588ec4ec -r 5bcb255d9dc5 etc/NEWS --- a/etc/NEWS Wed Apr 10 15:19:04 2002 +0000 +++ b/etc/NEWS Wed Apr 10 15:19:11 2002 +0000 @@ -305,6 +305,10 @@ 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 -r 142c588ec4ec -r 5bcb255d9dc5 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 10 15:19:04 2002 +0000 +++ b/lisp/ChangeLog Wed Apr 10 15:19:11 2002 +0000 @@ -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 -r 142c588ec4ec -r 5bcb255d9dc5 src/ChangeLog --- a/src/ChangeLog Wed Apr 10 15:19:04 2002 +0000 +++ b/src/ChangeLog Wed Apr 10 15:19:11 2002 +0000 @@ -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.