Mercurial > hg > xemacs-beta
comparison lisp/custom/ChangeLog @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 5a88923fcbfe |
children | 929b76928fce |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
1 1997-06-28 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * cus-edit.el (customize-customized): Trap errors. | |
4 (customize-saved): Ditto. | |
5 (custom-add-parent-links): Ditto. | |
6 (custom-save-variables): Ditto. | |
7 (custom-save-faces): Ditto. | |
8 (customize-save-customized): Ditto. | |
9 | |
10 Thu Jun 26 16:49:32 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
11 | |
12 * Version 1.9940 released. | |
13 | |
14 Thu Jun 26 15:19:27 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
15 | |
16 * wid-edit.el (widget-field-value-create): Add comment explaining | |
17 why `:field-overlay' contains two markers. | |
18 | |
19 * cus-edit.el (custom-browse-visibility, | |
20 custom-browse-visibility-action, custom-browse-group-tag, | |
21 custom-browse-group-tag-action, custom-browse-variable-tag-action, | |
22 custom-browse-face-tag, custom-browse-face-tag-action, | |
23 custom-browse-face-tag-action, custom-browse-alist): Changed | |
24 prefix from `custom-tree' to `custom-browse'. | |
25 (custom-variable-value-create, custom-face-value-create, | |
26 custom-group-value-create): Updated caller. | |
27 | |
28 * cus-edit.el (custom-browse-only-groups): New option. | |
29 (custom-group-value-create): Use it. Omit non-groups if non-nil. | |
30 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>. | |
31 | |
32 * cus-edit.el (custom-help-menu): Renamed "Variable" to "Option". | |
33 Remove "..." from non-prompting entries. | |
34 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>. | |
35 | |
36 * Version 1.9939 released. | |
37 | |
38 Thu Jun 26 15:16:15 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
39 | |
40 * wid-edit.el (widget-single-line-field-face): New face. | |
41 (widget-single-line-display-table): New variable. | |
42 (regexp, file): Use `widget-single-line-field-face'. | |
43 Patch by Hrvoje Niksic <hniksic@srce.hr>. | |
44 | |
45 Wed Jun 25 20:23:52 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
46 | |
47 * Version 1.9938 released. | |
48 | |
1 Wed Jun 25 17:46:18 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 49 Wed Jun 25 17:46:18 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
50 | |
51 * cus-edit.el (custom-unloaded-symbol-p): New function. | |
52 (custom-unloaded-widget-p): New function. | |
53 (custom-group-value-create): Use it. | |
54 (customize-browse): Mention [?]. | |
55 | |
56 * cus-edit.el (custom-toggle-hide): Load dependencies here. | |
57 | |
58 * wid-edit.el (functionp): New function. | |
2 | 59 |
3 * Version 1.9937 released. | 60 * Version 1.9937 released. |
4 | 61 |
5 Wed Jun 25 17:29:08 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 62 Wed Jun 25 17:29:08 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
6 | 63 |