Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 848:0cb55b2a2c66
[xemacs-hg @ 2002-05-17 18:28:45 by adrian]
Re: [PATCH] Re: [Proposal] Changes to Custom <7kn6e8e6.fsf@ispras.ru>
author | adrian |
---|---|
date | Fri, 17 May 2002 18:28:45 +0000 |
parents | 047d37eb70d7 |
children | 503b6a57cf47 |
comparison
equal
deleted
inserted
replaced
847:74899b430f18 | 848:0cb55b2a2c66 |
---|---|
1 2002-04-17 Nickolay Pakoulin <npak@ispras.ru> | |
2 | |
3 * cus-edit.el (custom-save-delete-any): New function | |
4 (make-custom-save-resets-mapper): New macro | |
5 (custom-save-resets-mapper-alist): New constant | |
6 (custom-save-resets): Modified | |
7 Save customized values MUCH faster by keeping often used lambdas | |
8 in cache `custom-save-resets-mapper-alist' instead of building them | |
9 on the fly in `custom-save-resets'. | |
10 | |
11 * cus-edit.el (custom-save-pretty-print): New variable | |
12 (custom-save-variable-p): New function | |
13 (custom-save-variable-internal): New function | |
14 (custom-save-variables): Modified | |
15 (custom-save-face-p): New function | |
16 (custom-save-face-internal): Modified | |
17 (custom-save-faces): Modified | |
18 Save customized variables and faces in the alphabetic order. | |
19 `custom-save-pretty-print' turns on/off pretty-printing values. | |
20 | |
1 2002-05-16 Ben Wing <ben@xemacs.org> | 21 2002-05-16 Ben Wing <ben@xemacs.org> |
2 | 22 |
3 * dialog.el: | 23 * dialog.el: |
4 * dialog.el (get-user-response): New. Function to ask a | 24 * dialog.el (get-user-response): New. Function to ask a |
5 multiple-choice question, automatically choosing a dialog box or | 25 multiple-choice question, automatically choosing a dialog box or |