comparison lisp/ChangeLog @ 2505:3e5a2d0d57e1

[xemacs-hg @ 2005-01-26 04:56:17 by ben] The splash screen change startup.el: Rename "splash-frame" -> "splash-screen" (its change long ago from screen to frame happened during the general screen->frame sub and was a mistake). Compress all info onto one screen rather than cycling through 3 of them. Update copyright years and some other random stuff. menubar-items.el: Removed. frame->screen and rewrite to fix bugginess. Add menu items for beta and distribution info.
author ben
date Wed, 26 Jan 2005 04:56:18 +0000
parents e17beacca645
children 14f65fa1e69e
comparison
equal deleted inserted replaced
2504:e17beacca645 2505:3e5a2d0d57e1
1 2005-01-25 Ben Wing <ben@xemacs.org>
2
3 * startup.el:
4 * startup.el (splash-frame-timeout): Removed.
5 * startup.el (command-line-1):
6 * startup.el (startup-presentation-hack-keymap): Removed.
7 * startup.el (startup-presentation-hack-help):
8 * startup.el (startup-presentation-hack): Removed.
9 * startup.el (splash-frame-present): Removed.
10 * startup.el (splash-screen-present): New.
11 * startup.el (splash-frame-present-hack): Removed.
12 * startup.el (startup-presentation-activate): New.
13 * startup.el (splash-screen-present-hack): New.
14 * startup.el (startup-center-spaces):
15 * startup.el (splash-frame-body): Removed.
16 * startup.el (splash-screen-window-body): New.
17 * startup.el (splash-screen-tty-body): New.
18 * startup.el (splash-frame-static-body): Removed.
19 * startup.el (circulate-splash-frame-elements): Removed.
20 * startup.el (display-splash-frame): Removed.
21 * startup.el (splash-screen-static-body): New.
22 * startup.el ('splash-frame-static-body): New.
23 * startup.el (display-splash-screen): New.
24 * startup.el (xemacs-splash-buffer): New.
25 Rename "splash-frame" -> "splash-screen" (its change
26 long ago from screen to frame happened during the general
27 screen->frame sub and was a mistake). Compress all info
28 onto one screen rather than cycling through 3 of them.
29 Update copyright years and some other random stuff.
30
31 * menubar-items.el:
32 * menubar-items.el (default-menubar):
33 * menubar-items.el (xemacs-splash-buffer): Removed.
34 frame->screen and rewrite to fix bugginess.
35 Add menu items for beta and distribution info.
36
1 2005-01-25 Ben Wing <ben@xemacs.org> 37 2005-01-25 Ben Wing <ben@xemacs.org>
2 38
3 * mouse.el: 39 * mouse.el:
4 * mouse.el (mouse-track-activate-strokes): 40 * mouse.el (mouse-track-activate-strokes):
5 * mouse.el (mouse-track-conservative-activate-strokes): New. 41 * mouse.el (mouse-track-conservative-activate-strokes): New.
9 * mouse.el (default-mouse-track-click-hook): New. 45 * mouse.el (default-mouse-track-click-hook): New.
10 * mouse.el (mouse-track-down-hook): 46 * mouse.el (mouse-track-down-hook):
11 Redo mouse-track activation to separate out a "conservative" 47 Redo mouse-track activation to separate out a "conservative"
12 activation that is only triggered by button2 or button1 double-click 48 activation that is only triggered by button2 or button1 double-click
13 and a regular activation also triggered by button1. 49 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 50
49 2005-01-25 Ben Wing <ben@xemacs.org> 51 2005-01-25 Ben Wing <ben@xemacs.org>
50 52
51 * font-lock.el (c-font-lock-keywords-2): Removed. 53 * font-lock.el (c-font-lock-keywords-2): Removed.
52 * font-lock.el (xemacs-c-font-lock-keywords-2): New. 54 * font-lock.el (xemacs-c-font-lock-keywords-2): New.