Mercurial > hg > xemacs-beta
comparison lisp/custom/ChangeLog @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 441bb1e64a06 |
children | e04119814345 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
1 Sat Mar 08 17:21:12 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
2 | |
3 * Version 1.59 released. | |
4 | |
5 Sat Mar 8 10:16:59 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
6 | |
7 * widget.texi (editable-list): Documented new keywords. | |
8 (radio-button-choice): Ditto. | |
9 (checklist): Ditto. | |
10 | |
11 * cus-edit.el (custom-face-edit-args): Deleted. | |
12 | |
13 * wid-edit.el (color-item): Don't make sample a button. | |
14 | |
15 * widget.el (:insert-button-args): New keyword. | |
16 (:delete-button-args): Ditto. | |
17 | |
18 * wid-edit.el (widget-editable-list-entry-create): Use them. | |
19 * cus-edit.el (custom-face-value-create): Ditto. | |
20 | |
21 * widget.el (:append-button-args): New keyword. | |
22 * wid-edit.el (widget-editable-list-format-handler): Use it. | |
23 | |
24 * cus-edit.el (custom-face-edit): Add `:help-echo' to checkboxes. | |
25 * cus-face.el (custom-face-attributes): Add `:echo-help'. | |
26 * wid-edit.el (delete-button): Ditto. | |
27 (insert-button): Ditto. | |
28 | |
29 * widget.el (:button-args): New keyword. | |
30 (:sibling-args): New keyword. | |
31 * wid-edit.el (widget-checklist-add-item): Support them. | |
32 (widget-radio-add-item): Ditto. | |
33 | |
34 * wid-edit.el: (widget-mouse-help): Renamed from | |
35 `widget-ballon-help'. | |
36 (widget-specify-button): Support `help-echo'. | |
37 (widget-glyph-insert-glyph): Ditto. | |
38 (widget-specify-field-update): Ditto. | |
39 | |
40 * wid-edit.el: Minor spelling corrections. | |
41 Patch by Martin Buchholz <mrb@Eng.Sun.COM>. | |
42 | |
43 Fri Mar 07 21:29:07 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
44 | |
45 * Version 1.58 released. | |
46 | |
47 Fri Mar 7 14:55:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
48 | |
49 * cus-edit.el (custom-buffer-create): Go to top of buffer after | |
50 creating it. | |
51 | |
52 * custom.texi (The Customization Buttons): Documented `[Done]'. | |
53 | |
54 Fri Mar 07 14:40:52 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
55 | |
56 * Version 1.57 released. | |
57 | |
58 Fri Mar 7 10:46:48 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
59 | |
60 * cus-edit.el: Removed "Push me" from :help-echo strings. | |
61 * wid-edit.el: Ditto. | |
62 | |
63 * wid-edit.el (widget-specify-button): Support ballon-help. | |
64 (widget-glyph-insert-glyph): Ditto. | |
65 (widget-balloon-help): New function. | |
66 | |
67 * Makefile (some): New target. | |
68 | |
69 * wid-edit.el: A bit of compiler warning avoidance with new target. | |
70 | |
71 * cus-face.el (custom-face-attributes-set): Renamed from | |
72 `custom-face-attribites-set'. | |
73 (custom-face-display-set): Changed caller. | |
74 (custom-invert-face): Renamed from `reverse-face'. | |
75 (custom-face-attributes): Changed caller. | |
76 | |
77 Fri Mar 7 04:17:40 1997 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
78 | |
79 * cus-face.el: Moved variable defintions around a bit to avoid | |
80 compilation warnings. | |
81 | |
82 Thu Mar 06 16:30:04 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
83 | |
84 * Version 1.56 released. | |
85 | |
86 Thu Mar 6 15:40:34 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
87 | |
88 * cus-edit.el (custom-notify): Don't modify hidden items. | |
89 | |
90 Wed Mar 05 17:42:47 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
91 | |
92 * Version 1.55 released. | |
93 | |
94 Wed Mar 5 17:20:05 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
95 | |
96 * cus-face.el (set-face-doc-string). Renamed from | |
97 `set-face-documentation'. | |
98 (face-doc-string). Renamed from `face-documentation'. | |
99 (custom-declare-face): Changed caller. | |
100 * cus-edit.el (custom-face): Changed caller. | |
101 | |
102 Wed Mar 05 17:00:42 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
103 | |
104 * Version 1.54 released. | |
105 | |
106 * cus-face.el (reverse-face): New function. | |
107 (custom-face-attributes): Use it. | |
108 | |
109 Wed Mar 05 15:08:30 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
110 | |
111 * Version 1.53 released. | |
112 | |
113 Wed Mar 5 15:03:58 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
114 | |
115 * cus-face.el (custom-relevant-frames): Don't cache the frames. | |
116 (custom-initialize-frame): Ditto. | |
117 | |
118 Wed Mar 05 14:39:19 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
119 | |
120 * Version 1.52 released. | |
121 | |
122 Wed Mar 5 14:38:20 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
123 | |
124 * wid-edit.el (widget-choose): Call `try-completion' to make sure | |
125 case changes are done. | |
126 | |
127 Tue Mar 04 21:04:30 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
128 | |
129 * Version 1.51 released. | |
130 | |
131 Tue Mar 4 11:58:02 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
132 | |
133 * widget.texi, custom.texi: Use @* instead of @br. | |
134 | |
135 * wid-edit.el (widget-glyph-insert): Allow glyphs as well as file | |
136 names from `widget-glyph-directory'. | |
137 | |
138 Mon Mar 3 19:38:57 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
139 | |
140 * cus-edit.el (custom-mode-map): Bind `bury-buffer' to `q'. | |
141 Suggested by Neal Becker <neal@ctd.comsat.com>. | |
142 | |
143 Mon Mar 03 18:29:27 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
144 | |
145 * Version 1.50 released. | |
146 | |
147 Mon Mar 3 15:01:25 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
148 | |
149 * cus-face.el (face-documentation): Renamed from | |
150 `get-face-documentation'. | |
151 (custom-declare-face): Change caller. | |
152 * cus-edit.el (custom-face): Ditto. | |
153 | |
154 * cus-face.el (make-empty-face): New function. | |
155 (initialize-face-resources): New option. | |
156 (initialize-face-resources): New function. | |
157 (custom-declare-face): Call them here. | |
158 (custom-face-display-set): Don't create face here. | |
159 (custom-set-faces): Clear face. | |
160 * cus-edit.el (custom-face-set): Ditto. | |
161 (custom-face-save): Ditto. | |
162 (custom-face-reset-saved): Ditto. | |
163 (custom-face-reset-factory): Ditto. | |
164 | |
165 Mon Mar 03 10:36:40 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
166 | |
167 * Version 1.49 released. | |
168 | |
169 Mon Mar 3 10:34:44 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
170 | |
171 * cus-face.el (custom-background-mode): Don't call | |
172 `x-color-values' on Emacs tty frame. | |
173 Patch by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>. | |
174 | |
175 Sat Mar 1 22:55:17 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
176 | |
177 * cus-edit.el (cus-face): Require. | |
178 | |
179 Sat Mar 01 22:35:07 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
180 | |
181 * Version 1.48 released. | |
182 | |
183 Sat Mar 1 21:45:44 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
184 | |
185 * wid-edit.el: Renamed from widget-edit.el | |
186 * wid-browse.el: Renamed from widget-browse.el | |
187 * cus-edit.el: Renamed from custom-edit.el | |
188 * cus-face.el: New file. | |
189 * custom-xmas.el: Deleted. | |
190 * custom.el: Updated autoloads. | |
191 * widget.el: Ditto | |
192 * widget.texi: Updated examples. | |
193 * widget-example.el: Updated require. | |
194 | |
195 Fri Feb 28 02:04:49 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
196 | |
197 * custom.el (custom-declare-face): Ignore already declared faces. | |
198 | |
199 * Version 1.47 released. | |
200 | |
201 Fri Feb 28 01:46:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
202 | |
203 * custom.el (custom-background-mode): Take a frame argument. | |
204 (custom-declare-face): Create frame local faces where relevant. | |
205 (custom-declare-face): Whine when called during dump. | |
206 (custom-face-display-set): Don'e create frame local face if the | |
207 display is identical to the global face. | |
208 (custom-default-frame-properties): New variable and function. | |
209 (custom-extract-frame-properties): New function. | |
210 (custom-get-frame-properties): New function. | |
211 (custom-display-match-frame): Use it. | |
212 (custom-relevant-frames): New variable and function. | |
213 (custom-initialize-frame): New function. | |
214 (after-make-frame-hook): Enable it. | |
215 | |
216 Thu Feb 27 18:58:45 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
217 | |
218 * custom-edit.el (custom-buffer-create): Read up event when | |
219 | |
1 Wed Feb 26 22:17:38 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 220 Wed Feb 26 22:17:38 1997 Per Abrahamsen <abraham@dina.kvl.dk> |
2 | 221 |
3 * Version 1.46 released. | 222 * Version 1.46 released. |
4 | 223 |
5 Wed Feb 26 12:27:21 1997 Per Abrahamsen <abraham@dina.kvl.dk> | 224 Wed Feb 26 12:27:21 1997 Per Abrahamsen <abraham@dina.kvl.dk> |