aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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):