diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-07-09 16:21:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-07-09 16:21:02 +0000 |
commit | 80384936e24d66526fa5e2aa5546f24e81c66767 (patch) | |
tree | 50a463ff6f7890e926c67776dab19f1af505ca0d | |
parent | 03ca24fb825e8bbe58eb791ab9ddaaf5cff6b4f6 (diff) | |
download | emacs-80384936e24d66526fa5e2aa5546f24e81c66767.tar.gz emacs-80384936e24d66526fa5e2aa5546f24e81c66767.tar.bz2 emacs-80384936e24d66526fa5e2aa5546f24e81c66767.zip |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 3 | ||||
-rw-r--r-- | lisp/ChangeLog | 16 |
2 files changed, 19 insertions, 0 deletions
@@ -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 <rms@gnu.org> + + * 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 <bug-cc-mode@gnu.org> * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden |