diff options
| author | Richard M. Stallman | 2003-07-09 16:21:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-09 16:21:02 +0000 |
| commit | 80384936e24d66526fa5e2aa5546f24e81c66767 (patch) | |
| tree | 50a463ff6f7890e926c67776dab19f1af505ca0d | |
| parent | 03ca24fb825e8bbe58eb791ab9ddaaf5cff6b4f6 (diff) | |
| download | emacs-80384936e24d66526fa5e2aa5546f24e81c66767.tar.gz 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. | |||
| 89 | 89 | ||
| 90 | * Changes in Emacs 21.4 | 90 | * Changes in Emacs 21.4 |
| 91 | 91 | ||
| 92 | ** M-x view-file and commands that use it now avoid interfering | ||
| 93 | with special modes such as Tar mode. | ||
| 94 | |||
| 92 | +++ | 95 | +++ |
| 93 | ** The old bindings C-M-delete and C-M-backspace have been deleted, | 96 | ** The old bindings C-M-delete and C-M-backspace have been deleted, |
| 94 | since there are situations where one or the other will shut down | 97 | 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 @@ | |||
| 1 | 2003-07-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/reftex-parse.el (reftex-all-document-files): | ||
| 4 | Add autoload cookie. | ||
| 5 | |||
| 6 | * textmodes/reftex.el (reftex-all-document-files): Delete autoload. | ||
| 7 | (reftex-scanning-info-available-p): Add autoload cookie. | ||
| 8 | |||
| 9 | * international/mule-cmds.el (set-display-table-and-terminal-coding-system): | ||
| 10 | Delete duplicate aset on standard-display-table. | ||
| 11 | |||
| 12 | * view.el (view-file): If existing buffer's major mode is special, | ||
| 13 | don't go into view mode. | ||
| 14 | |||
| 15 | * dired.el (dired-move-to-filename-regexp): Allow quote in months. | ||
| 16 | |||
| 1 | 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> | 17 | 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 2 | 18 | ||
| 3 | * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden | 19 | * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden |