Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 480:e07227fed94e
[xemacs-hg @ 2001-04-23 16:18:04 by didierv]
Options saving: simple change, big gain
author | didierv |
---|---|
date | Mon, 23 Apr 2001 16:18:04 +0000 |
parents | 52626a2f02ef |
children | 1662439f54c2 |
comparison
equal
deleted
inserted
replaced
479:52626a2f02ef | 480:e07227fed94e |
---|---|
1 2001-04-23 Didier Verna <didier@xemacs.org> | |
2 | |
3 * cus-edit.el (custom-variable-pre-save): New. | |
4 * cus-edit.el (custom-variable-post-save): New. | |
5 * cus-edit.el (custom-variable-save): use them. | |
6 * cus-edit.el (custom-face-pre-save): New. | |
7 * cus-edit.el (custom-face-post-save): New. | |
8 * cus-edit.el (custom-face-save): use them. | |
9 * cus-edit.el (custom-group-pre-save): New. | |
10 * cus-edit.el (custom-group-post-save): New. | |
11 * cus-edit.el (custom-group-save): use them. | |
12 * cus-edit.el (Custom-save): use the pre/post functions above, | |
13 call `custom-save-all' only once. | |
14 * cus-edit.el (custom-variable-pre-reset-standard): New. | |
15 * cus-edit.el (custom-variable-post-reset-standard): New. | |
16 * cus-edit.el (custom-variable-reset-standard): use them. | |
17 * cus-edit.el (custom-face-pre-reset-standard): New. | |
18 * cus-edit.el (custom-face-post-reset-standard): New. | |
19 * cus-edit.el (custom-face-reset-standard): use them. | |
20 * cus-edit.el (custom-group-pre-reset-standard): New. | |
21 * cus-edit.el (custom-group-post-reset-standard): New. | |
22 * cus-edit.el (Custom-reset-standard): use them. | |
23 * cus-edit.el (custom-face-reset-saved): use the pre/post | |
24 functions above, call `custom-save-all' only once. | |
25 | |
1 2001-04-15 Ben Wing <ben@xemacs.org> | 26 2001-04-15 Ben Wing <ben@xemacs.org> |
2 | 27 |
3 * about.el: | 28 * about.el: |
4 * about.el (about-headline-face): New. | 29 * about.el (about-headline-face): New. |
5 * about.el (about-link-face): New. | 30 * about.el (about-link-face): New. |
21 * about.el (about-hackers): | 46 * about.el (about-hackers): |
22 Major revamping. Rewriting of most of the text, improve the | 47 Major revamping. Rewriting of most of the text, improve the |
23 link handling, separate info on contributors into personal | 48 link handling, separate info on contributors into personal |
24 and contribution info, add new contributors, update personal | 49 and contribution info, add new contributors, update personal |
25 info, etc. etc. | 50 info, etc. etc. |
26 | 51 |
27 * menubar-items.el (default-menubar): | 52 * menubar-items.el (default-menubar): |
28 Help menubar entry for News now says more accurately | 53 Help menubar entry for News now says more accurately |
29 "What's New in XEmacs". | 54 "What's New in XEmacs". |
30 | 55 |
31 * mouse.el: | 56 * mouse.el: |
32 * mouse.el (mouse-track-cleanup-hook): | 57 * mouse.el (mouse-track-cleanup-hook): |
33 * mouse.el (mouse-track): | 58 * mouse.el (mouse-track): |
34 Don't set-buffer to a dead buffer when calling mouse-track | 59 Don't set-buffer to a dead buffer when calling mouse-track |
35 cleanup hooks. | 60 cleanup hooks. |