aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJohn Paul Wallington2002-08-24 14:26:06 +0000
committerJohn Paul Wallington2002-08-24 14:26:06 +0000
commit82e736c18b6d39c331b6cfe3ee233b9f2ea606f0 (patch)
tree1d82b73710f2504fafe83225eed5cd26b0d0d491 /lisp/ChangeLog
parent729d903842648babc5ade521c380e01d99bd85e3 (diff)
downloademacs-82e736c18b6d39c331b6cfe3ee233b9f2ea606f0.tar.gz
emacs-82e736c18b6d39c331b6cfe3ee233b9f2ea606f0.zip
* startup.el (normal-splash-screen): Ensure splash buffer is
killed. Use tabs in output. Fix test whether previous buffer was *scratch* buffer. * progmodes/simula.el (simula-abbrev-keyword-default) (simula-abbrev-keyword, simula-abbrev-stdproc-default) (simula-abbrev-stdproc): Doc fix - escape open parens in column 0. * apropos.el (command-apropos): Use `defalias' instead of `fset'. * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9575712a25f..b8fb1c8b246 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12002-08-24 John Paul Wallington <jpw@shootybangbang.com>
2
3 * startup.el (normal-splash-screen): Ensure splash buffer is
4 killed. Use tabs in output. Fix test whether previous buffer was
5 *scratch* buffer.
6
7 * progmodes/simula.el (simula-abbrev-keyword-default)
8 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
9 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
10
11 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
12
13 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
14
12002-08-23 Richard M. Stallman <rms@gnu.org> 152002-08-23 Richard M. Stallman <rms@gnu.org>
2 16
3 * loadhist.el (unload-feature): Distinguish functions from 17 * loadhist.el (unload-feature): Distinguish functions from
@@ -9,7 +23,7 @@
9 * subr.el (symbol-file-load-history-loaded) 23 * subr.el (symbol-file-load-history-loaded)
10 (load-symbol-file-load-history): Deleted. 24 (load-symbol-file-load-history): Deleted.
11 (symbol-file): Don't call load-symbol-file-load-history. 25 (symbol-file): Don't call load-symbol-file-load-history.
12 26
132002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) 272002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14 28
15 * frame.el (select-frame-by-name, select-frame-set-input-focus): 29 * frame.el (select-frame-by-name, select-frame-set-input-focus):