From: Gerd Moellmann Date: Fri, 6 Oct 2000 11:49:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d5dfacd67a1af6f6b563d98cdf1bd45fd654d21;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 29095f4e678..1afdf3e8b16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2000-10-06 Gerd Moellmann + + * loadup.el (toplevel): Load `loaddefs' before `help' because the + latter needs the autoloaded define-minor-mode macro during the + bootstrap. + + * startup.el (command-line): For now, activate tool-bar-mode only + if XPM images are supported. + + * mouse.el (mouse-drag-header-line): Don't allow resizing a + window by dragging a header-line at the top of the frame; that's + confusing because the header-lien doesn't move. + (mouse-drag-mode-line-1): Use event-* and posn-* functions instead + of treating the event as a list. Some cleanup. + 2000-10-06 Miles Bader * simple.el (display-message-or-buffer): New function.