# HG changeset patch # User Gerd Moellmann # Date 970832974 0 # Node ID ab3d2a7712edfb57121e0f686537ddad76c2ced6 # Parent 03dee1b8a506f0a82cfe61da42c1fa1817f94b76 *** empty log message *** diff -r 03dee1b8a506 -r ab3d2a7712ed lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 06 11:43:39 2000 +0000 +++ b/lisp/ChangeLog Fri Oct 06 11:49:34 2000 +0000 @@ -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.