From 80384936e24d66526fa5e2aa5546f24e81c66767 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 9 Jul 2003 16:21:02 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ lisp/ChangeLog | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 903782aefe0..b5f7d1bace6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -89,6 +89,9 @@ See the files mac/README and mac/INSTALL for build instructions. * Changes in Emacs 21.4 +** M-x view-file and commands that use it now avoid interfering +with special modes such as Tar mode. + +++ ** The old bindings C-M-delete and C-M-backspace have been deleted, since there are situations where one or the other will shut down diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9e1731a11b..d12dff70b41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2003-07-09 Richard M. Stallman + + * textmodes/reftex-parse.el (reftex-all-document-files): + Add autoload cookie. + + * textmodes/reftex.el (reftex-all-document-files): Delete autoload. + (reftex-scanning-info-available-p): Add autoload cookie. + + * international/mule-cmds.el (set-display-table-and-terminal-coding-system): + Delete duplicate aset on standard-display-table. + + * view.el (view-file): If existing buffer's major mode is special, + don't go into view mode. + + * dired.el (dired-move-to-filename-regexp): Allow quote in months. + 2003-07-08 Martin Stjernholm * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden -- 2.39.2