aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-09 16:21:02 +0000
committerRichard M. Stallman2003-07-09 16:21:02 +0000
commit80384936e24d66526fa5e2aa5546f24e81c66767 (patch)
tree50a463ff6f7890e926c67776dab19f1af505ca0d
parent03ca24fb825e8bbe58eb791ab9ddaaf5cff6b4f6 (diff)
downloademacs-80384936e24d66526fa5e2aa5546f24e81c66767.tar.gz
emacs-80384936e24d66526fa5e2aa5546f24e81c66767.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog16
2 files changed, 19 insertions, 0 deletions
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.
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
93with 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,
94since there are situations where one or the other will shut down 97since 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 @@
12003-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
12003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> 172003-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