Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 396:6719134a07c2 r21-2-13
Import from CVS: tag r21-2-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:12:05 +0200 |
parents | 7d59cb494b73 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
395:de2c2a7459d2 | 396:6719134a07c2 |
---|---|
1 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.2.13 is released | |
4 | |
5 1999-03-12 SL Baur <steve@xemacs.org> | |
6 | |
7 * simple.el (delete-key-deletes-forward): Revert to previous | |
8 behavior. | |
9 | |
10 1999-01-18 Didier Verna <verna@inf.enst.fr> | |
11 | |
12 * menubar-items.el (xemacs-splash-buffer): handle the case of | |
13 multiple elements in the splash buffer body. | |
14 | |
15 * startup.el (splash-frame-timeout): new constant: interval | |
16 between splash buffer elements. | |
17 (command-line-1): handle splash buffer with multiple elements (use | |
18 a timeout). | |
19 (splash-frame-body): Originally `startup-splash-frame-body'. | |
20 Rewrote a cleaner and more readable version. This can now be array, | |
21 in which case each element is displayed in turn in the splash buffer. | |
22 (splash-frame-static-body): new constant. Persistent information | |
23 across all splash buffer elements (preserves the possibility to give | |
24 it in different languages. | |
25 (circulate-splash-frame-elements): new function. Used as a timeout | |
26 to circulate through all splash frame elements and display them in | |
27 sequence. | |
28 (display-splash-frame): originally `startup-splash-frame'. Handle | |
29 the case of multiple elements in the splash buffer body. Now | |
30 returns a timeout id if multiple elements to display, or nil. | |
31 | |
32 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch> | |
33 | |
34 * x-faces.el (x-init-global-faces): Add default tag to specifiers, | |
35 so they can be overridden by x-init-face-from-resources. | |
36 Additionally specify the font name also with an x tag. | |
37 | |
38 1999-03-08 Andy Piper <andy@xemacs.org> | |
39 | |
40 * package-get.el (package-get-base): autoload. | |
41 | |
42 * menubar-items.el (default-menubar): add update menu item. Fix | |
43 custom menu to only be activated when package-base is available. | |
44 | |
45 * package-get.el (package-get-custom): don't load | |
46 package-get-custom as it is auto-generated. Fix group definition. | |
47 | |
48 1999-03-05 Didier Verna <verna@inf.enst.fr> | |
49 | |
50 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string' | |
51 instead of `symbol-name' (Thanks Kyle). | |
52 | |
53 * cus-edit.el (custom-save-variables): use `prin1' instead of | |
54 princ to write symbols. | |
55 | |
1 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | 56 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 57 |
3 * XEmacs 21.2.12 is released | 58 * XEmacs 21.2.12 is released |
4 | 59 |
5 1999-03-05 SL Baur <steve@xemacs.org> | 60 1999-03-05 SL Baur <steve@xemacs.org> |