aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5725c838cb7..762dae385b5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,19 @@
12000-10-06 Dave Love <fx@gnu.org>
2
3 * image-file.el (image-file-name-regexp): image-file-regexps ->
4 image-file-name-regexps.
5
12000-10-06 Gerd Moellmann <gerd@gnu.org> 62000-10-06 Gerd Moellmann <gerd@gnu.org>
2 7
3 * loadup.el (toplevel): Load `loaddefs' before `help' because the 8 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4 latter needs the autoloaded define-minor-mode macro during the 9 latter needs the autoloaded define-minor-mode macro during the
5 bootstrap. 10 bootstrap.
6 11
122000-10-06 Miles Bader <miles@lsi.nec.co.jp>
13
14 * simple.el (shell-command-on-region): If the output is short
15 enough to display in an expanded echo area, show it here.
16
7 * startup.el (command-line): For now, activate tool-bar-mode only 17 * startup.el (command-line): For now, activate tool-bar-mode only
8 if XPM images are supported. 18 if XPM images are supported.
9 19