Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2503:9db2c524b815 | 2504:e17beacca645 |
---|---|
1 2005-01-25 Ben Wing <ben@xemacs.org> | |
2 | |
3 * mouse.el: | |
4 * mouse.el (mouse-track-activate-strokes): | |
5 * mouse.el (mouse-track-conservative-activate-strokes): New. | |
6 * mouse.el (Mouse-track-gensym): | |
7 * mouse.el (mouse-track-do-activate): Removed. | |
8 * mouse.el (default-mouse-track-check-for-activation): New. | |
9 * mouse.el (default-mouse-track-click-hook): New. | |
10 * mouse.el (mouse-track-down-hook): | |
11 Redo mouse-track activation to separate out a "conservative" | |
12 activation that is only triggered by button2 or button1 double-click | |
13 and a regular activation also triggered by button1. | |
14 | |
15 2004-11-01 Ben Wing <ben@xemacs.org> | |
16 | |
17 * menubar-items.el (xemacs-splash-buffer): | |
18 frame->screen and rewrite to fix bugginess. | |
19 | |
20 * startup.el: | |
21 * startup.el (splash-frame-timeout): Removed. | |
22 * startup.el (splash-screen-timeout): New. | |
23 * startup.el (splash-screen-circulate): New. | |
24 * startup.el (command-line-1): | |
25 * startup.el (splash-frame-present-hack): Removed. | |
26 * startup.el (splash-screen-present-hack): New. | |
27 * startup.el (splash-frame-present): Removed. | |
28 * startup.el (splash-screen-present): New. | |
29 * startup.el (splash-frame-body): Removed. | |
30 * startup.el (splash-screen-body): New. | |
31 * startup.el (splash-frame-static-body): Removed. | |
32 * startup.el (splash-screen-static-body): New. | |
33 * startup.el ('splash-frame-static-body): New. | |
34 * startup.el (circulate-splash-frame-elements): Removed. | |
35 * startup.el (circulate-splash-screen-elements): New. | |
36 * startup.el (display-splash-frame): Removed. | |
37 * startup.el (display-splash-screen): New. | |
38 Rename "splash-frame" -> "splash-screen" (its change | |
39 long ago from screen to frame happened during the general | |
40 screen->frame sub and was a mistake). Provide obsolete | |
41 compatibility var for existing locale .el files. | |
42 Change so that it no longer automatically cycles every 7 | |
43 seconds or so -- instead, it lets you cycle yourself by | |
44 pressing `n', or any other key to clear (and displays | |
45 a message stating this). Update copyright years and some | |
46 other random stuff. New variable splash-screen-circulate | |
47 which can be set (sufficiently early) to get the old behavior. | |
48 | |
1 2005-01-25 Ben Wing <ben@xemacs.org> | 49 2005-01-25 Ben Wing <ben@xemacs.org> |
2 | 50 |
3 * font-lock.el (c-font-lock-keywords-2): Removed. | 51 * font-lock.el (c-font-lock-keywords-2): Removed. |
4 * font-lock.el (xemacs-c-font-lock-keywords-2): New. | 52 * font-lock.el (xemacs-c-font-lock-keywords-2): New. |
5 * font-lock.el (c-font-lock-keywords-3): Removed. | 53 * font-lock.el (c-font-lock-keywords-3): Removed. |