aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-06 11:49:34 +0000
committerGerd Moellmann2000-10-06 11:49:34 +0000
commit8d5dfacd67a1af6f6b563d98cdf1bd45fd654d21 (patch)
tree2f123fa5d35ed84abc54fba0a56b3255221dad50
parentee0e2bddb8e9d5daaef824a93123a6ea29747e46 (diff)
downloademacs-8d5dfacd67a1af6f6b563d98cdf1bd45fd654d21.tar.gz
emacs-8d5dfacd67a1af6f6b563d98cdf1bd45fd654d21.zip
*** empty log message ***
-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.