changeset 32208:ab3d2a7712ed

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 06 Oct 2000 11:49:34 +0000
parents 03dee1b8a506
children cbbde5b20af5
files lisp/ChangeLog
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
+
+	* 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  <miles@gnu.org>
 
 	* simple.el (display-message-or-buffer): New function.