171
|
1 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * cus-edit.el (custom-file): Rename .xemacs-custom to something
|
|
4 more general.
|
|
5
|
167
|
6 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
7
|
|
8 * cus-edit.el (customize-customized): Trap errors.
|
|
9 (customize-saved): Ditto.
|
|
10 (custom-add-parent-links): Ditto.
|
|
11 (custom-save-variables): Ditto.
|
|
12 (custom-save-faces): Ditto.
|
|
13 (customize-save-customized): Ditto.
|
|
14
|
|
15 Thu Jun 26 16:49:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
16
|
|
17 * Version 1.9940 released.
|
|
18
|
|
19 Thu Jun 26 15:19:27 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
20
|
|
21 * wid-edit.el (widget-field-value-create): Add comment explaining
|
|
22 why `:field-overlay' contains two markers.
|
|
23
|
|
24 * cus-edit.el (custom-browse-visibility,
|
|
25 custom-browse-visibility-action, custom-browse-group-tag,
|
|
26 custom-browse-group-tag-action, custom-browse-variable-tag-action,
|
|
27 custom-browse-face-tag, custom-browse-face-tag-action,
|
|
28 custom-browse-face-tag-action, custom-browse-alist): Changed
|
|
29 prefix from `custom-tree' to `custom-browse'.
|
|
30 (custom-variable-value-create, custom-face-value-create,
|
|
31 custom-group-value-create): Updated caller.
|
|
32
|
|
33 * cus-edit.el (custom-browse-only-groups): New option.
|
|
34 (custom-group-value-create): Use it. Omit non-groups if non-nil.
|
|
35 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
36
|
|
37 * cus-edit.el (custom-help-menu): Renamed "Variable" to "Option".
|
|
38 Remove "..." from non-prompting entries.
|
|
39 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
40
|
|
41 * Version 1.9939 released.
|
|
42
|
|
43 Thu Jun 26 15:16:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
44
|
|
45 * wid-edit.el (widget-single-line-field-face): New face.
|
|
46 (widget-single-line-display-table): New variable.
|
|
47 (regexp, file): Use `widget-single-line-field-face'.
|
|
48 Patch by Hrvoje Niksic <hniksic@srce.hr>.
|
|
49
|
|
50 Wed Jun 25 20:23:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
51
|
|
52 * Version 1.9938 released.
|
|
53
|
165
|
54 Wed Jun 25 17:46:18 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
55
|
167
|
56 * cus-edit.el (custom-unloaded-symbol-p): New function.
|
|
57 (custom-unloaded-widget-p): New function.
|
|
58 (custom-group-value-create): Use it.
|
|
59 (customize-browse): Mention [?].
|
|
60
|
|
61 * cus-edit.el (custom-toggle-hide): Load dependencies here.
|
|
62
|
|
63 * wid-edit.el (functionp): New function.
|
|
64
|
165
|
65 * Version 1.9937 released.
|
|
66
|
|
67 Wed Jun 25 17:29:08 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
68
|
|
69 * widget.el (:match-alternatives): New keyword.
|
|
70
|
|
71 * custom.el: Updated autoloads.
|
|
72
|
|
73 * all: Synched with FSF.
|
|
74
|
|
75 Tue Jun 24 16:27:41 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
76
|
|
77 * Version 1.9936 released.
|
|
78
|
|
79 Tue Jun 24 14:35:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
80
|
|
81 * cus-edit.el (customize-browse): Take a group argument.
|
|
82 (custom-help-menu): Browse `emacs' group.
|
|
83
|
|
84 * Version 1.9935 released.
|
|
85
|
|
86 Tue Jun 24 14:31:53 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
87
|
|
88 * Version 1.9934 released.
|
|
89
|
|
90 Tue Jun 24 14:30:26 MET DST 1997 Simon Marshall <simon@gnu.ai.mit.edu>
|
|
91
|
|
92 * cus-edit.el (custom-add-parent-links): Simplify mapatoms lambda.
|
|
93 (custom-browse): New group.
|
|
94 (custom-buffer-groups-last):
|
|
95 (custom-menu-groups-first): Options deleted.
|
|
96 (custom-browse-sort-alphabetically):
|
|
97 (custom-browse-order-groups):
|
|
98 (custom-buffer-order-groups):
|
|
99 (custom-menu-order-groups): New options.
|
|
100 (custom-browse-sort-predicate):
|
|
101 (custom-buffer-sort-predicate):
|
|
102 (custom-menu-sort-predicate): Functions deleted.
|
|
103 (custom-sort-items): New replacement function; simplification and
|
|
104 extension of previous predicate functions.
|
|
105 (customize-face):
|
|
106 (customize-customized):
|
|
107 (customize-saved):
|
|
108 (customize-apropos):
|
|
109 (custom-menu-create):
|
|
110 (custom-group-value-create): Use it.
|
|
111
|
|
112 Tue Jun 24 11:46:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
113
|
|
114 * cus-edit.el (custom-tree-alist): Use "-\ " instead of "-+ ".
|
|
115 (custom-group-value-create): Ditto.
|
|
116
|
|
117 * Version 1.9933 released.
|
|
118
|
|
119 Tue Jun 24 11:32:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
120
|
|
121 * wid-edit.el (widget-button-click): Steal up event if key is not
|
|
122 bounbd in `widget-global-map'.
|
|
123
|
|
124 Mon Jun 23 17:23:27 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
125
|
|
126 * Version 1.9932 released.
|
|
127
|
|
128 Mon Jun 23 11:56:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
129
|
|
130 * cus-edit.el (custom-tree-insert-prefix): Renamed from
|
|
131 `custom-tree-insert'.
|
|
132 (custom-group-value-create): Use it.
|
|
133
|
|
134 * wid-edit.el (widget-field-use-before-change): New option.
|
|
135 (widget-setup): Obey it.
|
|
136
|
|
137 * cus-edit.el (custom-help-menu): Add entry for
|
|
138 `customize-browse'.
|
|
139
|
|
140 * widget.texi: Change `@br' to `@*'.
|
|
141 Patch by Ralph Schleicher <rs@purple.UL.BaWue.DE>.
|
|
142
|
163
|
143 Sat Jun 21 21:10:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
144
|
|
145 * Version 1.9931 released.
|
|
146
|
|
147 Sat Jun 21 14:41:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
148
|
|
149 * face.xpm: New file.
|
|
150 * option.xpm: New file.
|
|
151 * folder.xpm: New file.
|
|
152 * Makefile (TEXT): Added.
|
|
153 * wid-edit.el (widget-push-button-value-create): Use :tag-glyph.
|
|
154 (widget-glyph-insert-glyph): Accept nil widget.
|
|
155 * cus-edit.el (custom-tree-group-tag): Specify :tag-glyph.
|
|
156 (custom-tree-variable-tag): Ditto.
|
|
157 (custom-tree-face-tag): Ditto.
|
|
158
|
|
159 * Version 1.9930 released.
|
|
160
|
|
161 Sat Jun 21 03:01:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
162
|
|
163 * all: Synched with FSF.
|
|
164
|
|
165 * cus-edit.el (custom-buffer-indent): New option.
|
|
166 (custom-magic-value-create): Use it.
|
|
167 (custom-group-value-create): Ditto.
|
|
168 (custom-buffer-create-internal): Don't create parent groups here.
|
|
169 (custom-group-list): New variable.
|
|
170 (custom-add-parent-links): New function.
|
|
171 (custom-variable-value-create): Use it.
|
|
172 (custom-face-value-create): Use it.
|
|
173 (custom-group-value-create): Use it.
|
|
174 (custom-buffer-groups-last): Changed default.
|
|
175
|
|
176 * wid-edit.el (group-visibility): Deleted.
|
|
177 (widget-group-visibility-create): Ditto.
|
|
178 (group-link): Deleted.
|
|
179 (widget-group-link-create): Ditto.
|
|
180 (widget-group-link-action): Ditto.
|
|
181
|
|
182 * cus-edit.el (custom-nest-groups): Delete option.
|
|
183 (custom-buffer-style): Add `links' style instead.
|
|
184 (custom-group-link): New widget.
|
|
185 (custom-group-link-action): New function.
|
|
186 (custom-group-value-create): Use `custom-group-link'.
|
|
187
|
|
188 * wid-edit.el (widget-before-change): Fixed comment and debug
|
|
189 string.
|
|
190
|
|
191 * cus-edit.el (custom-mode-customize-menu): Deleted.
|
|
192 (custom-mode-menu): Define here.
|
|
193 (custom-mode): Don't add here.
|
|
194 (custom-format-handler): Deleted.
|
|
195 (custom): Don't add here.
|
|
196
|
|
197 * all: Synched with FSF.
|
|
198
|
|
199 * Version 1.9929 released.
|
|
200
|
|
201 Sat Jun 21 02:05:08 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
202
|
|
203 * cus-edit.el (custom-browse-sort-predicate): New alias.
|
|
204 (custom-group-value-create): Use it.
|
|
205 (:custom-last): Replace :custom-extra-prefix.
|
|
206 (customize-browse): Use it.
|
|
207 (custom-group): Ditto.
|
|
208 (custom-group-value-create): Ditto.
|
|
209
|
|
210 * Version 1.9928 released.
|
|
211
|
|
212 Sat Jun 21 01:35:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
213
|
|
214 * cus-edit.el (face): Fixed format.
|
|
215 (custom-face-value-create): Browse face, not option.
|
|
216
|
|
217 * Version 1.9927 released.
|
|
218
|
|
219 Sat Jun 21 00:03:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
220
|
|
221 * cus-edit.el (custom-group-value-create): Rewrote to replace
|
|
222 entire format string.
|
|
223 (custom-variable-value-create): Ditto.
|
|
224 (custom-face-value-create): Ditto.
|
|
225 (custom-group): Delete :format.
|
|
226 (custom-variable): Ditto.
|
|
227 (custom-face): Delete :format and :format-handler.
|
|
228 (custom): Add :format.
|
|
229 (custom-format-handler): Removed unnecessary code.
|
|
230 (custom-face-format-handler): Deleted.
|
|
231 (custom-add-see-also): New function.
|
|
232 (custom-buffer-style): New option.
|
|
233 (widget-face-value-create): Use it here instead of :format.
|
|
234 (:custom-prefix, :custom-extra-prefix): New keywords.
|
|
235 (custom): Initialize them.
|
|
236 (custom-redraw-magic): Work with no magic button.
|
|
237 (customize-browse): New command.
|
|
238 (custom-tree-visibility): New widget.
|
|
239 (custom-tree-visibility-action): New function.
|
|
240 (custom-tree-group-tag): New widget.
|
|
241 (custom-tree-group-tag-action): New function.
|
|
242 (custom-tree-group-tag): New widget.
|
|
243 (custom-tree-group-tag-action): New function.
|
|
244 (custom-tree-variable-tag): New widget.
|
|
245 (custom-tree-variable-tag-action): New function.
|
|
246 (custom-tree-face-tag): New widget.
|
|
247 (custom-tree-face-tag-action): New function.
|
|
248
|
|
249 * custom.el (customize-browse): Added autoload.
|
|
250
|
|
251 * cus-edit.el (custom-buffer-sort-alphabetically): New option.
|
|
252 (custom-buffer-groups-last): New option.
|
|
253 (custom-buffer-sort-predicate): Use them.
|
|
254 (customize-apropos): Use it.
|
|
255 (custom-group-value-create): Ditto.
|
|
256 (custom-menu-sort-alphabetically): New option.
|
|
257 (custom-menu-groups-first): New option.
|
|
258 (custom-menu-sort-predicate): Use them.
|
|
259 (custom-menu-create): Use it.
|
|
260 (custom-buffer-sort-predicate, custom-buffer-order-predicate,
|
|
261 custom-menu-sort-predicate, custom-menu-order-predicate): Deleted.
|
|
262
|
|
263 Thu Jun 19 17:29:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
264
|
|
265 * Version 1.9926 released.
|
|
266
|
|
267 Thu Jun 19 13:31:08 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
268
|
|
269 * wid-edit.el (widget-leave-text): Don't delete nil overlays.
|
|
270
|
|
271 * wid-edit.el (widget-get-indirect): New function.
|
|
272 (widget-default-create): Use it.
|
|
273 (widget-button-insert-indirect): Deleted.
|
|
274
|
|
275 * wid-edit.el (widget-inactive-face): Use dim gray instead of dark
|
|
276 gray.
|
|
277
|
|
278 * Version 1.9925 released.
|
|
279
|
|
280 Thu Jun 19 12:09:32 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
281
|
|
282 * Synched with FSF.
|
|
283
|
|
284 * Version 1.9924 released.
|
|
285
|
|
286 Thu Jun 19 11:05:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
287
|
|
288 * cus-edit.el (customize-apropos): Always sort apropos.
|
|
289 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
290
|
|
291 * Version 1.9923 released.
|
|
292
|
|
293 Thu Jun 19 10:59:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
294
|
|
295 * cus-edit.el (custom-reset-saved): Call :custom-reset-saved.
|
|
296 (custom-reset-standard): Call :custom-reset-standard.
|
|
297
|
|
298 * Version 1.9922 released.
|
|
299
|
|
300 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
301
|
|
302 * cus-edit.el (custom-file): Autoload, and use ~/.xemacs-custom
|
|
303 for XEmacs.
|
|
304
|
|
305 Wed Jun 18 18:37:00 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
306
|
|
307 * cus-edit.el (custom-buffer-create-internal): Change parent tag.
|
|
308
|
|
309 * Version 1.9921 released.
|
|
310
|
|
311 * cus-edit.el (custom-buffer-create-internal): Add links to parent
|
|
312 groups when there is only a single item in the buffer.
|
|
313
|
|
314 Wed Jun 18 13:49:20 1997 Simon Marshall <simon@gnu.ai.mit.edu>
|
|
315
|
|
316 * cus-edit.el (customize-apropos): Extend ALL arg to restrict
|
|
317 apropos to options, groups and faces. Doc fix.
|
|
318 (customize-apropos-options):
|
|
319 (customize-apropos-faces):
|
|
320 (customize-apropos-groups): New commands. Call it.
|
|
321 (custom-help-menu): Add commands to menu.
|
|
322
|
|
323 Mon Jun 16 11:57:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
324
|
|
325 * wid-edit.el (widget-documentation-link-add): Only highlight text
|
|
326 inside link.
|
|
327 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
328
|
|
329 1997-06-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
330
|
|
331 * wid-edit.el (widget-specify-field): Place unreadable
|
|
332 text-property correctly when `widget-field-add-space' is non-nil.
|
|
333
|
|
334 Sun Jun 15 17:21:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
335
|
|
336 * all: Synched with FSF.
|
|
337
|
|
338 * Version 1.9920 released.
|
|
339
|
|
340 Sun Jun 15 14:06:49 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
341
|
|
342 * cus-edit.el (custom-variable-menu): Rearranged lisp support.
|
|
343 (custom-face-menu): Ditto.
|
|
344
|
|
345 * wid-edit.el (boolean): Add explicit toggle button.
|
|
346 (choice): Add explicit value menu button.
|
|
347 * cus-face.el (custom-face-attributes): Use booleans.
|
|
348
|
|
349 * cus-edit.el (custom-format-handler): Handle %i escape.
|
|
350 (custom-face): Use it.
|
|
351 (custom-magic-value-create): Add spaces for groups.
|
|
352 (custom-format-handler): Add spaces for groups.
|
|
353
|
|
354 * widget.el (:documentation-indent): New keyword.
|
|
355 * wid-edit.el (widget-default-format-handler): Obey it.
|
|
356 (widget-documentation-link-add): Add indentation.
|
|
357 (widget-documentation-string-value-create): Ditto.
|
|
358
|
|
359 * Version 1.9919 released.
|
|
360
|
|
361 Sun Jun 15 13:02:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
362
|
|
363 * cus-edit.el (widget-glyph-insert-glyph): Make the invisible
|
|
364 extent open ended.
|
|
365
|
|
366 * cus-edit.el (custom-format-handler): Added :echo-help to
|
|
367 visibility widget.
|
|
368 (custom-variable-value-create): Ditto, also for tag.
|
|
369 * wid-edit.el (widget-documentation-string-value-create): Ditto.
|
|
370 (widget-documentation-link-help-echo): New function.
|
|
371 (documentation-link): Use it. Make untabable.
|
|
372
|
|
373 Sat Jun 14 21:57:49 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
374
|
|
375 * Version 1.9918 released.
|
|
376
|
161
|
377 Sat Jun 14 21:31:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
378
|
163
|
379 * wid-edit.el (widget-apply-action): Don't bind
|
|
380 `after-change-functions' here.
|
|
381
|
|
382 * cus-edit.el (custom-toggle-hide): Call `widget-setup'.
|
|
383
|
|
384 * wid-edit.el (widget-setup): Cleanup.
|
|
385
|
161
|
386 * Version 1.9916 released.
|
|
387
|
|
388 Sat Jun 14 18:24:36 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
389
|
|
390 * wid-edit.el (widget-tabable-at): New function.
|
|
391 (widget-move): Use it.
|
|
392 * wid-edit.el (widget-after-change): Reimplemented :secret.
|
|
393
|
|
394 * wid-edit.el (widget-field-add-space): New option.
|
|
395 (widget-specify-field): Use it.
|
|
396 (widget-field-end): Ditto.
|
|
397
|
|
398 * Version 1.9915 released.
|
|
399
|
|
400 Sat Jun 14 12:12:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
401
|
|
402 * wid-edit.el (widget-leave-text): New function.
|
|
403 (widget-convert-text): Use it.
|
|
404 (documentation-link): New widget.
|
|
405 (widget-documentation-link-action): New function.
|
|
406 (widget-documentation-links): New option.
|
|
407 (widget-documentation-link-regexp): New option.
|
|
408 (widget-documentation-link-p): New option.
|
|
409 (widget-documentation-link-type): New option.
|
|
410 (widget-documentation-link-add): New function.
|
|
411 (widget-documentation-string-value-create): Use it.
|
|
412
|
|
413 * all: Synched with FSF.
|
|
414
|
|
415 Fri Jun 13 20:25:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
416
|
|
417 * Version 1.9914 released.
|
|
418
|
|
419 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
420
|
|
421 * wid-edit.el: Add widget `coding-system' for mule.
|
|
422
|
|
423 Fri Jun 13 14:28:41 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
424
|
|
425 * wid-edit.el (widget-convert-text): New function.
|
|
426 (widget-convert-button): Ditto.
|
|
427
|
|
428 * custom.texi: Use ../info/custom as file name.
|
|
429 (Declaring Variables): Reformulation.
|
|
430 Ispelled.
|
|
431 * widget.texi: Use ../info/widget as file name.
|
|
432 Ispelled.
|
|
433
|
|
434 Thu Jun 12 19:22:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
435
|
|
436 * Version 1.9913 released.
|
|
437
|
|
438 Thu Jun 12 12:15:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
439
|
|
440 * wid-edit.el (widget-field-buffer): Don't assume an overlay
|
|
441 exists.
|
|
442 (widget-field-start): Ditto.
|
|
443 (widget-field-end): Ditto.
|
|
444
|
|
445 * cus-face.el (custom-face-attributes-get): Protect against
|
|
446 missing w3 font functions.
|
|
447
|
|
448 * Version 1.9912 released.
|
|
449
|
|
450 Thu Jun 12 12:14:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
451
|
|
452 * cus-edit.el (custom-magic-faces): New group.
|
|
453 Added magic faces.
|
|
454
|
|
455 Wed Jun 11 20:15:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
456
|
|
457 * Version 1.9911 released.
|
|
458
|
|
459 Wed Jun 11 14:35:58 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
460
|
|
461 * cus-edit.el (custom-buffer): New group.
|
|
462 (custom-menu): New group
|
|
463 Updated options.
|
|
464 * wid-edit.el (widget-faces): New group.
|
|
465 Updated all faces.
|
|
466
|
|
467 * wid-edit.el (widget-map-buttons): New function.
|
|
468 Written by William M. Perry <wmperry@aventail.com>.
|
|
469
|
|
470 * Version 1.9910 released.
|
|
471
|
|
472 Wed Jun 11 13:35:16 1997 Simon Marshall <simon@gnu.ai.mit.edu>
|
|
473
|
|
474 * cus-edit.el (custom-buffer-sort-predicate):
|
|
475 (custom-menu-sort-predicate): Default to ignore. Rewrite :type form.
|
|
476 (custom-buffer-order-predicate):
|
|
477 (custom-menu-order-predicate): New variables.
|
|
478 (custom-buffer-sort-alphabetically):
|
|
479 (custom-menu-sort-alphabetically): Functions deleted.
|
|
480 (custom-sort-items-alphabetically): New function. Like deleted
|
|
481 functions, except that A and B must be the same custom type.
|
|
482 (custom-sort-groups-first):
|
|
483 (custom-sort-groups-last): New functions. Like deleted functions,
|
|
484 except that only A and B custom types are compared.
|
|
485 (custom-group-value-create):
|
|
486 (custom-menu-create): Also sort members using custom-*-order-predicate.
|
|
487 But sort the copy of the stored sequence to prevent changing the stored
|
|
488 value, and don't store the sorted copy.
|
|
489
|
|
490 Wed Jun 11 11:10:18 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
491
|
|
492 * Version 1.9909 released.
|
|
493
|
|
494 Wed Jun 11 10:13:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
495
|
|
496 * wid-edit.el (widget-specify-inactive): Don't set `mouse-face'.
|
|
497 (widget-setup): Don't use markers.
|
|
498
|
|
499 Tue Jun 10 13:55:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
500
|
|
501 * wid-edit.el (widget-default-format-handler): Cleanup.
|
|
502 (widget-documentation-string-value-create): Also use documentation
|
|
503 properties on single line documentation strings.
|
|
504
|
|
505 Mon Jun 9 06:21:49 1997 William M. Perry <wmperry@aventail.com>
|
|
506
|
|
507 * wid-browse.el (widget-minor-mode): Fixed mistake in
|
|
508 widget-minor-mode - it had semantics of non-interactive calling
|
|
509 reveresed.
|
|
510
|
|
511 Wed Jun 4 13:44:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
512
|
|
513 * all: Synched with FSF.
|
159
|
514
|
157
|
515 Wed Jun 04 13:24:36 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
516
|
|
517 * Version 1.9908 released.
|
|
518
|
|
519 Tue Jun 3 02:46:21 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
520
|
|
521 * wid-edit.el (widget-kill-line): Fixed for overlays.
|
|
522 Reported by Hrvoje Niksic <hniksic@srce.hr>.
|
|
523
|
|
524 * cus-edit.el (custom-buffer-create-internal): Show full
|
|
525 documentation string in buffers with only a single item.
|
|
526 Suggested by Steven L Baur <steve@xemacs.org>.
|
|
527
|
|
528 * cus-edit.el (custom-mode-map): Suppress keymap.
|
|
529
|
155
|
530 Tue Jun 03 02:05:13 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
531
|
|
532 * Version 1.9907 released.
|
|
533
|
|
534 Tue Jun 3 00:22:44 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
535
|
|
536 * wid-edit.el (widget-beginning-of-line): Work with overlays.
|
|
537 (widget-end-of-line): Ditto.
|
|
538 (widget-specify-inactive): Use inactive for mouse-face as well.
|
|
539 (widget-read-event): New alias.
|
|
540 (widget-button-click): Use it.
|
|
541 Don't execute up events twice.
|
|
542 (widget-field-end): Workaround for local-map at
|
|
543 end of overlay.
|
|
544 (widget-specify-field): Ditto.
|
|
545 (widget-move): Fixed but with single button buffers.
|
|
546
|
|
547 Mon Jun 2 23:09:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
548
|
|
549 * cus-edit.el (custom-buffer-create-internal): Improved help
|
|
550 strings for reset buttons.
|
|
551
|
|
552 * wid-edit.el (widget-move): Restored support for
|
|
553 `widget-echo-help' and `widget-move-hook'.
|
|
554 (widget-documentation-string-value-create): Restore support for
|
|
555 `widget-documentation--face'.
|
|
556
|
|
557 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
558
|
|
559 * cus-edit.el (customize-variable-other-window): Added defalias.
|
|
560
|
|
561 Mon Jun 2 21:03:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
562
|
|
563 * widget.el (:complete): New keyword.
|
|
564 (:complete-function): New keyword.
|
|
565 * wid-edit.el (widget-complete): New command.
|
|
566 (widget-keymap): Bind it.
|
|
567 (widget-complete-field): New option.
|
|
568 (widget-default-complete): New function.
|
|
569 (default): Bind :complete.
|
|
570 (string): Bind :complete-function.
|
|
571 (sexp): Ditto.
|
|
572
|
|
573 Mon Jun 02 20:39:28 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
574
|
|
575 * Version 1.9906 released.
|
|
576
|
|
577 Mon Jun 2 23:26:11 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
578
|
|
579 * wid-edit.el (widget-glyph-find): Would infloop when file not found.
|
|
580
|
|
581 Mon Jun 2 17:54:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
582
|
|
583 * wid-edit.el (widget-glyph-find): Try to avoid pure text glyphs.
|
|
584 (widget-glyph-insert): Update doc string.
|
|
585 Patch by Hrvoje Niksic <hniksic@srce.hr>.
|
|
586
|
|
587 * wid-edit.el (widget-button-click): Didn't restore `mouse-face'.
|
|
588
|
|
589 Sun Jun 1 20:29:18 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
590
|
|
591 * widget.texi (editable-field): Removed :hide-front-space and
|
|
592 :hide-rear-space.
|
|
593 * widget.el: Ditto.
|
|
594
|
|
595 Sun Jun 01 19:55:00 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
596
|
|
597 * Version 1.9905 released.
|
|
598
|
|
599 Sun Jun 1 13:24:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
600
|
|
601 * wid-edit.el: Changed to overlays.
|
|
602 * cus-edit.el (custom-buffer-create-internal): Remove kludge for
|
|
603 getting read-only bob and eob in XEmacs.
|
|
604 * wid-browse.el (widget-browse-at): Use `get-char-property'
|
|
605 instead of `get-text-property'.
|
|
606 * widget.el (:value-from :value-to): Deleted.
|
|
607 * widget.el (:button-overlay, :field-overlay): New keywords.
|
|
608 * wid-edit.el (widget-default-delete): Delete overlays.
|
|
609 (widget-field-value-delete): Delete overlay.
|
|
610
|
|
611 * wid-edit.el (widget-specify-field-update): Specify both
|
|
612 `ballon-help' and `help-echo'.
|
|
613
|
|
614 Sun Jun 01 13:13:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
615
|
|
616 * Version 1.9904 released.
|
|
617
|
|
618 Sun Jun 1 06:34:54 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
619
|
|
620 * wid-edit.el (visibility): Change "more" to "show".
|
|
621
|
|
622 * cus-edit.el (:custom-category): New keyword.
|
|
623 (custom-variable): Add it.
|
|
624 (custom-face): Ditto.
|
|
625 (custom-group): Ditto.
|
|
626 (custom-magic-value-create): Replace %c with category in state
|
|
627 text.
|
|
628 (custom-magic-alist): Use it.
|
|
629 (custom-magic-show-hidden): Allow control on each custom
|
|
630 category.
|
|
631 (custom-magic-value-create): Ditto.
|
|
632 (custom-reset-current): Ignore extra arguments.
|
|
633 (custom-reset-saved): Ditto.
|
|
634 (custom-reset-standard): Ditto.
|
|
635 (custom-reset-button-menu): New option.
|
|
636 (custom-buffer-create-internal): Use it.
|
|
637
|
|
638 * cus-edit.el (customize-variable): Uncomment alias.
|
|
639
|
|
640 * all: Synched with FSF.
|
|
641
|
|
642 * cus-edit.el (custom-format-handler): Cleanup.
|
|
643
|
|
644 * wid-edit.el (widget-kill-line): Use forward-line instead of
|
|
645 search-forward.
|
|
646 Suggested by Hrvoje Niksic <hniksic@srce.hr>.
|
|
647
|
|
648 * cus-edit.el (custom-magic-value-create): Cleanup.
|
|
649
|
|
650 * wid-edit.el (set-text-properties): Redefine for broken XEmacsen.
|
|
651 (widget-field-value-get): Remove workaround.
|
|
652 (widget-specify-button): Specify both `ballon-help' and `help-echo'.
|
|
653
|
|
654 Sat May 31 10:41:00 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
655
|
|
656 * Version 1.9903 released.
|
|
657
|
|
658 Sat May 31 08:44:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
659
|
|
660 * Version 1.9902 released.
|
|
661
|
|
662 Sat May 31 08:10:49 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
663
|
|
664 * all: Synched with FSF.
|
|
665
|
|
666 * Version 1.9901 released.
|
|
667
|
|
668 Sat May 31 03:26:11 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
669
|
|
670 * cus-edit.el (custom-format-handler): Don't show links for hidden
|
|
671 items.
|
|
672
|
|
673 * wid-edit.el (widget-button-prefix): Move to `widget-button' group.
|
|
674 (widget-button-suffix): Ditto.
|
|
675
|
|
676 * cus-edit.el (custom-format-handler): New %e and %- escapes.
|
|
677 (custom-group): Use them.
|
|
678
|
|
679 * widget.el (:widget-doc): Removed keyword.
|
|
680 * wid-edit.el (widget-help): Removed widget.
|
|
681 (widget-help-action): Removed function.
|
|
682
|
|
683 * widget.el (:documentation-shown): New keyword.
|
|
684 * wid-edit.el (documentation-string): New widget.
|
|
685 (widget-documentation-string-value-create): New function.
|
|
686 (widget-documentation-string-action): New function.
|
|
687 (widget-default-format-handler): Use them.
|
|
688 * cus-edit.el (custom-toggle-hide): Hide documentation.
|
|
689
|
|
690 * cus-edit.el (custom-buffer-sort-predicate): Fix :type.
|
|
691 (custom-menu-sort-predicate): Ditto.
|
|
692
|
|
693 * right.xpm: New file.
|
|
694 * right-pushed.xpm: New file.
|
|
695 * down.xpm: New file.
|
|
696 * down-pushed.xpm: New file.
|
|
697 * Makefile (TEXT): Add them
|
|
698 * wid-edit.el (visibility): New widget.
|
|
699 (widget-visibility-value-create): New function.
|
|
700 (widget-glyph-find): New function.
|
|
701 (widget-glyph-insert): Use it.
|
|
702 * cus-edit.el (custom-variable-menu, custom-face-menu,
|
|
703 custom-group-menu): Remove `Hide' entry.
|
|
704 (custom-magic-show-hidden): New option.
|
|
705 (custom-magic-value-create): Use it.
|
|
706 (custom-face): Show visibility.
|
|
707
|
|
708 * custom.texi (The Variable Options): Use dots to show value.
|
|
709 (The Face Options): Ditto.
|
|
710
|
|
711 * cus-edit.el (custom-load-symbol): More code to avoid recursion.
|
|
712 Patch by RMS.
|
|
713
|
|
714 Fri May 30 04:44:37 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
715
|
|
716 * wid-edit.el (widget-glyph-insert-glyph): Clean up.
|
|
717
|
|
718 Fri May 30 01:50:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
719
|
|
720 * all: Synched with FSF.
|
|
721
|
|
722 * cus-edit.el (custom-variable-action): Clarified prompt.
|
|
723 (custom-face-action): Ditto.
|
|
724 (custom-group-action): Ditto.
|
|
725
|
|
726 * Version 1.9900 released.
|
|
727
|
|
728 Fri May 30 01:02:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
729
|
|
730 * cus-edit.el (custom-face-set): Call `face-spec-set' instead of
|
|
731 `custom-face-display-set'.
|
|
732 (custom-face-save): Ditto.
|
|
733 (custom-face-reset-saved): Ditto.
|
|
734 (custom-face-reset-standard): Ditto.
|
|
735
|
|
736 * cus-edit.el (custom-buffer-sort-predicate): New option.
|
|
737 (custom-buffer-sort-alphabetically): New function.
|
|
738 (custom-group-value-create): Use them.
|
|
739 (custom-menu-sort-predicate): New option.
|
|
740 (custom-menu-sort-alphabetically): New function.
|
|
741 (custom-menu-create): Use them.
|
|
742
|
|
743 * cus-edit.el (custom-magic-alist): Shortened message.
|
|
744
|
|
745 Thu May 29 00:09:41 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
746
|
|
747 * cus-edit.el: (custom-help-menu): Updated names.
|
|
748
|
|
749 * cus-edit.el: Say `invoke' instead of `activate'.
|
|
750
|
|
751 * wid-edit.el: Ditto.
|
|
752 * widget.texi: Ditto.
|
|
753 * custom.texi Ditto.
|
|
754
|
|
755 * wid-edit.el (widget-help): Fix format string.
|
|
756
|
|
757 Wed May 28 17:00:23 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
758
|
|
759 * cus-edit.el (custom-magic-value-create): Use push button
|
|
760 brackets around state button.
|
|
761 (custom-magic-value-create): Indent with three spaces.
|
|
762
|
|
763 * cus-face.el (face-spec-set-match-display): Change error for
|
|
764 unknown requirement to warning.
|
|
765 Suggested by Hrvoje Niksic <hniksic@srce.hr>.
|
|
766
|
|
767 Tue May 27 23:37:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
768
|
|
769 * wid-edit.el (widget-link-prefix): Change to "[".
|
|
770 (widget-link-suffix): Change to "]".
|
|
771
|
|
772 Tue May 27 20:30:52 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
773
|
|
774 * wid-edit.el (widget-color-item-button-face-get): Don't require
|
|
775 facemenu for XEmacs.
|
|
776 (widget-glyph-insert): Would bug out.
|
|
777
|
153
|
778 Tue May 27 16:19:16 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
779
|
|
780 * Version 1.98 released.
|
|
781
|
|
782 Mon May 26 22:29:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
783
|
|
784 * wid-edit.el (widget-glyph-directory): Fix doc. string.
|
|
785 (widget-image-conversion): New option.
|
|
786 (widget-glyph-insert): Use it.
|
|
787 (widget-glyph-insert-glyph): No tag here.
|
|
788 (widget-push-button-value-create): But here.
|
|
789 Patch by Hrvoje Niksic <hniksic@srce.hr>.
|
|
790
|
|
791 * wid-edit.el (widget-field-face): Changed to dim gray.
|
|
792 Suggested by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
793
|
|
794 Sat May 24 00:07:50 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
795
|
|
796 * widget.texi (push-button): Documented new options.
|
|
797 (link): Ditto.
|
|
798 (Basic Types): Documented new keywords.
|
|
799
|
|
800 * wid-edit.el (widget-push-button-prefix): New option.
|
|
801 (widget-push-button-suffix): New option.
|
|
802 (widget-button): New group.
|
|
803
|
|
804 * widget.el (:text-format): Removed.
|
|
805 (:button-suffix): New keyword.
|
|
806 (:button-prefix): New keyword.
|
|
807
|
|
808 * wid-edit.el (widget-button-prefix): New variable.
|
|
809 (widget-button-suffix): New variable.
|
|
810 (widget-insert-indirect): New function.
|
|
811 (widget-default-create): Use it.
|
|
812 (default): Bind them.
|
|
813 (widget-link-prefix): New option.
|
|
814 (widget-link-suffix): New option.
|
|
815 (link): Use them.
|
|
816 (push-button): Don't use `:text-format'.
|
|
817 (widget-push-button-value-create): Ditto.
|
|
818 (widget-help): Update format.
|
|
819 (checkbox): Ditto.
|
|
820 (radio-button): Ditto.
|
|
821
|
|
822 Fri May 23 23:54:11 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
823
|
|
824 * cus-edit.el (custom-magic-alist): Use `activate' instead of
|
|
825 `push'.
|
|
826 * custom.texi (The Face Options): Ditto.
|
|
827 * widget.texi (Introduction): Ditto.
|
|
828
|
|
829 Thu May 22 12:49:36 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
830
|
|
831 * cus-edit.el (custom-magic-alist): Changed rogue state message.
|
|
832
|
|
833 * custom.el (defface): Doc fix.
|
|
834
|
151
|
835 Tue May 20 19:17:01 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
836
|
|
837 * cus-edit.el (mule): New group for MULE merged emacsen.
|
|
838 (auto-save): Spelling fix.
|
|
839
|
153
|
840 Thu May 15 10:47:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
841
|
|
842 * custom.texi (User Commands): Updated documentation.
|
|
843
|
|
844 * cus-edit.el, custom.el: Renamed `factory' to `standard'
|
|
845 everywhere.
|
|
846
|
|
847 * cus-edit.el (custom-magic-show-button): Changed default to
|
|
848 `nil'.
|
|
849 (custom): Removed `:format'.
|
|
850 (custom-variable): Removed level button.
|
|
851 (custom-face): Ditto.
|
155
|
852 (custom-level): Deleted.
|
153
|
853 (custom-level-action): Deleted.
|
|
854 (custom-format-handler): Update caller.
|
|
855 (custom-group-magic-alist): Merged into `custom-magic-alist'.
|
|
856 (custom-magic-value-create): Use merged `custom-magic-alist'.
|
|
857 (custom-group-state-update): Ditto.
|
|
858
|
|
859 Wed May 14 19:47:35 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
860
|
|
861 * all: Synched with FSF.
|
|
862
|
149
|
863 Tue May 13 16:05:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
864
|
153
|
865 * cus-edit.el (windows): Move to environment.
|
|
866
|
149
|
867 * Version 1.97 released.
|
|
868
|
|
869 Fri May 9 12:33:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
870
|
|
871 * wid-edit.el (widget-field-value-get): Add workaround for XEmacs
|
|
872 bug with `buffer-substring-no-properties'.
|
|
873
|
|
874 * widget.texi (atoms): Documented `function', `variable', and
|
|
875 `regexp' widgets.
|
|
876
|
|
877 Thu May 8 14:35:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
878
|
|
879 * custom.el (defcustom): Don't wrap in `eval-and-compile'.
|
|
880
|
|
881 * wid-edit.el (widget-value-convert-widget): Don't convert :value
|
|
882 here.
|
|
883
|
|
884 * cus-edit.el (custom-buffer-create-internal): New kludge for
|
|
885 making bib and eob read-only in XEmacs.
|
|
886 Kludge by Hrvoje Niksic <hniksic@srce.hr>.
|
|
887
|
|
888 * wid-edit.el: Also allow prompt when field value is invalid.
|
|
889
|
|
890 * cus-edit.el (custom-redraw): Fix repositioning for when column
|
|
891 is zero.
|
|
892
|
|
893 Mon May 5 12:55:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
894
|
|
895 * cus-edit.el (x): New group.
|
|
896
|
|
897 Mon Apr 28 13:10:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
898
|
|
899 * wid-edit.el (widget-boolean-prompt-value): Always ask.
|
|
900
|
|
901 * cus-edit.el (custom-variable-value-create): Remove unreferenced
|
|
902 variable.
|
|
903 * wid-edit.el (widget-field-action): Ditto.
|
|
904 (widget-regexp-match): Ditto.
|
|
905
|
|
906 * Version 1.96 released.
|
|
907
|
|
908 Mon Apr 28 12:19:24 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
909
|
|
910 * cus-edit.el (custom-variable-action): Don't update state if it
|
|
911 is modified.
|
|
912
|
|
913 * widget.el (:mouse-down-action): New keyword.
|
|
914 * wid-edit.el (button-release-event-p): New function.
|
|
915 (widget-keymap): Don't bind mouse up events.
|
|
916 (widget-button-pressed-face): New face.
|
|
917 (widget-button-click): Wait for up event, give feedback.
|
|
918 (default): Use `:mouse-down-action'.
|
|
919 (menu-choice): Ditto.
|
|
920 (widget-choice-mouse-down-action): New function.
|
|
921 (widget-info-link-action): Removed kludge to steal up event.
|
|
922 * cus-edit.el (widget-magic-mouse-down-action): New function.
|
|
923 (custom-magic-value-create): Use it.
|
|
924 (custom-buffer-create-internal): Removed kludge to steal up event.
|
|
925
|
|
926 Sun Apr 27 12:05:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
927
|
|
928 * Version 1.95 released.
|
|
929
|
|
930 Sun Apr 27 11:10:03 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
931
|
|
932 * widget.el (:glyph-up, :glyph-down, :glyph-inactive): New
|
|
933 keywords.
|
|
934 * wid-edit.el (widget-glyph-insert-glyph): Support optional `down'
|
|
935 and `inactive' glyphs.
|
|
936 (widget-push-button-value-create): Ditto.
|
|
937 (widget-glyph-click): New function.
|
|
938 (widget-button1-click): Use it.
|
|
939 (widget-button-click): Use it.
|
|
940
|
|
941 Sat Apr 26 19:26:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
942
|
|
943 * Version 1.94 released.
|
|
944
|
|
945 Sat Apr 26 16:39:58 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
946
|
|
947 * cus-edit.el (custom-buffer-create): Accept optional buffer NAME.
|
|
948 (custom-buffer-create-other-window): ditto.
|
|
949 (customize, customize-other-window, customize-variable,
|
|
950 customize-variable-other-window, customize-face,
|
|
951 customize-face-other-window, customize-customized,
|
|
952 customize-saved, customize-apropos, custom-face-menu-create,
|
|
953 custom-variable-menu-create, boolean, custom-menu-create): Updated
|
|
954 caller.
|
|
955
|
|
956 * Version 1.93 released.
|
|
957
|
|
958 * cus-edit.el (custom-variable-action): Reset magic state.
|
|
959 (custom-variable-menu): Allow `Reset to Current' on `changed'
|
|
960 items.
|
|
961
|
|
962 * wid-edit.el (widget-choice-toggle): New option.
|
|
963 (widget-choice-action): Use it.
|
|
964
|
|
965 * cus-edit.el (custom-group-menu): Only test state to see if the
|
|
966 item is enabled.
|
|
967
|
|
968 * cus-face.el (custom-background-mode): Use `const', not
|
|
969 `choice-item'.
|
|
970 (custom-face-attributes): Use tags for toggling booleans, not the
|
|
971 value.
|
|
972
|
|
973 * wid-edit.el (character): Use `characterp' when available.
|
|
974
|
|
975 Fri Apr 25 17:05:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
976
|
|
977 * widget.el (:prompt-match): New keyword.
|
|
978 (:prompt-history): New keyword.
|
|
979 (:prompt-internal): New keyword.
|
|
980 * wid-edit.el (widget-field-prompt-internal): New function.
|
|
981 (widget-field-prompt-value): New function.
|
|
982 (editable-field): Use them.
|
|
983 (widget-field-action): Ditto.
|
|
984 (widget-symbol-prompt-value-history): New variable.
|
|
985 (widget-symbol-prompt-internal): New function.
|
|
986 (symbol): Use them.
|
|
987 (widget-variable-prompt-value-history): New variable.
|
|
988 (variable): Use them.
|
|
989 (widget-function-prompt-value-history): New variable.
|
|
990 (function): Use them.
|
|
991
|
|
992 * wid-edit.el (boolean): Use tag to toggle.
|
|
993 (character, sexp, symbol, file, string): Inactive tag.
|
|
994
|
|
995 * wid-edit.el (widget-choice-prompt-value): New function.
|
|
996 (choice, radio): Use it.
|
|
997 (widget-prompt-value): Prepend widget type to prompt.
|
|
998
|
|
999 * wid-edit.el (widget-parent-action): Renamed from
|
|
1000 `widget-choice-item-action'.
|
|
1001 (choice-item): Updated widget.
|
|
1002 * cus-edit.el (custom-magic): Ditto.
|
|
1003 * widget.texi (Defining New Widgets): Documented it.
|
|
1004
|
|
1005 * wid-edit.el (widget-children-validate): Renamed from
|
|
1006 `widget-editable-list-validate'.
|
|
1007 (editable-list, group): Updated widgets.
|
|
1008 * cus-edit.el (custom, face): Ditto.
|
|
1009 * widget.texi (Basic Types): Documented it.
|
|
1010
|
|
1011 * wid-edit.el (widget-value-value-get): Renamed from
|
|
1012 `widget-item-value-get'.
|
|
1013 (item): Updated widget.
|
|
1014 * cus-edit.el (face, custom): Ditto.
|
|
1015 * widget.texi (Defining New Widgets): Documented it.
|
|
1016
|
|
1017 * wid-edit.el (widget-value-convert-widget): Renamed from
|
|
1018 `widget-item-convert-widget'.
|
|
1019 (item, editable-field): Updated widgets.
|
|
1020 * cus-edit.el (face): Ditto.
|
|
1021 * widget.texi (Defining New Widgets): Documented it.
|
|
1022
|
|
1023 * widget.texi (Defining New Widgets): Documented
|
|
1024 `widget-types-convert-widget' and `widget-children-value-delete'.
|
|
1025
|
|
1026 * custom.texi (User Commands): Documented new commands.
|
|
1027
|
|
1028 Thu Apr 24 18:58:54 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1029
|
|
1030 * all: Synched with FSF.
|
|
1031
|
|
1032 Wed Apr 23 20:16:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1033
|
|
1034 * widget.el (define-widget): Return name.
|
|
1035 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
1036
|
|
1037 Tue Apr 22 14:36:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1038
|
|
1039 * wid-edit.el, cus-edit.el: Replaced `copy-list' with
|
|
1040 `copy-sequence'.
|
|
1041 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
1042
|
|
1043 Mon Apr 21 19:01:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1044
|
|
1045 * Version 1.90 released.
|
|
1046
|
|
1047 Mon Apr 21 09:03:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1048
|
|
1049 * cus-edit.el: (custom-set-value): New command.
|
|
1050 (custom-set-variable): New command.
|
|
1051 (customize-saved): Renamed from `customize-customized'.
|
|
1052 (customize-customized): New command.
|
|
1053 (custom-save-customized): New command.
|
|
1054
|
|
1055 * widget.el (:prompt-value): New keyword.
|
|
1056
|
|
1057 * wid-edit.el (widget-prompt-value): New function.
|
|
1058 (default): Use it.
|
|
1059 (widget-default-prompt-value): New function.
|
|
1060 (const): Use it.
|
|
1061 (widget-const-prompt-value): New function.
|
|
1062 (string): Use it.
|
|
1063 (widget-string-prompt-value-history): New variable.
|
|
1064 (widget-string-prompt-value): New function.
|
|
1065 (file): Use it.
|
|
1066 (widget-file-prompt-value): New function.
|
|
1067 (sexp): Use it.
|
|
1068 (widget-sexp-prompt-value-history): New variable.
|
|
1069 (widget-sexp-prompt-value): New function.
|
|
1070 (boolean): Use it.
|
|
1071 (widget-boolean-prompt-value): New function.
|
|
1072
|
|
1073 Sat Apr 19 10:08:56 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1074
|
|
1075 * cus-edit.el (custom-variable-prompt): Limit completion to user
|
|
1076 options. Allow non-match input.
|
|
1077
|
|
1078 * wid-edit.el (character): Give error if the length of the field
|
|
1079 isn't exactly 1.
|
|
1080
|
|
1081 Fri Apr 18 19:55:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1082
|
|
1083 * widget.el, wid-edit.el, wid-browse.el, custom.el, cus-face.el,
|
|
1084 cus-edit.el (cl): Require cl inside an `eval-when-compile'.
|
|
1085
|
|
1086 Thu Apr 17 18:55:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1087
|
|
1088 * wid-edit.el (widget-regexp-validate): New function.
|
|
1089 (regexp): Use it.
|
|
1090 (widget-regexp-match): New function.
|
|
1091 (regexp): Use it.
|
|
1092
|
|
1093 * cus-edit.el (custom-variable-action): Use `custom-toggle-hide'.
|
|
1094 (custom-face-action): Ditto.
|
|
1095 (custom-group-action): Ditto.
|
|
1096
|
|
1097 * Version 1.89 released.
|
|
1098
|
|
1099 Thu Apr 17 11:23:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1100
|
|
1101 * cus-edit.el (custom-toggle-hide): New function.
|
|
1102 (custom-level-action): Use it.
|
|
1103 (custom-group-menu): Ditto.
|
|
1104 (custom-face-menu): Ditto.
|
|
1105 (custom-variable-menu): Ditto.
|
|
1106
|
|
1107 * cus-edit.el (custom-redraw): Goto old line and column instead of
|
|
1108 old character position. This is more tolerant for changes.
|
|
1109
|
|
1110 * wid-edit.el (widget-choice-action): Only notify parent if
|
|
1111 something was chosen.
|
|
1112
|
|
1113 * widget.texi (Sexp Types): Documented `function-item' and
|
|
1114 `variable-item'.
|
|
1115 (group): New subsection.
|
|
1116 (Widget Browser): New section.
|
|
1117 (Widget Minor Mode): New sextion.
|
|
1118
|
|
1119 * wid-edit.el: Moved widget minor mode support to
|
|
1120 `wid-browse.el'.
|
|
1121
|
|
1122 * custom.el (custom-declare-group): Make sure initial members
|
|
1123 aren't duplicated even if the `defgroup' is evaluated twice.
|
|
1124
|
|
1125 * custom.el (custom-declare-variable): Use `append' instead of
|
|
1126 `copy-list'.
|
|
1127
|
|
1128 * widget.texi (checklist): Documented `:greedy'.
|
|
1129
|
|
1130 Wed Apr 16 19:24:47 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1131
|
|
1132 * Version 1.88 released.
|
|
1133
|
|
1134 Wed Apr 16 13:28:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1135
|
|
1136 * wid-edit.el (widget-minor-mode): New variable and command.
|
|
1137 (widget-minor-mode-map): New variable.
|
|
1138 Add to `'minor-mode-alist' and `minor-mode-map-alist'.
|
|
1139 * widget.el: Added autoload.
|
|
1140
|
|
1141 * wid-edit.el (widget-specify-inactive): Set priority.
|
|
1142
|
|
1143 * wid-edit.el (widget-move): Skip inactive widgets.
|
|
1144
|
|
1145 * cus-edit.el (custom-display-unselected-match): Matched too many
|
|
1146 displays.
|
|
1147
|
|
1148 * Version 1.87 released.
|
|
1149
|
|
1150 Wed Apr 16 00:15:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1151
|
|
1152 * wid-edit.el (widget-field-face): Changed default background
|
|
1153 color.
|
|
1154
|
|
1155 * custom.el (custom-declare-variable): Set `custom-get' the right
|
|
1156 place.
|
|
1157
|
|
1158 * cus-edit.el (custom-magic): Don't notify the parent.
|
|
1159
|
|
1160 * cus-edit.el (custom-variable-menu): Allow more actions on
|
|
1161 `changed' and `rogue' states.
|
|
1162
|
|
1163 * custom.el (custom-initialize-set): New function.
|
|
1164 (custom-initialize-reset): New function.
|
|
1165 (custom-initialize-changed): New function.
|
|
1166 (custom-declare-variable): Use `custom-initialize-set' as
|
|
1167 default for `:initialize'.
|
|
1168
|
|
1169 * Version 1.86 released.
|
|
1170
|
|
1171 Wed Apr 16 00:02:19 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1172
|
|
1173 * cus-edit.el (custom-save-variables): Save :require symbols.
|
|
1174
|
|
1175 * Version 1.85 released.
|
|
1176
|
|
1177 Tue Apr 15 11:56:16 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1178
|
|
1179 * custom.el (:initialize, :set, :get, :request): New keywords.
|
|
1180 (custom-declare-variable): Support them.
|
|
1181 (custom-set-variables): Ditto.
|
|
1182 (defcustom): Document them.
|
|
1183 (custom-initialize-default): New function.
|
|
1184 * custom.texi (Declaring Variables): Documented them.
|
|
1185 * cus-edit.el (custom-variable-value-create): Support them.
|
|
1186 (custom-variable-set): Ditto.
|
|
1187 (custom-variable-save): Ditto.
|
|
1188 (custom-variable-reset-saved): Ditto.
|
|
1189 (custom-variable-reset-factory): Ditto.
|
|
1190 (custom-variable-state-set): Ditto.
|
|
1191
|
|
1192 * cus-edit.el (custom-menu-filter): New function.
|
|
1193 (custom-variable-menu): New format.
|
|
1194 (custom-variable-action): Use it.
|
|
1195 (custom-face-menu): New format.
|
|
1196 (custom-face-action): Use it.
|
|
1197 (custom-group-menu): New format.
|
|
1198 (custom-group-action): Use it.
|
|
1199
|
|
1200 * wid-edit.el (widget-choose): Accept unselectable items.
|
|
1201
|
|
1202 * wid-edit.el (widget-default-create): Clear undo buffer.
|
|
1203 (widget-default-delete): Ditto.
|
|
1204
|
|
1205 * cus-edit.el (customize-other-window): New function.
|
|
1206
|
|
1207 * cus-face.el (custom-frame-parameter): Replace
|
|
1208 `frame-parameter'.
|
|
1209 (custom-background-mode, custom-extract-frame-properties,
|
|
1210 custom-get-frame-properties): Updated callers.
|
|
1211
|
|
1212 * custom.el: Minor doc fixes from RMS.
|
|
1213
|
|
1214 * cus-face.el (custom-declare-face): Protest when dumping defface
|
|
1215 in Emacs.
|
|
1216
|
|
1217 * wid-edit.el (widget-info-link-action): Steal mouse up event.
|
|
1218
|
|
1219 * wid-edit.el (widget-specify-insert): Use old style backquote.
|
|
1220 Patch by "William M. Perry" <wmperry@aventail.com>.
|
|
1221
|
|
1222 Sun Apr 13 19:19:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1223
|
|
1224 * custom.texi (Declaring Faces): Documentation property symbol is
|
|
1225 `face-documentation'.
|
|
1226
|
124
|
1227 Sat Apr 12 18:31:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1228
|
|
1229 * Version 1.84 released.
|
|
1230
|
|
1231 Sat Apr 12 15:08:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1232
|
|
1233 * cus-edit.el (abbrev-mode, alloc, undo, modeline, fill,
|
|
1234 editing-basics, display, execute, installation, dired, limits,
|
|
1235 debug, minibuffer, keyboard, mouse, menu, auto-save,
|
|
1236 processes-basics, windows): New customization groups.
|
|
1237
|
|
1238 * Version 1.83 released.
|
|
1239
|
|
1240 Sat Apr 12 10:44:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1241
|
|
1242 * cus-start.el: New file.
|
|
1243
|
|
1244 * cus-face.el (custom-face-font-size): Don't assume integral
|
|
1245 number. Patch by Steven L Baur <steve@miranova.com>.
|
|
1246
|
|
1247 * cus-edit.el (custom-menu-create): Don't allow optional `NAME'.
|
|
1248 (customize-menu-create): Do allow optional name.
|
|
1249
|
|
1250 * widget.texi (atoms): Documented `character' widget.
|
|
1251
|
|
1252 * custom.el (custom-set-variables): Add warning for old format.
|
|
1253
|
|
1254 Fri Apr 11 21:23:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1255
|
|
1256 * Version 1.82 released.
|
|
1257
|
|
1258 Fri Apr 11 18:27:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1259
|
|
1260 * cus-edit.el (custom-variable-set): Use `set-default' instead of
|
|
1261 `set'.
|
|
1262 (custom-variable-save): Ditto.
|
|
1263 (custom-variable-reset-saved): Ditto.
|
|
1264 (custom-variable-reset-factory): Ditto.
|
|
1265
|
|
1266 * Version 1.81 released.
|
|
1267
|
|
1268 * custom.el: Added missing autoloads.
|
|
1269
|
|
1270 Fri Apr 11 18:13:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1271
|
|
1272 * Version 1.80 released.
|
|
1273
|
|
1274 Fri Apr 11 18:06:28 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1275
|
|
1276 * cus-edit.el (customize-face-other-window): Added autoload cookie.
|
|
1277
|
|
1278 * Version 1.79 released.
|
|
1279
|
|
1280 Fri Apr 11 15:27:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1281
|
|
1282 * cus-edit.el (customize-face-other-window): New function.
|
|
1283
|
|
1284 * wid-browse.el (widget-browse-mode-customize-menu): New menu.
|
|
1285 (widget-browse-mode): Add it.
|
|
1286 (widget-browse-mode-map): Bind `q'.
|
|
1287
|
|
1288 * wid-browse.el (widget-browse-other-window): New function.
|
|
1289 * widget.el (widget-browse-other-window): Autoload.
|
|
1290
|
|
1291 * cus-edit.el (customize-menu-create): New function.
|
|
1292 (custom-mode-customize-menu): Use it.
|
|
1293
|
|
1294 * Version 1.78 released.
|
|
1295
|
|
1296 Fri Apr 11 11:12:41 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1297
|
|
1298 * cus-edit.el (custom-make-dependencies): Deleted function.
|
|
1299
|
|
1300 * Makefile (cus-load.el): Removed target.
|
|
1301
|
|
1302 * cus-edit.el (customize-face): Sort faces.
|
|
1303
|
|
1304 Thu Apr 10 22:20:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1305
|
|
1306 * Version 1.77 released.
|
|
1307
|
|
1308 Thu Apr 10 19:44:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1309
|
|
1310 * cus-edit.el (custom-buffer-create-internal): Move to bob + 1.
|
|
1311
|
|
1312 * Version 1.76 released.
|
|
1313
|
|
1314 Thu Apr 10 16:55:28 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1315
|
|
1316 * cus-edit.el (custom-faces): New group.
|
|
1317 (custom-magic-alist): Added.
|
|
1318 (custom-variable-sample-face): Added.
|
|
1319 (custom-variable-button-face): Added.
|
|
1320 (custom-face-tag-face): Added.
|
|
1321 (custom-group-tag-faces): Added.
|
|
1322 (custom-group-tag-face): Added.
|
|
1323 (customize): Removed from faces group.
|
|
1324
|
|
1325 * cus-edit.el (custom-load-recursion): New variable.
|
|
1326 (custom-load-symbol): Use it.
|
|
1327 (custom-mode-customize-menu): New menu.
|
|
1328 (custom-mode): Use it.
|
|
1329 Code moved to te end of the file.
|
|
1330
|
|
1331 * Version 1.75 released.
|
|
1332
|
|
1333 Thu Apr 10 09:50:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1334
|
|
1335 * cus-edit.el (custom-buffer-create-internal): Split out from
|
|
1336 `custom-buffer-create'.
|
|
1337 (custom-buffer-create-other-window): New function.
|
|
1338
|
|
1339 * cus-edit.el (custom-guess-name-alist): Renamed from
|
|
1340 `custom-guess-type-alist'.
|
|
1341 (custom-guess-doc-alist): New option.
|
|
1342 (custom-guess-type): Use them.
|
|
1343
|
|
1344 * cus-edit.el (custom-menu-create): Add autoload cookie.
|
|
1345
|
|
1346 * cus-face.el (set-face-stipple): Removed Kyle Jones code.
|
|
1347
|
|
1348 * cus-face.el (face-doc-string): Changed property name to
|
|
1349 `face-documentation'.
|
|
1350 (set-face-doc-string): Ditto.
|
|
1351
|
|
1352 * cus-edit.el (custom-variable-type): Don't guess type of
|
|
1353 variables defined with `defcustom'.
|
|
1354
|
120
|
1355 Wed Apr 09 21:11:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1356
|
|
1357 * Version 1.74 released.
|
|
1358
|
|
1359 Wed Apr 9 11:57:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1360
|
|
1361 * cus-edit.el (custom-unlispify-menu-entry): Strip terminating
|
|
1362 `-p' off booleans.
|
|
1363
|
|
1364 * cus-edit.el (custom-save-faces): make sure `default' is saved first.
|
|
1365
|
|
1366 * wid-edit.el (widget-vector-match): Pass arguments to
|
|
1367 `widget-apply' in the correct order.
|
|
1368
|
|
1369 * custom.el (custom-define-hook): Change to defvar.
|
|
1370 * cus-edit.el (custom-define-hook): Add customization support.
|
|
1371
|
|
1372 * cus-edit.el (custom-menu-update): Don't autoload.
|
|
1373 (custom-menu-reset): Move here from `custom.el'.
|
|
1374 Remove XEmacs support.
|
|
1375 (custom-help-menu): Move here from `custom.el'.
|
|
1376 Remove XEmacs support.
|
124
|
1377 (custom-menu-create): Work even if `custom-menu-nesting' is
|
120
|
1378 unbound.
|
|
1379 (custom-menu-nesting): Don't define for XEmacs.
|
|
1380
|
|
1381 * cus-face.el (after-make-frame-hook): Removed
|
|
1382 `custom-initialize-frame', as this is now in `frame.el'.
|
|
1383
|
|
1384 Tue Apr 08 19:24:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1385
|
|
1386 * Version 1.73 released.
|
|
1387
|
|
1388 Tue Apr 8 19:23:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1389
|
|
1390 * widget.texi (push-button): Forgot `@end table'.
|
|
1391
|
|
1392 Tue Apr 08 18:51:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1393
|
|
1394 * Version 1.72 released.
|
|
1395
|
|
1396 Tue Apr 8 09:21:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1397
|
|
1398 * cus-edit.el (custom-guess-type-alist): New option.
|
|
1399 (custom-guess-type): New function.
|
|
1400 (custom-variable-type): New function.
|
|
1401 (custom-variable-value-create): Use it.
|
|
1402
|
|
1403 * cus-face.el (custom-face-attributes): Moved :family to the
|
|
1404 beginning of the list.
|
|
1405 Patch by Herve Poirier <Herve.Poirier@grenoble.rxrc.xerox.com>.
|
|
1406 (custom-face-attributes): Added :strikethru attribute.
|
|
1407
|
|
1408 * custom.texi (Declarations): Refer to `cus-edit.el' for
|
|
1409 examples.
|
|
1410
|
|
1411 * custom.el (custom-set-variables): If variable is already set,
|
|
1412 overwrite it here.
|
|
1413 (custom-declare-variable): Do not set saved variables, if they
|
|
1414 already are bound.
|
|
1415 (custom-declare-variable): Clear the `force-value' flag if set.
|
|
1416
|
|
1417 * widget.el (:text-format): New keyword.
|
|
1418 * wid-edit.el (push-button): Define it.
|
|
1419 (widget-push-button-value-create): Use it.
|
|
1420 * widget.texi (push-button): Documented it.
|
|
1421
|
|
1422 Sun Apr 06 22:33:39 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1423
|
|
1424 * Version 1.71 released.
|
|
1425
|
|
1426 Sun Apr 6 22:25:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1427
|
|
1428 * cus-face.el (custom-face-font-name): New alias.
|
|
1429 (custom-face-attributes): Support `get' for remaining properties.
|
|
1430 (custom-face-attributes-get): Require `font.el'.
|
|
1431 (custom-face-font-size): New function.
|
|
1432 (custom-face-font-family): New function.
|
|
1433 (custom-face-bold): New function.
|
|
1434 (custom-face-italic): New function.
|
|
1435 (custom-face-stipple): New function.
|
|
1436 Inspired by `rogue.el' by Hunter Kelly <retnuh@corona.pixar.com>.
|
|
1437
|
|
1438 Wed Apr 02 18:25:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1439
|
|
1440 * Version 1.70 released.
|
|
1441
|
|
1442 Wed Apr 2 10:41:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1443
|
|
1444 * cus-edit.el (custom-buffer-create): Give progress report.
|
|
1445 (customize-face): Remove message.
|
|
1446 (custom-group-value-create): Give progress report.
|
|
1447 (custom-face-value-create): Ditto.
|
|
1448
|
|
1449 * cus-edit.el (custom-face-edit-selected): New function.
|
|
1450 (custom-face-edit-all): New function.
|
|
1451 (custom-face-edit-lisp): New function.
|
|
1452 (custom-face-menu): Use them.
|
|
1453 (custom-display-unselected): New widget.
|
|
1454 (custom-display-unselected-match): New function.
|
|
1455 (custom-face-selected): New widget.
|
|
1456 (custom-face-selected): New constant.
|
|
1457 (custom-face-value-create): Use them.
|
|
1458 * custom.texi (The Face Options): Documented it.
|
|
1459
|
|
1460 * cus-edit.el (custom-face-all): New widget.
|
|
1461 (custom-face-all): New constant.
|
|
1462 (custom-face-value-create): Use it.
|
|
1463
|
|
1464 * cus-edit.el (custom-save-variables): Insert newline at eob.
|
|
1465 (custom-save-faces): Ditto.
|
|
1466 Reported by Jamie Zawinski <jwz@netscape.com>.
|
|
1467
|
118
|
1468 Tue Apr 01 20:08:10 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1469
|
|
1470 * Version 1.69 released.
|
|
1471
|
|
1472 Tue Apr 1 17:29:16 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1473
|
|
1474 * Makefile (TEXT): Added x-overlay.el for use with old XEmacsen.
|
|
1475
|
|
1476 * cus-face.el (custom-face-attributes): Add 4'th GET argument in
|
|
1477 some attributes.
|
|
1478 (custom-face-background): New function.
|
|
1479 (custom-background-mode): Use it.
|
|
1480 (custom-face-foreground): New function.
|
|
1481 (custom-face-attributes-get): New function.
|
|
1482 * cus-edit.el (custom-face-value-create): Use it.
|
|
1483
|
|
1484 * wid-edit.el (widget-apply): Added ;;;###autoload.
|
|
1485 * widget.el (widget-apply): Added autoload.
|
|
1486
|
|
1487 Sun Mar 30 11:41:50 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1488
|
|
1489 * cus-face.el (set-face-stipple): Added for XEmacs.
|
|
1490 Written by Kyle Jones.
|
|
1491
|
|
1492 Fri Mar 28 12:17:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1493
|
|
1494 * wid-edit.el (widget-glyph-insert): Doc fix.
|
|
1495 * custom.el (defface): Ditto.
|
|
1496 (custom-add-to-group): Ditto.
|
|
1497 * cus-face.el (custom-initialize-frame): Ditto.
|
|
1498
|
116
|
1499 Thu Mar 27 19:31:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1500
|
|
1501 * Version 1.68 released.
|
|
1502
|
|
1503 Thu Mar 27 18:50:16 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1504
|
|
1505 * widget.el (:active): New keywords.
|
|
1506 (:inactive): Ditto.
|
|
1507 (:activate): Ditto.
|
|
1508 (:deactivate): Ditto.
|
|
1509
|
|
1510 * wid-edit.el (widget-inactive-face): new face.
|
|
1511 (widget-specify-inactive): New function.
|
|
1512 (widget-overlay-inactive): Ditto.
|
|
1513 (widget-specify-active): Ditto.
|
|
1514 (widget-apply-action): Ditto.
|
|
1515 (widget-field-activate): Use it.
|
|
1516 (widget-button-click): Ditto.
|
|
1517 (widget-button1-click): Ditto.
|
|
1518 (widget-button-press): Ditto.
|
|
1519 (widget-gui-action): Ditto.
|
|
1520 (default): Use new keywords.
|
|
1521 (widget-default-active): New function.
|
|
1522 (widget-default-deactivate): Ditto.
|
|
1523 (widget-checkbox-action): New function.
|
|
1524 (checkbox): Use it.
|
|
1525 (widget-checklist-add-item): Initialize active state.
|
|
1526 (widget-radio-add-item): Ditto.
|
|
1527 (widget-radio-value-set): Ditto.
|
|
1528 (widget-radio-action): Ditto.
|
|
1529
|
|
1530 * widget.texi (Widget Properties): Document the new keywords.
|
|
1531
|
|
1532 Mon Mar 24 18:36:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1533
|
|
1534 * Version 1.67 released.
|
|
1535
|
|
1536 Mon Mar 24 18:19:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1537
|
|
1538 * cus-edit.el (custom-save-all): Added autoload.
|
|
1539
|
|
1540 * Version 1.66 released.
|
|
1541
|
|
1542 Mon Mar 24 18:09:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1543
|
|
1544 * wid-edit.el (widget-default-delete): Added workaround for bug
|
|
1545 with empty `:format'.
|
|
1546
|
|
1547 Thu Mar 20 12:33:59 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1548
|
|
1549 * custom.texi (The Init File): Explain that `custom-file' is not
|
|
1550 automatically loaded.
|
|
1551
|
114
|
1552 Tue Mar 18 14:42:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1553
|
|
1554 * Version 1.65 released.
|
|
1555
|
|
1556 Tue Mar 18 11:03:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1557
|
|
1558 * cus-face.el (custom-face-attributes): Removed `:invert'.
|
|
1559 (custom-invert-face): Removed.
|
|
1560
|
112
|
1561 Mon Mar 17 11:32:51 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1562
|
114
|
1563 * wid-edit.el (widget-file-action): Spelling correction by Greg
|
|
1564 Stark <gsstark@mit.edu>.
|
|
1565
|
112
|
1566 * Version 1.64 released.
|
|
1567
|
|
1568 Mon Mar 17 10:43:10 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1569
|
|
1570 * cus-edit.el (custom-group-menu-create): Split definition into
|
|
1571 XEmacs and Emacs. XEmacs uses :filter. Emacs limits
|
|
1572 `custom-menu-nesting'.
|
114
|
1573 (custom-menu-create): Do not limit `custom-menu-nesting' here.
|
112
|
1574 (custom-menu-update): Removed XEmacs support.
|
|
1575
|
|
1576 * custom.el (custom-help-menu): Use `custom-menu-create' in XEmacs
|
|
1577 :filter.
|
|
1578
|
110
|
1579 Fri Mar 14 18:03:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1580
|
|
1581 * Version 1.63 released.
|
|
1582
|
|
1583 Fri Mar 14 18:00:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1584
|
|
1585 * custom.el (custom-help-menu): Use :filter to generate menu on
|
|
1586 XEmacs.
|
|
1587 * cus-edit.el (custom-menu-update): Support use as :filter on
|
|
1588 XEmacs, popup menu on Emacs.
|
|
1589
|
|
1590 Tue Mar 11 16:27:50 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1591
|
|
1592 * Version 1.62 released.
|
|
1593
|
|
1594 Tue Mar 11 11:30:39 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1595
|
|
1596 * cus-face.el (custom-set-face-font-size): Use
|
|
1597 `font-set-face-font' instead of `set-face-font'.
|
|
1598 (custom-set-face-font-family): Ditto.
|
|
1599
|
|
1600 * Version 1.61 released.
|
|
1601
|
|
1602 Tue Mar 11 11:27:19 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1603
|
|
1604 * cus-face.el (custom-set-faces): If face already exists,
|
|
1605 overwrite it now.
|
|
1606
|
|
1607 Mon Mar 10 15:40:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1608
|
|
1609 * cus-face.el (custom-face-attributes): Changed default colors to
|
|
1610 black and white.
|
|
1611
|
|
1612 * wid-edit.el (color-item): Set `:sample-face-get'.
|
|
1613
|
|
1614 * cus-face.el (custom-declare-face): Don't initialize an existing
|
|
1615 saved face.
|
|
1616
|
|
1617 * wid-edit.el (color): Changed default color from "default" to
|
|
1618 "black".
|
|
1619
|
|
1620 * Version 1.60 released.
|
|
1621
|
|
1622 Mon Mar 10 11:32:51 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1623
|
|
1624 * widget.el (:tab-order): New keyword.
|
|
1625 * wid-edit.el (widget-move): Use it.
|
|
1626 * widget.texi (Basic Types): Documented it.
|
|
1627 Patch by "William M. Perry" <wmperry@aventail.com>.
|
|
1628
|
108
|
1629 Sat Mar 08 17:21:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1630
|
|
1631 * Version 1.59 released.
|
|
1632
|
|
1633 Sat Mar 8 10:16:59 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1634
|
|
1635 * widget.texi (editable-list): Documented new keywords.
|
|
1636 (radio-button-choice): Ditto.
|
|
1637 (checklist): Ditto.
|
|
1638
|
|
1639 * cus-edit.el (custom-face-edit-args): Deleted.
|
|
1640
|
|
1641 * wid-edit.el (color-item): Don't make sample a button.
|
|
1642
|
|
1643 * widget.el (:insert-button-args): New keyword.
|
|
1644 (:delete-button-args): Ditto.
|
|
1645
|
|
1646 * wid-edit.el (widget-editable-list-entry-create): Use them.
|
|
1647 * cus-edit.el (custom-face-value-create): Ditto.
|
|
1648
|
|
1649 * widget.el (:append-button-args): New keyword.
|
|
1650 * wid-edit.el (widget-editable-list-format-handler): Use it.
|
|
1651
|
|
1652 * cus-edit.el (custom-face-edit): Add `:help-echo' to checkboxes.
|
|
1653 * cus-face.el (custom-face-attributes): Add `:echo-help'.
|
|
1654 * wid-edit.el (delete-button): Ditto.
|
|
1655 (insert-button): Ditto.
|
|
1656
|
|
1657 * widget.el (:button-args): New keyword.
|
|
1658 (:sibling-args): New keyword.
|
|
1659 * wid-edit.el (widget-checklist-add-item): Support them.
|
|
1660 (widget-radio-add-item): Ditto.
|
|
1661
|
|
1662 * wid-edit.el: (widget-mouse-help): Renamed from
|
|
1663 `widget-ballon-help'.
|
|
1664 (widget-specify-button): Support `help-echo'.
|
|
1665 (widget-glyph-insert-glyph): Ditto.
|
|
1666 (widget-specify-field-update): Ditto.
|
|
1667
|
|
1668 * wid-edit.el: Minor spelling corrections.
|
|
1669 Patch by Martin Buchholz <mrb@Eng.Sun.COM>.
|
|
1670
|
|
1671 Fri Mar 07 21:29:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1672
|
|
1673 * Version 1.58 released.
|
|
1674
|
|
1675 Fri Mar 7 14:55:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1676
|
|
1677 * cus-edit.el (custom-buffer-create): Go to top of buffer after
|
|
1678 creating it.
|
|
1679
|
|
1680 * custom.texi (The Customization Buttons): Documented `[Done]'.
|
|
1681
|
|
1682 Fri Mar 07 14:40:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1683
|
|
1684 * Version 1.57 released.
|
|
1685
|
|
1686 Fri Mar 7 10:46:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1687
|
|
1688 * cus-edit.el: Removed "Push me" from :help-echo strings.
|
|
1689 * wid-edit.el: Ditto.
|
|
1690
|
|
1691 * wid-edit.el (widget-specify-button): Support ballon-help.
|
|
1692 (widget-glyph-insert-glyph): Ditto.
|
|
1693 (widget-balloon-help): New function.
|
|
1694
|
|
1695 * Makefile (some): New target.
|
|
1696
|
|
1697 * wid-edit.el: A bit of compiler warning avoidance with new target.
|
|
1698
|
|
1699 * cus-face.el (custom-face-attributes-set): Renamed from
|
|
1700 `custom-face-attribites-set'.
|
|
1701 (custom-face-display-set): Changed caller.
|
|
1702 (custom-invert-face): Renamed from `reverse-face'.
|
|
1703 (custom-face-attributes): Changed caller.
|
|
1704
|
|
1705 Fri Mar 7 04:17:40 1997 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
1706
|
|
1707 * cus-face.el: Moved variable defintions around a bit to avoid
|
|
1708 compilation warnings.
|
|
1709
|
|
1710 Thu Mar 06 16:30:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1711
|
|
1712 * Version 1.56 released.
|
|
1713
|
|
1714 Thu Mar 6 15:40:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1715
|
|
1716 * cus-edit.el (custom-notify): Don't modify hidden items.
|
|
1717
|
|
1718 Wed Mar 05 17:42:47 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1719
|
|
1720 * Version 1.55 released.
|
|
1721
|
|
1722 Wed Mar 5 17:20:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1723
|
|
1724 * cus-face.el (set-face-doc-string). Renamed from
|
|
1725 `set-face-documentation'.
|
|
1726 (face-doc-string). Renamed from `face-documentation'.
|
|
1727 (custom-declare-face): Changed caller.
|
|
1728 * cus-edit.el (custom-face): Changed caller.
|
|
1729
|
|
1730 Wed Mar 05 17:00:42 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1731
|
|
1732 * Version 1.54 released.
|
|
1733
|
|
1734 * cus-face.el (reverse-face): New function.
|
|
1735 (custom-face-attributes): Use it.
|
|
1736
|
|
1737 Wed Mar 05 15:08:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1738
|
|
1739 * Version 1.53 released.
|
|
1740
|
|
1741 Wed Mar 5 15:03:58 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1742
|
|
1743 * cus-face.el (custom-relevant-frames): Don't cache the frames.
|
|
1744 (custom-initialize-frame): Ditto.
|
|
1745
|
|
1746 Wed Mar 05 14:39:19 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1747
|
|
1748 * Version 1.52 released.
|
|
1749
|
|
1750 Wed Mar 5 14:38:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1751
|
|
1752 * wid-edit.el (widget-choose): Call `try-completion' to make sure
|
|
1753 case changes are done.
|
|
1754
|
|
1755 Tue Mar 04 21:04:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1756
|
|
1757 * Version 1.51 released.
|
|
1758
|
|
1759 Tue Mar 4 11:58:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1760
|
|
1761 * widget.texi, custom.texi: Use @* instead of @br.
|
|
1762
|
|
1763 * wid-edit.el (widget-glyph-insert): Allow glyphs as well as file
|
|
1764 names from `widget-glyph-directory'.
|
|
1765
|
|
1766 Mon Mar 3 19:38:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1767
|
|
1768 * cus-edit.el (custom-mode-map): Bind `bury-buffer' to `q'.
|
|
1769 Suggested by Neal Becker <neal@ctd.comsat.com>.
|
|
1770
|
106
|
1771 Mon Mar 03 18:29:27 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1772
|
|
1773 * Version 1.50 released.
|
|
1774
|
|
1775 Mon Mar 3 15:01:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1776
|
|
1777 * cus-face.el (face-documentation): Renamed from
|
|
1778 `get-face-documentation'.
|
|
1779 (custom-declare-face): Change caller.
|
|
1780 * cus-edit.el (custom-face): Ditto.
|
|
1781
|
|
1782 * cus-face.el (make-empty-face): New function.
|
|
1783 (initialize-face-resources): New option.
|
|
1784 (initialize-face-resources): New function.
|
|
1785 (custom-declare-face): Call them here.
|
|
1786 (custom-face-display-set): Don't create face here.
|
|
1787 (custom-set-faces): Clear face.
|
|
1788 * cus-edit.el (custom-face-set): Ditto.
|
|
1789 (custom-face-save): Ditto.
|
|
1790 (custom-face-reset-saved): Ditto.
|
|
1791 (custom-face-reset-factory): Ditto.
|
|
1792
|
|
1793 Mon Mar 03 10:36:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1794
|
|
1795 * Version 1.49 released.
|
|
1796
|
|
1797 Mon Mar 3 10:34:44 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1798
|
|
1799 * cus-face.el (custom-background-mode): Don't call
|
|
1800 `x-color-values' on Emacs tty frame.
|
|
1801 Patch by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>.
|
|
1802
|
|
1803 Sat Mar 1 22:55:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1804
|
|
1805 * cus-edit.el (cus-face): Require.
|
|
1806
|
|
1807 Sat Mar 01 22:35:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1808
|
|
1809 * Version 1.48 released.
|
|
1810
|
|
1811 Sat Mar 1 21:45:44 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1812
|
|
1813 * wid-edit.el: Renamed from widget-edit.el
|
|
1814 * wid-browse.el: Renamed from widget-browse.el
|
|
1815 * cus-edit.el: Renamed from custom-edit.el
|
|
1816 * cus-face.el: New file.
|
|
1817 * custom-xmas.el: Deleted.
|
|
1818 * custom.el: Updated autoloads.
|
|
1819 * widget.el: Ditto
|
|
1820 * widget.texi: Updated examples.
|
|
1821 * widget-example.el: Updated require.
|
|
1822
|
|
1823 Fri Feb 28 02:04:49 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1824
|
|
1825 * custom.el (custom-declare-face): Ignore already declared faces.
|
|
1826
|
|
1827 * Version 1.47 released.
|
|
1828
|
|
1829 Fri Feb 28 01:46:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1830
|
|
1831 * custom.el (custom-background-mode): Take a frame argument.
|
|
1832 (custom-declare-face): Create frame local faces where relevant.
|
|
1833 (custom-declare-face): Whine when called during dump.
|
|
1834 (custom-face-display-set): Don'e create frame local face if the
|
|
1835 display is identical to the global face.
|
|
1836 (custom-default-frame-properties): New variable and function.
|
|
1837 (custom-extract-frame-properties): New function.
|
|
1838 (custom-get-frame-properties): New function.
|
|
1839 (custom-display-match-frame): Use it.
|
|
1840 (custom-relevant-frames): New variable and function.
|
|
1841 (custom-initialize-frame): New function.
|
|
1842 (after-make-frame-hook): Enable it.
|
|
1843
|
|
1844 Thu Feb 27 18:58:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1845
|
|
1846 * custom-edit.el (custom-buffer-create): Read up event when
|
|
1847
|
26
|
1848 Wed Feb 26 22:17:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1849
|
|
1850 * Version 1.46 released.
|
|
1851
|
|
1852 Wed Feb 26 12:27:21 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1853
|
|
1854 * custom.el (emacs): Moved to custom-edit.el.
|
|
1855 (customize): Ditto.
|
|
1856 * custom-edit.el: Added customization groups for all finder
|
|
1857 keywords.
|
|
1858 (customize): Add to the appropriate groups.
|
|
1859 * widget-edit.el (widgets): Ditto.
|
|
1860 * custom.texi (Usage for Package Authors): Documented it.
|
|
1861
|
|
1862 * widget-edit.el (widget-push-button-value-create): Use
|
|
1863 `device-on-window-system-p' instead of `device-type'.
|
|
1864
|
|
1865 * Version 1.45 released.
|
|
1866
|
|
1867 Wed Feb 26 12:26:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1868
|
|
1869 * widget-edit.el (widget-push-button-value-create): Check that
|
|
1870 (device-type) is x.
|
|
1871 Reported by "Tomasz J. Cholewo" <tjchol01@mecca.spd.louisville.edu>.
|
|
1872
|
|
1873 Sun Feb 23 21:48:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1874
|
|
1875 * custom-edit.el (customize-face): By default, customize all
|
|
1876 faces.
|
|
1877
|
24
|
1878 Thu Feb 20 11:55:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1879
|
|
1880 * Version 1.44 released.
|
|
1881
|
|
1882 Thu Feb 20 11:44:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1883
|
|
1884 * custom-edit.el (custom-variable-action): Pass symbol to
|
|
1885 `custom-unlispify-tag-name'.
|
|
1886 (custom-group-action): Ditto.
|
|
1887 (custom-face-action): Ditto.
|
|
1888
|
|
1889 Wed Feb 19 19:41:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1890
|
|
1891 * custom.el (get-face-documentation): New function.
|
|
1892 (set-face-documentation): Ditto.
|
|
1893 (custom-declare-face): Use it.
|
|
1894
|
|
1895 * custom-edit.el (custom-face): Ditto.
|
|
1896
|
|
1897 Tue Feb 18 21:42:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1898
|
|
1899 * Version 1.43 released.
|
|
1900
|
|
1901 Tue Feb 18 19:57:28 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1902
|
|
1903 * widget.el: Don't call autoloads when `load-gc' is fbound.
|
|
1904
|
|
1905 * Version 1.42 released.
|
|
1906
|
|
1907 Tue Feb 18 08:39:59 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1908
|
|
1909 * custom.el (custom-background-mode): Doc fix.
|
|
1910 (custom-declare-variable): Ditto.
|
|
1911 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
1912
|
|
1913 * custom.el (custom-face-display-set): Pass frame parameter to
|
|
1914 `copy-face'.
|
|
1915 (custom-face-attribites-set): Pass frame parameter.
|
|
1916
|
|
1917 * custom-xmas.el: Cleanup.
|
|
1918
|
|
1919 * custom.el (XEmacs): Load "custom-xmas" instead of requiring.
|
|
1920
|
|
1921 * widget-edit.el (widget-keymap): Removed duplicate key binding.
|
|
1922
|
|
1923 Mon Feb 17 12:58:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1924
|
|
1925 * Version 1.41 released.
|
|
1926
|
|
1927 Mon Feb 17 12:43:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1928
|
|
1929 * custom-edit.el (custom-variable-action): Use
|
|
1930 `custom-unlispify-tag-name' instead of `capitalize'.
|
|
1931 (custom-face-action): Ditto.
|
|
1932 (custom-group-action): Ditto.
|
|
1933
|
|
1934 * custom-xmas.el: New file.
|
|
1935 * custom.el: Move XEmacs code there.
|
|
1936
|
22
|
1937 Sat Feb 15 22:27:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1938
|
|
1939 * Version 1.40 released.
|
|
1940
|
|
1941 Sat Feb 15 22:18:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1942
|
|
1943 * custom-edit.el: Use the `changed' state.
|
|
1944
|
|
1945 Fri Feb 14 12:46:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1946
|
|
1947 * Version 1.39 released.
|
|
1948
|
|
1949 Fri Feb 14 12:35:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1950
|
|
1951 * custom-edit.el (custom-variable-action): Capitalize.
|
|
1952 (custom-face-action): Ditto.
|
|
1953 (custom-group-action): Ditto.
|
|
1954 * widget-edit.el (widget-choose): Use title in XEmacs.
|
|
1955 Patch by Jens Lautenbacher <jens@metrix.de>.
|
|
1956
|
|
1957 Thu Feb 13 21:14:41 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1958
|
|
1959 * Version 1.38 released.
|
|
1960
|
|
1961 Thu Feb 13 15:15:24 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1962
|
|
1963 * custom-edit.el (custom-buffer-create): Added `Done' button.
|
|
1964
|
|
1965 * custom-edit.el (custom-variable-state-set): Customized to
|
|
1966 factory setting is the same as uncustomized.
|
|
1967 (custom-variable-set): Did not set `customized-value' right.
|
|
1968
|
|
1969 * widget-edit.el (widget-plist-member): Changed to defsubst.
|
|
1970 (widget-get): Made it non-recursive.
|
|
1971
|
|
1972 * widget-edit.el (widget-glyph-insert-glyph): New function.
|
|
1973 (widget-glyph-insert): Use it.
|
|
1974 (widget-push-button-gui): New option.
|
|
1975 (widget-push-button-cache): New variable.
|
|
1976 (widget-gui-action): New function.
|
|
1977 (widget-push-button-value-create): New function.
|
|
1978 (push-button): Use it.
|
|
1979 (widget-editable-list-gui): New option.
|
|
1980 (widget-editable-list-format-handler): Use it.
|
|
1981 (widget-editable-list-value-create): Ditto.
|
|
1982 This implements GUI push buttons.
|
|
1983
|
|
1984 * Version 1.37 released.
|
|
1985
|
|
1986 Thu Feb 13 13:51:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1987
|
|
1988 * custom-edit.el (custom-redraw): Protect point.
|
|
1989
|
|
1990 * widget-edit.el (widget-button1-click): New function.
|
|
1991 (widget-keymap): Bind it.
|
|
1992
|
|
1993 * Version 1.36 released.
|
|
1994
|
|
1995 Thu Feb 13 13:16:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1996
|
|
1997 * custom.el: Removed all `;;;###autoload' at the request of Steven
|
|
1998 L Baur <steve@miranova.com>.
|
|
1999 Don't call `autoload' or `custom-menu-reset' when `load-gc' is
|
|
2000 fbound.
|
|
2001
|
|
2002 * Version 1.35 released.
|
|
2003
|
|
2004 Thu Feb 13 10:37:18 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2005
|
|
2006 * widget-edit.el (boolean): Forgot terminating newline in :format.
|
|
2007
|
|
2008 Wed Feb 12 18:49:03 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2009
|
|
2010 * Version 1.34 released.
|
|
2011
|
|
2012 Wed Feb 12 09:13:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2013
|
|
2014 * widget-edit.el (widget-field-keymap): Disabled menu-bar in the
|
|
2015 worng keymap.
|
|
2016 (widget-text-keymap): Ditto.
|
|
2017 (widget-glyph-directory): Default to "data-directory/custom/'.
|
|
2018
|
|
2019 * Version 1.33 released.
|
|
2020
|
|
2021 Wed Feb 12 09:11:23 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2022
|
|
2023 * Makefile (TEXT): Added `check0.xpm' and `check1.xpm'.
|
|
2024
|
|
2025 * widget-edit.el (checkbox): Add glyphs.
|
|
2026
|
|
2027 Mon Feb 10 22:52:03 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2028
|
|
2029 * widget-browse.el (widget-browse-sexps): New function.
|
|
2030 (:args): Use it.
|
|
2031 (widget-browse-action): New function.
|
|
2032 (widget-browse): Use it.
|
|
2033 (widget-browse-widgets): Use it.
|
|
2034
|
|
2035 * Version 1.32 released.
|
|
2036
|
|
2037 Mon Feb 10 15:39:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2038
|
|
2039 * widget-browse.el (widget-browse-sexp): Catch printing errors.
|
|
2040 (widget-browse-widgets): Print types instead of numbers.
|
|
2041
|
|
2042 * all: Renamed `widget-name' to `widget-type'.
|
|
2043
|
|
2044 * widget-edit.el (widget-button-click): Call the right command.
|
|
2045
|
|
2046 * widget.texi (Basic Types): Documented new glyph options.
|
|
2047
|
|
2048 * Version 1.31 released.
|
|
2049
|
|
2050 Mon Feb 10 13:04:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2051
|
|
2052 * widget-edit.el (widget-glyph-directory): New option.
|
|
2053 (widget-glyph-enable): New option.
|
|
2054 (widget-glyph-insert): New function.
|
|
2055 (widget-toggle-value-create): Use it.
|
|
2056 (radio-button): Use it.
|
|
2057 (widget-field-activate): Only look for a field
|
|
2058 (widget-button-click): Handle glyph events.
|
|
2059 (widget-default-create): Handle `:glyph'.
|
|
2060 * widget.el (:on-glyph): New keyword.
|
|
2061 (:off-glyph): Ditto.
|
|
2062 (:glyph): Ditto.
|
|
2063 * widget.texi (toggle): Documented them..
|
|
2064 (Basic Types): Ditto.
|
|
2065 * radio1.xpm: New file.
|
|
2066 * radio0.xpm: Ditto.
|
|
2067 Original patch provided by Robert Bihlmeyer <robbe@orcus.ping.at>.
|
|
2068
|
|
2069 * widget-browse.el (widget-browse): Add group.
|
|
2070 (widget-browse-mode-menu): Add commands.
|
|
2071
|
|
2072 * widget-edit.el (widget-keymap): Bind [mouse-2-down] instead of
|
|
2073 [mouse-2].
|
|
2074
|
|
2075 * widget-edit.el (widget-keymap): Don't bind [menu-bar] here.
|
|
2076 (widget-field-keymap): Bind it here instead.
|
|
2077 (widget-text-keymap): And here.
|
|
2078
|
|
2079 Sun Feb 9 20:33:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2080
|
|
2081 * widget-browse.el: New file.
|
|
2082 * Makefile (WIDGET): Added it.
|
|
2083 * widget.el (widget-browse-at): Added autoload.
|
|
2084 (widget-browse): Ditto.
|
|
2085 * widget-edit.el (widget-identify): Deleted.
|
|
2086
|
|
2087 * custom-edit.el (custom-mode): Install custom-mode-menu under
|
|
2088 XEmacs.
|
|
2089
|
|
2090 Sat Feb 08 13:16:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2091
|
|
2092 * Version 1.30 released.
|
|
2093
|
|
2094 Sat Feb 8 13:15:21 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2095
|
|
2096 * widget-edit.el (widget-name): New macro.
|
|
2097 * widget.texi: Document it.
|
|
2098
|
|
2099 Sat Feb 08 12:35:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2100
|
|
2101 * Version 1.29 released.
|
|
2102
|
|
2103 Sat Feb 8 12:29:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2104
|
|
2105 * widget-edit.el (widget-get-sibling): New function.
|
|
2106 (widget-identify): New command.
|
|
2107
|
|
2108 * widget-edit.el (toggle): Don't use subwidgets.
|
|
2109 (widget-toggle-convert-widget): Deleted.
|
|
2110 (widget-toggle-value-create): New function.
|
|
2111 (widget-toggle-action): New function.
|
|
2112 (checkbox): Caller updated.
|
|
2113 (radio-button): Ditto.
|
|
2114 (boolean): Ditto.
|
|
2115 * custom.el (custom-face-attributes): Ditto.
|
|
2116
|
|
2117 Fri Feb 07 18:34:42 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2118
|
|
2119 * Version 1.28 released.
|
|
2120
|
|
2121 Fri Feb 7 18:33:47 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2122
|
|
2123 * widget-edit.el (widget-keymap): Don't bind `C-a' and `C-e'
|
|
2124 here.
|
|
2125 (widget-field-keymap): Bind them here instead.
|
|
2126 (widget-text-keymap): And here.
|
|
2127
|
|
2128 Fri Feb 07 18:29:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2129
|
|
2130 * Version 1.27 released.
|
|
2131
|
|
2132 Fri Feb 7 18:18:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2133
|
|
2134 * widget-edit.el (widget-beginning-of-line): New function.
|
|
2135 (widget-keymap): Bind it.
|
|
2136 Patch by "William M. Perry" <wmperry@aventail.com>.
|
|
2137 (widget-end-of-line): New function.
|
|
2138 (widget-keymap): Bind it.
|
|
2139
|
|
2140 Thu Feb 06 19:21:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2141
|
|
2142 * Version 1.26 released.
|
|
2143
|
|
2144 Thu Feb 6 19:19:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2145
|
|
2146 * widget-edit.el (widget-kill-line): New function.
|
|
2147 (widget-keymap): Bind it.
|
|
2148
|
|
2149 Thu Feb 06 19:10:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2150
|
|
2151 * Version 1.25 released.
|
|
2152
|
|
2153 Thu Feb 6 19:09:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2154
|
|
2155 * widget-edit.el (widget-specify-field-update): Unconditionally
|
|
2156 set local keymap property after the field.
|
|
2157
|
|
2158 Sat Feb 01 13:13:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2159
|
|
2160 * Version 1.24 released.
|
|
2161
|
|
2162 Thu Jan 30 13:04:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2163
|
|
2164 * widget-edit.el (widget-field-value-delete): Fix problem with
|
|
2165 editable fields where the format string doesn't contain %v.
|
|
2166
|
|
2167 Tue Jan 28 08:23:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2168
|
|
2169 * Version 1.23 released.
|
|
2170
|
|
2171 Tue Jan 28 04:33:24 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2172
|
|
2173 * widget.el (:valid-regexp): New keyword.
|
|
2174 * widget-edit.el (widget-field-validate): New function.
|
|
2175 (editable-field): Use them.
|
|
2176 * widget.texi (editable-field): Document it.
|
|
2177
|
|
2178 * custom-edit.el (custom-face-format-handler): Removed unused
|
|
2179 variable `state'.
|
|
2180
|
|
2181 * custom.el (custom-menu-reset): Support menu-less XEmacs.
|
|
2182 Reported by Carsten Leonhardt <leo@arioch.tng.oche.de>.
|
|
2183
|
|
2184 Mon Jan 27 11:51:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2185
|
|
2186 * Version 1.22 released.
|
|
2187
|
|
2188 Mon Jan 27 08:46:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2189
|
|
2190 * custom-edit.el (custom-variable-set): Fixed error message.
|
|
2191 (custom-variable-save): Ditto.
|
|
2192
|
|
2193 * Version 1.21 released.
|
|
2194
|
|
2195 Mon Jan 27 07:17:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2196
|
|
2197 * widget.el (:secret): New keyword.
|
|
2198 * widget-edit.el (widget-specify-field-update): Support it.
|
|
2199 (widget-field-value-get): Ditto.
|
|
2200 * widget.texi (editable-field): Documented it.
|
|
2201
|
|
2202 * widget-edit.el (widget-field-keymap): New variable.
|
|
2203 (editable-field): Use it.
|
|
2204 (widget-text-keymap): New variable.
|
|
2205 (text): Use it.
|
|
2206 (widget-field-activate): New command.
|
|
2207
|
|
2208 Sun Jan 26 13:02:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2209
|
|
2210 * custom.el (customize): Include `widgets' customization group.
|
|
2211
|
|
2212 Sat Jan 25 08:23:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2213
|
|
2214 * Version 1.20 released.
|
|
2215
|
|
2216 Sat Jan 25 07:13:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2217
|
|
2218 * widget-edit.el (widget-specify-field-update): Use
|
|
2219 `widget-keymap' by default.
|
|
2220
|
|
2221 Fri Jan 24 08:10:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2222
|
|
2223 * Version 1.19 released.
|
|
2224
|
|
2225 Fri Jan 24 06:53:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2226
|
|
2227 * widget-edit.el (widget-documentation-face): Typo in face name.
|
|
2228
|
|
2229 * custom-edit.el (custom-variable-sample-face): New face.
|
|
2230 (custom-variable-button-face): New face.
|
|
2231 (custom-variable-value-create): Use them.
|
|
2232 (custom-face-tag-face): New face.
|
|
2233 (custom-face): Use it.
|
|
2234 (custom-face-format-handler): Don't make the sample a button.
|
|
2235 (custom-group-tag-faces): New variable.
|
|
2236 (custom-group-tag-face-1): New face.
|
|
2237 (custom-group-tag-face): New face.
|
|
2238 (custom-group-sample-face-get): New function.
|
|
2239 (custom-group): Use it.
|
|
2240
|
|
2241 * widget-edit.el (character): Use sample face for tag.
|
|
2242 (list): Ditto.
|
|
2243 (vector): Ditto.
|
|
2244 (cons): Ditto.
|
|
2245 (radio): Ditto.
|
|
2246 (repeat): Ditto.
|
|
2247 (set): Ditto.
|
|
2248 (boolean): Ditto.
|
|
2249
|
|
2250 Thu Jan 23 20:25:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2251
|
|
2252 * widget.el (:sample-face-get): New keyword.
|
|
2253 (:sample-face): New keyword.
|
|
2254
|
|
2255 * widget-edit.el (widget-default-create): Support %{ and %}
|
|
2256 escapes.
|
|
2257 (widget-specify-sample): New function.
|
|
2258 (default): Define `:sample-face-get'.
|
|
2259 (widget-default-sample-face-get): New function.
|
|
2260
|
|
2261 * custom-edit.el (custom-variable-action): Show if hidden.
|
|
2262
|
|
2263 Wed Jan 22 04:54:10 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2264
|
|
2265 * widget-edit.el (error-message-string): Define if unbound.
|
|
2266
|
|
2267 Thu Jan 16 16:07:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2268
|
|
2269 * Version 1.18 released.
|
|
2270
|
|
2271 Thu Jan 16 16:03:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2272
|
|
2273 * custom-edit.el (custom-load-symbol): Use `assoc' instead of
|
|
2274 `member' to check if a file is in load-history.
|
|
2275 (custom-load-symbol): Use `condition-case' around loads.
|
|
2276
|
|
2277 Tue Jan 14 20:51:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2278
|
|
2279 * custom-edit.el (:custom-reset): Split into
|
|
2280 :`custom-reset-current', `:custom-reset-saved', and
|
|
2281 `:custom-reset-factory'.
|
|
2282 (custom-mode-menu): Ditto.
|
|
2283 (custom-mode): Ditto.
|
|
2284 (custom-variable): Ditto.
|
|
2285 (custom-variable-menu): Ditto.
|
|
2286 (custom-face): Ditto.
|
|
2287 (custom-face-menu): Ditto.
|
|
2288 (custom-group): Ditto.
|
|
2289 (custom-group-menu): Ditto.
|
|
2290 (custom-group-reset): Ditto.
|
|
2291 (custom-reset-menu): New variable.
|
|
2292 (custom-reset): Use it.
|
|
2293 (custom-reset-current): New function.
|
|
2294 (custom-reset-saved): New function.
|
|
2295 (custom-reset-factory): New function.
|
|
2296 (custom-buffer-create): Pass event to `custom-reset'.
|
|
2297 (custom-variable-reset-saved): Renamed from
|
|
2298 `custom-variable-default'.
|
|
2299 (custom-variable-reset-factory): Renamed from
|
|
2300 `custom-variable-factory'.
|
|
2301 (custom-face-reset-saved): Renamed from `custom-face-default'.
|
|
2302 (custom-face-reset-factory): Renamed from
|
|
2303 `custom-face-reset-factory'.
|
|
2304
|
|
2305 Mon Jan 13 01:23:36 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2306
|
|
2307 * Version 1.17 released.
|
|
2308
|
|
2309 Mon Jan 13 00:19:35 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2310
|
|
2311 * custom-edit.el (custom-face-format-handler): Missing "hide".
|
|
2312 (custom-face-action): Show when hidden.
|
|
2313
|
|
2314 * custom.texi: (The State Button): Updated.
|
|
2315
|
|
2316 Wed Jan 8 15:23:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2317
|
|
2318 * custom-edit.el (custom-quote): Support `characterp'. Patch
|
|
2319 by Sudish Joseph <sudish@mindspring.com>.
|
|
2320
|
|
2321 * custom-edit.el (custom-magic-alist): Refer to state button
|
|
2322 instead of level button.
|
|
2323
|
|
2324 Sat Jan 04 21:34:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2325
|
|
2326 * Version 1.16 released.
|
|
2327
|
|
2328 Fri Jan 3 22:56:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2329
|
|
2330 * custom-edit.el (custom-group): Group tags are no longer buttons.
|
|
2331 (custom-group-action): Show when hidden.
|
|
2332 (custom-magic-value-create): Added :help-echo.
|
|
2333 (custom-manual): Ditto.
|
|
2334 * widget-edit.el (link): Ditto.
|
|
2335
|
|
2336 Fri Jan 03 00:00:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2337
|
|
2338 * Version 1.15 released.
|
|
2339
|
|
2340 Thu Jan 2 23:30:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2341
|
|
2342 * custom-edit.el (custom-magic): Can now contain multiple buttons.
|
|
2343 (custom-magic-alist): Add description element.
|
|
2344 (custom-magic-show): New variable.
|
|
2345 (custom-magic-show-button): New variable.
|
|
2346 (custom-magic-value-create): Use them.
|
|
2347 (custom): Ditto.
|
|
2348 (custom-variable): Ditto.
|
|
2349 (custom-face): Ditto.
|
|
2350 (widget-face-value-create): Ditto.
|
|
2351 (custom-group): Ditto.
|
|
2352 (custom-variable-value-create): Don't create [show] button.
|
|
2353 (custom-variable-factory): Only save when saved.
|
|
2354 (custom-face-factory): Ditto.
|
|
2355
|
|
2356 Sat Dec 28 18:54:38 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2357
|
|
2358 * Version 1.14 released.
|
|
2359
|
|
2360 Sat Dec 28 13:43:44 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2361
|
|
2362 * custom-edit.el: (custom-changed-face): New face.
|
|
2363 (custom-magic-alist): New `changed' state.
|
|
2364 (custom-variable-state-set): Support `set' state.
|
|
2365 (custom-save): Ditto.
|
|
2366 (custom-variable-set): Ditto.
|
|
2367 (custom-variable-save): Ditto.
|
|
2368 (custom-variable-default): Ditto.
|
|
2369 (custom-variable-factory): Ditto.
|
|
2370 (custom-face-state-set): Ditto.
|
|
2371 (custom-face-set): Ditto.
|
|
2372 (custom-face-save): Ditto.
|
|
2373 (custom-face-default): Ditto.
|
|
2374 (custom-face-factory): Ditto.
|
|
2375 (custom-group-save): Ditto.
|
|
2376
|
|
2377 * custom.texi (The State Button): Documented `changed' state.
|
|
2378
|
|
2379 * custom-edit.el: New terminology: `Set default' automatically
|
|
2380 saves the new value and has been renamed `Save'. `Apply' has been
|
|
2381 renamed `Set'. `Edit Default' has been renamed to `Edit Lisp'.
|
|
2382 * custom.texi: Ditto.
|
|
2383
|
|
2384 * widget-edit.el (widget-move): New function.
|
|
2385 (widget-forward): Use it.
|
|
2386 (widget-backward): Ditto.
|
|
2387
|
|
2388 Tue Dec 17 10:47:23 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2389
|
|
2390 * custom-edit.el (custom-mode-menu): Added help item.
|
|
2391
|
|
2392 * custom.texi (Declarations): New section. Documented `:tag'
|
|
2393 keyword.
|
|
2394 (Declaring Groups): Documented `:prefix' keyword.
|
|
2395
|
|
2396 * custom-edit.el (custom-set-default): Also save.
|
|
2397 (custom-buffer-create): Removed save button.
|
|
2398
|
|
2399 Thu Dec 12 07:57:23 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2400
|
|
2401 * widget-edit.el (widget-menu-max-size): Added `:group'.
|
|
2402
|
|
2403 * custom-edit.el (custom-display): Added support for `pm', `pc',
|
|
2404 and `win32' window systems.
|
|
2405
|
|
2406 * widget-edit.el (widget-field-face): Do not require X.
|
|
2407
|
|
2408 Tue Dec 10 13:28:22 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2409
|
|
2410 * widget-edit.el (widget-documentation-face): Green by default.
|
|
2411
|
|
2412 Mon Dec 09 12:28:10 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2413
|
|
2414 * Version 1.13 released.
|
|
2415
|
|
2416 Mon Dec 9 08:50:46 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2417
|
|
2418 * custom-edit.el (custom-unlispify-tag-names): New variable.
|
|
2419 (custom-unlispify-tag-name): New function.
|
|
2420 (custom-variable-value-create): Use it.
|
|
2421 (custom-group-value-create): Use it.
|
|
2422 (:custom-prefixes): New keyword.
|
|
2423 (custom-variable-value-create): Use it.
|
|
2424 (custom-group-value-create): Use it.
|
|
2425
|
|
2426 * widget-edit.el (widget-item-convert-widget): Doc fix.
|
|
2427
|
|
2428 * custom-edit.el (custom-menu-create): Do not create menus for
|
|
2429 groups with more than `widget-menu-max-size' members.
|
|
2430
|
|
2431 Sun Dec 08 16:19:21 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2432
|
|
2433 * Version 1.12 released.
|
|
2434
|
|
2435 Sun Dec 8 14:38:42 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2436
|
|
2437 * custom.el (:tag): New keyword.
|
|
2438 (custom-handle-keyword): Accept it.
|
|
2439
|
|
2440 * custom.el (:prefix): New keyword.
|
|
2441 (custom-declare-group): Handle it.
|
|
2442 (customize): Use it.
|
|
2443 * widget-edit.el (widgets): Use it.
|
|
2444
|
|
2445 * custom-edit.el (custom-prefix-list): New variable.
|
|
2446 (custom-unlispify-menu-entries): New variable.
|
|
2447 (custom-unlispify-menu-entry): New function.
|
|
2448 (custom-face-menu-create): Use it.
|
|
2449 (custom-variable-menu-create): Use it.
|
|
2450 (boolean): Use it.
|
|
2451 (custom-menu-create): Use it.
|
|
2452
|
|
2453 * custom-edit.el (custom-menu-create): New function.
|
|
2454 (custom-group-menu-create): Use it.
|
|
2455
|
|
2456 Thu Dec 5 14:00:04 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2457
|
|
2458 * custom-opt.el: New file.
|
|
2459
|
|
2460 Thu Dec 05 13:53:48 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2461
|
|
2462 * Version 1.11 released.
|
|
2463
|
|
2464 Thu Dec 5 13:22:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2465
|
|
2466 * custom-edit.el (:custom-menu): New keyword.
|
|
2467 (custom-variable): Use it.
|
|
2468 (custom-face): Ditto.
|
|
2469 (custom-group): Ditto.
|
|
2470 (boolean): Ditto.
|
|
2471 (custom-menu-update): Ditto.
|
|
2472 (custom-face-menu-create): New function.
|
|
2473 (custom-variable-menu-create): New function.
|
|
2474 (custom-group-menu-create): New function.
|
|
2475 (custom-menu-create-entry): Removed.
|
|
2476
|
|
2477 Tue Dec 3 09:28:19 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2478
|
|
2479 * custom.texi (Utilities): Documented `custom-add-load'.
|
|
2480
|
|
2481 Tue Dec 03 08:42:15 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2482
|
|
2483 * Version 1.10 released.
|
|
2484
|
|
2485 Tue Dec 3 00:42:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2486
|
|
2487 * custom-edit.el (custom-menu-nesting): Moved from `custom.el'.
|
|
2488 (custom-menu-create-entry): Ditto.
|
|
2489 (custom-menu-update): Ditto.
|
|
2490
|
|
2491 Mon Dec 2 22:48:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2492
|
|
2493 * custom.el (:load): New keyword.
|
|
2494 (custom-add-load): New function.
|
|
2495 (custom-handle-keyword): Use them.
|
|
2496 * custom.texi: Document it.
|
|
2497 * custom-edit.el (custom-load-symbol): New function.
|
|
2498 (custom-load-widget): New function.
|
|
2499 (custom-group-value-create): Use it.
|
|
2500 (custom-variable-value-create): Use it.
|
|
2501 (custom-face-value-create): Use it.
|
|
2502
|
|
2503 * custom.el (custom-handle-keyword): New function.
|
|
2504 (custom-declare-variable): Use it.
|
|
2505 (custom-handle-all-keywords): New function.
|
|
2506 (custom-declare-group): Use it.
|
|
2507 (custom-declare-face): Use it.
|
|
2508
|
|
2509 Sat Nov 30 01:37:07 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2510
|
|
2511 * Version 1.09 released.
|
|
2512
|
|
2513 Sat Nov 30 01:36:24 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2514
|
|
2515 * widget-edit.el (widget-specify-field): Make terminating newline
|
|
2516 writable under XEmacs.
|
|
2517
|
|
2518 Thu Nov 28 22:03:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2519
|
|
2520 * Version 1.08 released.
|
|
2521
|
|
2522 Thu Nov 28 21:46:30 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2523
|
|
2524 * custom-edit.el (custom-hook-convert-widget): Make space part of
|
|
2525 function instead of the editable-list.
|
|
2526
|
|
2527 * Version 1.07 released.
|
|
2528
|
|
2529 Thu Nov 28 21:31:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2530
|
|
2531 * custom-edit.el (custom-variable-state-set): Handle void
|
|
2532 variables.
|
|
2533
|
|
2534 * Version 1.06 released.
|
|
2535
|
|
2536 Thu Nov 28 01:35:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2537
|
|
2538 * widget-edit.el (widget-create-child-value): New function.
|
|
2539 (widget-choice-value-create): Use it.
|
|
2540 (widget-checklist-add-item): Ditto.
|
|
2541 (widget-radio-add-item): Ditto.
|
|
2542 (widget-editable-list-entry-create): Ditto
|
|
2543 (widget-group-value-create): Ditto.
|
|
2544
|
|
2545 * widget-edit.el (widget-specify-field): Extend read-only extent.
|
|
2546
|
|
2547 * widget-edit.el (widget-create-child): Obey `:extra-offset'.
|
|
2548
|
|
2549 * custom-edit.el (custom-mode-hook): Added.
|
|
2550
|
|
2551 Tue Nov 26 17:04:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2552
|
|
2553 * widget-edit.el: More patches for support of old Emacsen from
|
|
2554 William Perry <wmperry@aventail.com>.
|
|
2555
|
|
2556 * Version 1.05 released.
|
|
2557
|
|
2558 Tue Nov 26 15:05:36 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2559
|
|
2560 * widget-edit.el (widget-make-intangible): New function.
|
|
2561 (widget-specify-field): Use it.
|
|
2562 (widget-after-change): Remove XEmacs workaround.
|
|
2563 (widget-field-value-create): Ditto.
|
|
2564 (widget-specify-text): Fully specify stickyness.
|
|
2565
|
|
2566 Mon Nov 25 17:01:05 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2567
|
|
2568 * custom-edit.el (custom-face-format-handler): Create face before
|
|
2569 use under XEmacs.
|
|
2570
|
|
2571 * Version 1.04 released.
|
|
2572
|
|
2573 Mon Nov 25 01:14:13 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2574
|
|
2575 * custom.el (custom-facep): New function.
|
|
2576 (custom-declare-face): Use it.
|
|
2577 * custom-edit.el (customize-face): Ditto.
|
|
2578 (customize-customized): Ditto.
|
|
2579 (customize-apropos): Ditto.
|
|
2580 (custom-save-faces): Ditto.
|
|
2581
|
|
2582 * custom.el (custom-declare-variable): Return symbol. Suggested
|
|
2583 by Lars Magne Ingebrigtsen <larsi@ifi.uio.no>.
|
|
2584 (custom-declare-group): Ditto.
|
|
2585 (custom-declare-face): Return face.
|
|
2586
|
|
2587 * widget-edit.el (widget-button-face): Removed :link.
|
|
2588 (widget-mouse-face): Ditto.
|
|
2589 (widget-field-face): Ditto.
|
|
2590
|
|
2591 * custom.el (emacs): Link to (emacs)Top, not (dir)Top.
|
|
2592
|
|
2593 * Version 1.03 released.
|
|
2594
|
|
2595 Mon Nov 25 00:29:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2596
|
|
2597 * widget-edit.el (widgets): Add links.
|
|
2598 (widget-button-face): Add link.
|
|
2599 (widget-mouse-face): Add link.
|
|
2600 (widget-field-face): Add link.
|
|
2601
|
|
2602 * widget.texi (User Interface): Use `deffn Face' instead of
|
|
2603 `defopt' for declaring faces.
|
|
2604
|
|
2605 * custom-edit.el (custom-manual): New widget.
|
|
2606 (custom-format-handler): Support "%a" escape.
|
|
2607 (custom-variable): Use it.
|
|
2608 (custom-face): Use it.
|
|
2609 (custom-group): Use it.
|
|
2610
|
|
2611 * custom.el (:link): New keyword.
|
|
2612 (custom-declare-variable): Support it.
|
|
2613 (custom-declare-face): Ditto.
|
|
2614 (custom-declare-group): Ditto.
|
|
2615 (emacs): Use it.
|
|
2616 (customize): Ditto.
|
|
2617 (custom-add-link): New function.
|
|
2618
|
|
2619 * custom.texi (Utilities): New section. Document `custom-manual'
|
|
2620 `custom-add-to-group', and `custom-add-link'.
|
|
2621
|
|
2622 * widget.texi (url-link): New section.
|
|
2623 (info-link): New section.
|
|
2624
|
|
2625 Sat Nov 23 17:45:32 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2626
|
|
2627 * Version 1.02 released.
|
|
2628
|
|
2629 Sat Nov 23 17:42:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2630
|
|
2631 * custom.el (set-face-font-family) New XEmacs function.
|
|
2632 (custom-face-attributes): Added family support for XEmacs.
|
|
2633
|
|
2634 Fri Nov 22 18:59:29 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2635
|
|
2636 * Version 1.01 released.
|
|
2637
|
|
2638 Fri Nov 22 16:29:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2639
|
|
2640 * custom.el (custom-display-match-frame): Use `frame-device' to
|
|
2641 convert a frame to a device.
|
|
2642
|
|
2643 * widget-edit.el (widget-after-change): Avoid zero sized fields in
|
|
2644 XEmacs.
|
|
2645 (widget-field-value-create): Ditto.
|
|
2646
|
|
2647 * custom.el (custom-face-display-set): Removed call to
|
|
2648 `make-face'. Patch by David Moore <dmoore@UCSD.EDU>.
|
|
2649 (custom-declare-variable): If there is a saved value, use it, even
|
|
2650 if the variable is already bound. Reported by Jens Lautenbacher
|
|
2651 <jens@lemcbed.lem.uni-karlsruhe.de>.
|
|
2652 (custom-declare-face): If there is a saved face, use it, even
|
|
2653 if the face is already made.
|
|
2654 (custom-face-attributes): Added :size for XEmacs. Thanks to
|
|
2655 William Perry <wmperry@aventail.com> for part of the code.
|
|
2656
|
|
2657 Wed Nov 20 16:40:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2658
|
|
2659 * custom-edit.el (custom-variable-value-create): Use
|
|
2660 `default-value' instead of `symbol-value'.
|
|
2661 (custom-variable-state-set): Ditto.
|
|
2662
|
|
2663 Tue Nov 19 17:11:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2664
|
|
2665 * widget-edit.el (custom): Wrap require in `eval-and-compile'.
|
|
2666
|
|
2667 Mon Nov 18 15:55:16 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2668
|
|
2669 * Version 1.00 released.
|
|
2670
|
|
2671 Sat Nov 16 20:58:01 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2672
|
|
2673 * custom.el (custom-help-menu): Renamed update entry to `Update
|
|
2674 menu...'.
|
|
2675
|
|
2676 Thu Nov 14 23:16:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2677
|
|
2678 * custom-edit.el (customize-customized): Ignore uninitialized
|
|
2679 faces and variables.
|
|
2680
|
|
2681 Wed Nov 13 20:39:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2682
|
|
2683 * Version 0.999 released.
|
|
2684
|
|
2685 Wed Nov 13 12:21:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2686
|
|
2687 * custom-edit.el: Added autolaod.
|
|
2688
|
|
2689 * custom.el: Added menu support.
|
|
2690
|
|
2691 * custom-edit.el (customize-customized): New command.
|
|
2692 (custom-variable-default): Remember to evaluate default setting.
|
|
2693
|
|
2694 * Version 0.998 released.
|
|
2695
|
|
2696 Mon Nov 11 19:30:24 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2697
|
|
2698 * widget-edit.el (widget-at): New function by William Perry
|
|
2699 <wmperry@aventail.com>.
|
|
2700 (widget-echo-help): Use it.
|
|
2701
|
|
2702 Fri Nov 8 20:34:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2703
|
|
2704 * widget-edit.el (widget-checklist-match-up): Cleaned up.
|
|
2705 (function-item): Removed :match and :value-delete properties.
|
|
2706 (variable-item): Ditto.
|
|
2707
|
|
2708 * custom.el (custom-add-option): Only add option if not already
|
|
2709 there.
|
|
2710 (custom-declare-variable): Ditto.
|
|
2711
|
|
2712 * custom-edit.el (custom-buffer-create): Reset magic.
|
|
2713
|
|
2714 Thu Nov 07 16:14:35 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2715
|
|
2716 * Version 0.997 released.
|
|
2717
|
|
2718 Thu Nov 7 14:24:33 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2719
|
|
2720 * custom-edit.el (custom-split-regexp-maybe): New function.
|
|
2721
|
|
2722 * custom.el (x-color-values): Define if missing.
|
|
2723 (frame-property): Define if missing.
|
|
2724 (custom-background-mode): Optimized.
|
|
2725 (custom-display-match-frame): Use above.
|
|
2726
|
|
2727 * custom.el (custom-add-option): New function.
|
|
2728
|
|
2729 Wed Nov 06 18:00:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2730
|
|
2731 * Version 0.996 released.
|
|
2732
|
|
2733 Wed Nov 6 09:42:33 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2734
|
|
2735 * widget-edit.el (widget-children-value-delete): Renamed from
|
|
2736 `widget-children-value-delete'.
|
|
2737 Updated all callers.
|
|
2738 (widget-choice-convert-widget): Renamed from `'.
|
|
2739
|
|
2740 * custom-edit.el (widget-face-value-create): Add child to
|
|
2741 `custom-options'.
|
|
2742 (widget-face-value-delete): Added.
|
|
2743
|
|
2744 * widget-edit.el (widget-keymap): Added binding for [backtab].
|
|
2745 Requested by Greg Stark <gsstark@mit.edu>.
|
|
2746
|
|
2747 Sat Nov 2 13:40:49 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2748
|
|
2749
|
|
2750 * custom.el (custom-set-variables): Accept `(SYMBOL VALUE [NOW])'
|
|
2751 format.
|
|
2752 (custom-set-faces): Accept `(FACE SPEC [NOW])' format.
|
|
2753 * custom-edit.el (custom-save-variables): Write in new format.
|
|
2754 (custom-save-faces): Ditto.
|
|
2755
|
|
2756 * custom-edit.el (custom-format-handler): Handle `%L' escape.
|
|
2757 (custom-group): Add `%L' escape.
|
|
2758 (custom-face-format-handler): Use the text "hide" for sample in
|
|
2759 shown faces.
|
|
2760 (custom-buffer-create): Show single option.
|
|
2761
|
|
2762 Tue Oct 29 13:36:11 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2763
|
|
2764 * Version 0.995 released.
|
|
2765
|
|
2766 Tue Oct 29 12:21:57 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2767
|
|
2768 * custom.el (custom-display-match-frame): Fixed bug for
|
|
2769 `display-type'.
|
|
2770
|
|
2771 * custom.el (custom-background-mode): Memorized
|
|
2772 `custom-background-mode' as suggested by David Moore
|
|
2773 <dmoore@UCSD.EDU>.
|
|
2774
|
|
2775 * widget-edit.el (widget-specify-button): Make a button non-sticky
|
|
2776 on XEmacs.
|
|
2777
|
|
2778 Sun Oct 20 20:16:05 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2779
|
|
2780 * custom-edit.el (easymenu): Added require.
|
|
2781
|
|
2782 Mon Oct 14 15:09:43 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2783
|
|
2784 * widget-edit.el: Removed `eval-and-compile' around compatibility
|
|
2785 code.
|
|
2786
|
|
2787 Sat Oct 12 21:15:04 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2788
|
|
2789 * Version 0.994 released.
|
|
2790
|
|
2791 Sat Oct 12 20:11:19 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2792
|
|
2793 * custom.el (:options): New keyword.
|
|
2794
|
|
2795 * widget-edit.el (hook): Removed widget.
|
|
2796 (function): Allow any sexp.
|
|
2797
|
|
2798 * custom-edit.el (hook): Added widget.
|
|
2799 (custom-hook-convert-widget): New function.
|
|
2800
|
|
2801 * custom.el (custom-declare-face): Check that facep is defined.
|
|
2802 reported by Enami Tsugutomo <enami@ba2.so-net.or.jp>
|
|
2803
|
|
2804 Wed Oct 09 01:41:55 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2805
|
|
2806 * Version 0.993 released.
|
|
2807
|
|
2808 Tue Oct 8 01:48:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2809
|
|
2810 * custom.el (custom-set-face-bold): Removed condition-case.
|
|
2811 (custom-set-face-italic): Ditto.
|
|
2812 (custom-face-attribites-set): Added condition-case.
|
|
2813 (custom-set-variables): Do not bind symbol here.
|
|
2814 (custom-set-faces): Do not create face here.
|
|
2815 (custom-declare-variable): Use saved-value property, if is exists.
|
|
2816
|
|
2817 * custom-edit.el (custom-face-format-handler): Changed `sample' to
|
|
2818 `show'.
|
|
2819
|
|
2820 * custom.el (custom-declare-face): Do not overwrite an existing
|
|
2821 face.
|
|
2822
|
|
2823 Sat Oct 05 01:23:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2824
|
|
2825 * Version 0.992 released.
|
|
2826
|
|
2827 Fri Oct 4 23:54:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2828
|
|
2829 * widget-edit.el (character): New widget.
|
|
2830 (widget-specify-field): Allow use of newline in format to hide
|
|
2831 space.
|
|
2832
|
|
2833 Wed Oct 2 19:06:17 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2834
|
|
2835 * widget.texi (menu-choice): Document `:case-fold'.
|
|
2836
|
|
2837 Wed Oct 02 19:02:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2838
|
|
2839 * Version 0.991 released.
|
|
2840
|
|
2841 Wed Oct 2 18:54:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2842
|
|
2843 * widget-edit.el (widget-choice-action): Use :case-fold.
|
|
2844 (menu-choice): Initialize :case-fold.
|
|
2845
|
|
2846 * widget.el (:case-fold): New keyword, patch by David Byers
|
|
2847 <davby@ida.liu.se>.
|
|
2848
|
|
2849 Mon Sep 30 20:26:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2850
|
|
2851 * lpath.el (maybe-fbind): New function.
|
|
2852 Shut up byte compiler under XEmacs.
|
|
2853
|
|
2854 * custom-edit.el (custom-format-handler): Removed unused binding.
|
|
2855 (custom-variable-apply): Added missing argument to error.
|
|
2856 (custom-variable-set-default): Ditto.
|
|
2857
|
|
2858 * widget-edit.el (regexp): Add `:tag'.
|
|
2859
|
|
2860 * custom-edit.el (custom-variable-factory): Evaluate factory
|
|
2861 setting before applying.
|
|
2862
|
|
2863 Sun Sep 29 01:24:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2864
|
|
2865 * Version 0.99 released.
|
|
2866
|
|
2867 Sun Sep 29 00:16:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2868
|
|
2869 * widget-edit.el (widget-color-action): Notify parent.
|
|
2870 (widget-field-action): Ditto.
|
|
2871 (widget-choice-action): Ditto.
|
|
2872 (widget-file-action): Ditto.
|
|
2873
|
|
2874 * custom-edit.el (custom-magic-alist): Changed `item' to `const'.
|
|
2875 (face): Fixed formatting.
|
|
2876 (widget-face-value-create): Ditto.
|
|
2877 (widget-face-action): Notify parent.
|
|
2878
|
|
2879 * widget-edit.el (widget-field-value-get): Don't strip trailing
|
|
2880 spaces from zero-sized fields. Requested by David Byers
|
|
2881 <davby@ida.liu.se>.
|
|
2882
|
|
2883 Sat Sep 28 00:31:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2884
|
|
2885 * custom-edit.el (custom-save-needed-p): New variable.
|
|
2886 (kill-emacs-hook): Add `custom-save-maybe'.
|
|
2887 (custom-save-maybe): New function.
|
|
2888 (custom-variable-set-default): Set `custom-save-needed-p'.
|
|
2889 (custom-variable-factory): Ditto.
|
|
2890 (custom-save): Ditto.
|
|
2891 (custom-unimplemented): Deleted.
|
|
2892
|
|
2893 * Version 0.98 released.
|
|
2894
|
|
2895 Sat Sep 28 00:04:58 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2896
|
|
2897 * widget-edit.el (widget-choice-action): Got validate wrong, once
|
|
2898 again.
|
|
2899
|
|
2900 * widget.texi (Basic Types): Documented `%h'.
|
|
2901
|
|
2902 Fri Sep 27 00:32:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2903
|
|
2904 * widget-edit.el (widget-field-action): Set value directly.
|
|
2905
|
|
2906 * custom-edit.el (custom-format-handler): Use default format
|
|
2907 handler.
|
|
2908
|
|
2909 * widget-edit.el (widget-cons-match): Parameters in wrong order.
|
|
2910 (text): Parent should be `editable-field'.
|
|
2911 (widget-field-action): Call `widget-setup' after modification.
|
|
2912 (symbol): Make multiple convertion kludge more robust.
|
|
2913 (integer): Ditto.
|
|
2914 (number): Ditto.
|
|
2915 (widget-echo-help): New function, patch by William Perry
|
|
2916 <wmperry@aventail.com>.
|
|
2917 (widget-forward): Use it
|
|
2918 (widget-echo-help-mouse): New function.
|
|
2919 (repeat): Don't highlight tag.
|
|
2920 (set): Ditto.
|
|
2921 (widget-editable-list-format-handler): Default to help format
|
|
2922 handler.
|
|
2923 (function-item): Use default format handler.
|
|
2924 (variable-item): Ditto.
|
|
2925 (widget-help-format-handler): Rename to and merge with
|
|
2926 `widget-default-format-handler'.
|
|
2927
|
|
2928 Wed Sep 25 22:44:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2929
|
|
2930 * Version 0.97 released.
|
|
2931
|
|
2932 Wed Sep 25 00:12:09 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2933
|
|
2934 * widget-edit.el (url-link): New widget.
|
|
2935
|
|
2936 * custom-edit.el (custom-variable-set-default): Also set current
|
|
2937 value.
|
|
2938
|
|
2939 * lpath.el: Added dummy definitions to really shut up the byte
|
|
2940 compiler.
|
|
2941
|
|
2942 * custom-edit.el (custom-buffer-create): Create a help button.
|
|
2943
|
|
2944 * widget-edit.el (info-link): New widget.
|
|
2945
|
|
2946 Tue Sep 24 23:52:07 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2947
|
|
2948 * custom.texi (The Customization Buffer): Exanded a lot.
|
|
2949
|
|
2950 Mon Sep 23 18:27:55 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2951
|
|
2952 * Makefile (FTPDIR): New variable.
|
|
2953 (dist): Use it.
|
|
2954
|
|
2955 * Version 0.96 released.
|
|
2956
|
|
2957 Mon Sep 23 13:30:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2958
|
|
2959 * widget.texi (editable-field): Added explanation of
|
|
2960 :hide-front-space and :hide-rear-space.
|
|
2961
|
|
2962 * widget-edit.el (widget-specify-field): Make front and rear
|
|
2963 spaces intangible only when the :format string says it is safe, or
|
|
2964 the user has explictly requested it.
|
|
2965
|
|
2966 * widget.el (:hide-front-space): New keyword.
|
|
2967 (:hide-rear-space): New keyword.
|
|
2968
|
|
2969 * widget-edit.el (widget-field-value-create): Don't insert space
|
|
2970 for empty values.
|
|
2971 (widget-specify-field-update): Make null sized field have a face
|
|
2972 that extents to the end of the line.
|
|
2973 (widget-after-change): Make sure face is updated after extending a
|
|
2974 fixed size field.
|
|
2975
|
|
2976 Sun Sep 22 21:07:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2977
|
|
2978 * Version 0.95 released.
|
|
2979
|
|
2980 Sun Sep 22 13:44:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2981
|
|
2982 * widget-edit.el (symbol): Kludge allowing multiple conversions.
|
|
2983 (widget-field-value-create): Don't append spaces unless empty.
|
|
2984 Suggested by David Byers <davby@ida.liu.se>.
|
|
2985 (widget-field-value-get): Don't remove trailing spacesfor variable
|
|
2986 sized fields. Suggested by David Byers <davby@ida.liu.se>.
|
|
2987
|
|
2988 * custom-edit.el (custom-show): New function.
|
|
2989 (custom-variable-value-create): Use it.
|
|
2990 (editable-field): Only show when value has no newlines and is
|
|
2991 shorter than 40 characters.
|
|
2992 (custom-buffer-create): Use `switch-to-buffer' instead of
|
|
2993 `switch-to-buffer-other-window'.
|
|
2994
|
|
2995 * widget-edit.el: Added hack to make `widget-edit.el' useful even
|
|
2996 with the old custom library. Suggested by David Byers
|
|
2997 <davby@ida.liu.se>.
|
|
2998
|
|
2999 * custom-edit.el (custom-help): Delete widget.
|
|
3000 (custom-help-action): Delete function.
|
|
3001 (:custom-doc): Delete keyword.
|
|
3002 (:custom-documentation-property): Delete keyword.
|
|
3003 (custom-format-handler): Leave `h' to `widget-help-format-handler'.
|
|
3004 (custom): Replace `:custom-documentation-property' with
|
|
3005 `:documentation-property'.
|
|
3006 (custom-variable): Ditto.
|
|
3007 (custom-face): Ditto.
|
|
3008 (custom-group): Ditto.
|
|
3009
|
|
3010 * widget-edit.el (widget-help): New widget.
|
|
3011 (widget-help-action): New function.
|
|
3012 (widget-help-format-handler): New function.
|
|
3013 (function-item): New widget.
|
|
3014 (variable-item): New widget.
|
|
3015 (hook): New widget.
|
|
3016
|
|
3017 * widget.el (:documentation-property): New keyword.
|
|
3018 (:widget-doc): New keyword.
|
|
3019
|
|
3020 * custom-edit.el (custom-variable-state-set): Compare value to
|
|
3021 evaluted defaults.
|
|
3022
|
|
3023 * widget-edit.el (radio): New sexp widget.
|
|
3024
|
|
3025 * lpath.el (custom): Add require.
|
|
3026
|
|
3027 * custom.el: (custom-face-empty): Test for `(boundp 'make-face)'.
|
|
3028 Reported by enami tsugutomo <enami@ba2.so-net.or.jp>.
|
|
3029 (custom-face-display-set): Ditto.
|
|
3030
|
|
3031 * lpath.el: Removed byte compiler kludge.
|
|
3032
|
|
3033 Sun Sep 22 11:48:02 1996 Lars Magne Ingebrigtsen <larsi@hler.ifi.uio.no>
|
|
3034
|
|
3035 * custom.el (defcustom): Eval and compile.
|
|
3036 * widget.el (define-widget-keywords): Ditto.
|
|
3037
|
|
3038 Sat Sep 21 23:17:22 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3039
|
|
3040 * Version 0.94 released.
|
|
3041
|
|
3042 Sat Sep 21 13:26:15 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3043
|
|
3044 * custom-edit.el: Added `:custom-apply', `:custom-set-default',
|
|
3045 and `:custom-reset' keywords.
|
|
3046 (custom-variable): Bind above.
|
|
3047 (custom-face): Ditto.
|
|
3048 (custom-group): Ditto.
|
|
3049 (custom-group-menu): Activate functions below.
|
|
3050 (custom-group-apply): New function.
|
|
3051 (custom-group-set-default): New function.
|
|
3052 (custom-group-reset): New function.
|
|
3053 (custom-mode-menu): New menu.
|
|
3054 (custom-mode): Describe all commands.
|
|
3055 (custom-mode): Added `custom-mode-hook' hook.
|
|
3056 (custom-apply): New command.
|
|
3057 (custom-set-default): New command.
|
|
3058 (custom-reset): New command.
|
|
3059 (custom-buffer-create): Set `custom-options' properly.
|
|
3060 (custom-buffer-create): Add `apply', `Set Default', and `Reset'
|
|
3061 butons.
|
|
3062
|
|
3063 * custom.texi (Wishlist): Remove implemented items from the
|
|
3064 wishlist.
|
|
3065
|
|
3066 * widget.texi (atoms): Document `boolean' widget.
|
|
3067 (composite): Document `choice', `set', and `repeat' widgets.
|
|
3068
|
|
3069 * widget-edit.el (boolean): New sexp widget.
|
|
3070
|
|
3071 * Version 0.93 released.
|
|
3072
|
|
3073 Sat Sep 21 00:57:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3074
|
|
3075 * lpath.el Disable byte compiler hacking on XEmacs.
|
|
3076
|
|
3077 * Version 0.92 released.
|
|
3078
|
|
3079 Fri Sep 20 03:04:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3080
|
|
3081 * Added support for automatic indentation of nested widgets.
|
|
3082
|
|
3083 * Made code and internal API creation of nested widget more
|
|
3084 clear and less buggy.
|
|
3085
|
|
3086 * Version 0.91 released.
|
|
3087
|
|
3088 Thu Sep 19 19:30:46 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3089
|
|
3090 * lpath.el: Add code to shut up the compiler.
|
|
3091
|
|
3092 * widget.el (define-widget-keywords): Use this to shut up the
|
|
3093 bytecompiler.
|
|
3094
|
|
3095 * widget-edit.el: (widget-field-action): New function.
|
|
3096 (field): Added.
|
|
3097 (string, list, vector, cons): Added tag.
|
|
3098
|
|
3099 * custom-edit.el (custom-magic): New widget.
|
|
3100 Most other widgets and functions updated to support it.
|
|
3101 (custom-notify): New function.
|
|
3102 (custom): Use it.
|
|
3103 (customize-apropos): Less greedy. Thanks Ilya
|
|
3104 Zakharevich <ilya@math.ohio-state.edu>.
|
|
3105
|
|
3106 * widget-edit.el (pp-to-string): Added autoload. Thanks Ilya
|
|
3107 Zakharevich <ilya@math.ohio-state.edu>.
|
|
3108
|
|
3109 Wed Sep 18 19:24:03 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3110
|
|
3111 * widget-edit.el (widget-documentation-face): New face.
|
|
3112 (widget-specify-doc): Use it.
|
|
3113
|
|
3114 Tue Sep 17 00:57:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3115
|
|
3116 * widget-edit.el (item): Add "%d" to format.
|
|
3117 (function): New widget.
|
|
3118 (variable): New widget.
|
|
3119 (regexp): New widget.
|
|
3120
|
|
3121 * custom.el (custom-x-color-values): Stolen from Gnus.
|
|
3122 (custom-background-mode): Stolen from Gnus.
|
|
3123 (custom-display-match-frame): Should now work on XEmacs.
|
|
3124
|
|
3125 * custom-edit.el: Minor cleanups in organization.
|
|
3126 (custom-variable-value-create): Handle case where the value of a
|
|
3127 variable does not match the type gracefully.
|
|
3128 (custom-redraw): Renamed from `custom-reset'.
|
|
3129
|
|
3130 * Version 0.9 released.
|
|
3131
|
|
3132 Tue Sep 17 00:21:01 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3133
|
|
3134 * widget-edit.el (widget-color-action): Use `read-prompt' in
|
|
3135 XEmacs and `read-string' on a tty.
|
|
3136
|
|
3137 * custom-edit.el (customize-apropos): Don't match undocumented
|
|
3138 variables.
|
|
3139
|
|
3140 Mon Sep 16 15:44:34 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3141
|
|
3142 * custom-edit.el: Added help text to many widgets.
|
|
3143
|
|
3144 * widget-edit.el (color-item): Made it a choice-item.
|
|
3145
|
|
3146 * custom-edit.el (custom-level): New widget.
|
|
3147 (custom-help): New widget.
|
|
3148 (custom): New widget.
|
|
3149 (custom-variable): Derive widget from `custom'.
|
|
3150 (custom-face): Ditto.
|
|
3151 (custom-group): Ditto.
|
|
3152
|
|
3153 * widget-edit.el (widget-choose): Do not reverse the items here.
|
|
3154 (widget-choice-action): Reverese the items here instead.
|
|
3155
|
|
3156 * custom.el (keywords): Only define the keywords used by
|
|
3157 declarations here.
|
|
3158
|
|
3159 * widget-edit.el (toggle): Removed `:void' property.
|
|
3160
|
|
3161 * custom.texi (Declaring Groups): Use proper defuns.
|
|
3162
|
|
3163 * Makefile (TEXT): Added `ChangeLog' and `custom.texi'.
|
|
3164 (dist): Add release to `ChangeLog'.
|