Mercurial > emacs
changeset 44477:5bcb255d9dc5
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 10 Apr 2002 15:19:11 +0000 |
parents | 142c588ec4ec |
children | 2539a7fea37f |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 <rms@gnu.org> + + * 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 <briot@act-europe.fr> * progmodes/ada-prj.el: Add support for the new project file fields:
--- 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 <rms@gnu.org> + + * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess. + 2002-04-09 Stefan Monnier <monnier@cs.yale.edu> * minibuf.c (read_minibuf): Use empty_string.