Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 2504:e17beacca645
[xemacs-hg @ 2005-01-26 04:47:13 by ben]
Redo mouse activation
mouse.el: Redo mouse-track activation to separate out a "conservative"
activation that is only triggered by button2 or button1 double-click
and a regular activation also triggered by button1.
author | ben |
---|---|
date | Wed, 26 Jan 2005 04:47:14 +0000 |
parents | 9db2c524b815 |
children | 3e5a2d0d57e1 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 26 04:18:15 2005 +0000 +++ b/lisp/ChangeLog Wed Jan 26 04:47:14 2005 +0000 @@ -1,3 +1,51 @@ +2005-01-25 Ben Wing <ben@xemacs.org> + + * mouse.el: + * mouse.el (mouse-track-activate-strokes): + * mouse.el (mouse-track-conservative-activate-strokes): New. + * mouse.el (Mouse-track-gensym): + * mouse.el (mouse-track-do-activate): Removed. + * mouse.el (default-mouse-track-check-for-activation): New. + * mouse.el (default-mouse-track-click-hook): New. + * mouse.el (mouse-track-down-hook): + Redo mouse-track activation to separate out a "conservative" + activation that is only triggered by button2 or button1 double-click + and a regular activation also triggered by button1. + +2004-11-01 Ben Wing <ben@xemacs.org> + + * menubar-items.el (xemacs-splash-buffer): + frame->screen and rewrite to fix bugginess. + + * startup.el: + * startup.el (splash-frame-timeout): Removed. + * startup.el (splash-screen-timeout): New. + * startup.el (splash-screen-circulate): New. + * startup.el (command-line-1): + * startup.el (splash-frame-present-hack): Removed. + * startup.el (splash-screen-present-hack): New. + * startup.el (splash-frame-present): Removed. + * startup.el (splash-screen-present): New. + * startup.el (splash-frame-body): Removed. + * startup.el (splash-screen-body): New. + * startup.el (splash-frame-static-body): Removed. + * startup.el (splash-screen-static-body): New. + * startup.el ('splash-frame-static-body): New. + * startup.el (circulate-splash-frame-elements): Removed. + * startup.el (circulate-splash-screen-elements): New. + * startup.el (display-splash-frame): Removed. + * startup.el (display-splash-screen): New. + Rename "splash-frame" -> "splash-screen" (its change + long ago from screen to frame happened during the general + screen->frame sub and was a mistake). Provide obsolete + compatibility var for existing locale .el files. + Change so that it no longer automatically cycles every 7 + seconds or so -- instead, it lets you cycle yourself by + pressing `n', or any other key to clear (and displays + a message stating this). Update copyright years and some + other random stuff. New variable splash-screen-circulate + which can be set (sufficiently early) to get the old behavior. + 2005-01-25 Ben Wing <ben@xemacs.org> * font-lock.el (c-font-lock-keywords-2): Removed.