aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 29095f4e678..1afdf3e8b16 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12000-10-06 Gerd Moellmann <gerd@gnu.org>
2
3 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4 latter needs the autoloaded define-minor-mode macro during the
5 bootstrap.
6
7 * startup.el (command-line): For now, activate tool-bar-mode only
8 if XPM images are supported.
9
10 * mouse.el (mouse-drag-header-line): Don't allow resizing a
11 window by dragging a header-line at the top of the frame; that's
12 confusing because the header-lien doesn't move.
13 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
14 of treating the event as a list. Some cleanup.
15
12000-10-06 Miles Bader <miles@gnu.org> 162000-10-06 Miles Bader <miles@gnu.org>
2 17
3 * simple.el (display-message-or-buffer): New function. 18 * simple.el (display-message-or-buffer): New function.