Mercurial > emacs
comparison lisp/ChangeLog @ 32208:ab3d2a7712ed
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 06 Oct 2000 11:49:34 +0000 |
parents | 98766bb256b2 |
children | 4e8bf6316c14 |
comparison
equal
deleted
inserted
replaced
32207:03dee1b8a506 | 32208:ab3d2a7712ed |
---|---|
1 2000-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 | |
1 2000-10-06 Miles Bader <miles@gnu.org> | 16 2000-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. |
4 (shell-command-on-region): Use `display-message-or-buffer'. | 19 (shell-command-on-region): Use `display-message-or-buffer'. |
5 | 20 |