comparison lisp/custom/ChangeLog @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents
children 4103f0995bd7
comparison
equal deleted inserted replaced
21:b88636d63495 22:8fc7fe29b841
1 Sat Feb 15 22:27:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
2
3 * Version 1.40 released.
4
5 Sat Feb 15 22:18:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
6
7 * custom-edit.el: Use the `changed' state.
8
9 Fri Feb 14 12:46:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
10
11 * Version 1.39 released.
12
13 Fri Feb 14 12:35:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
14
15 * custom-edit.el (custom-variable-action): Capitalize.
16 (custom-face-action): Ditto.
17 (custom-group-action): Ditto.
18 * widget-edit.el (widget-choose): Use title in XEmacs.
19 Patch by Jens Lautenbacher <jens@metrix.de>.
20
21 Thu Feb 13 21:14:41 1997 Per Abrahamsen <abraham@dina.kvl.dk>
22
23 * Version 1.38 released.
24
25 Thu Feb 13 15:15:24 1997 Per Abrahamsen <abraham@dina.kvl.dk>
26
27 * custom-edit.el (custom-buffer-create): Added `Done' button.
28
29 * custom-edit.el (custom-variable-state-set): Customized to
30 factory setting is the same as uncustomized.
31 (custom-variable-set): Did not set `customized-value' right.
32
33 * widget-edit.el (widget-plist-member): Changed to defsubst.
34 (widget-get): Made it non-recursive.
35
36 * widget-edit.el (widget-glyph-insert-glyph): New function.
37 (widget-glyph-insert): Use it.
38 (widget-push-button-gui): New option.
39 (widget-push-button-cache): New variable.
40 (widget-gui-action): New function.
41 (widget-push-button-value-create): New function.
42 (push-button): Use it.
43 (widget-editable-list-gui): New option.
44 (widget-editable-list-format-handler): Use it.
45 (widget-editable-list-value-create): Ditto.
46 This implements GUI push buttons.
47
48 * Version 1.37 released.
49
50 Thu Feb 13 13:51:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
51
52 * custom-edit.el (custom-redraw): Protect point.
53
54 * widget-edit.el (widget-button1-click): New function.
55 (widget-keymap): Bind it.
56
57 * Version 1.36 released.
58
59 Thu Feb 13 13:16:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
60
61 * custom.el: Removed all `;;;###autoload' at the request of Steven
62 L Baur <steve@miranova.com>.
63 Don't call `autoload' or `custom-menu-reset' when `load-gc' is
64 fbound.
65
66 * Version 1.35 released.
67
68 Thu Feb 13 10:37:18 1997 Per Abrahamsen <abraham@dina.kvl.dk>
69
70 * widget-edit.el (boolean): Forgot terminating newline in :format.
71
72 Wed Feb 12 18:49:03 1997 Per Abrahamsen <abraham@dina.kvl.dk>
73
74 * Version 1.34 released.
75
76 Wed Feb 12 09:13:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
77
78 * widget-edit.el (widget-field-keymap): Disabled menu-bar in the
79 worng keymap.
80 (widget-text-keymap): Ditto.
81 (widget-glyph-directory): Default to "data-directory/custom/'.
82
83 * Version 1.33 released.
84
85 Wed Feb 12 09:11:23 1997 Per Abrahamsen <abraham@dina.kvl.dk>
86
87 * Makefile (TEXT): Added `check0.xpm' and `check1.xpm'.
88
89 * widget-edit.el (checkbox): Add glyphs.
90
91 Mon Feb 10 22:52:03 1997 Per Abrahamsen <abraham@dina.kvl.dk>
92
93 * widget-browse.el (widget-browse-sexps): New function.
94 (:args): Use it.
95 (widget-browse-action): New function.
96 (widget-browse): Use it.
97 (widget-browse-widgets): Use it.
98
99 * Version 1.32 released.
100
101 Mon Feb 10 15:39:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
102
103 * widget-browse.el (widget-browse-sexp): Catch printing errors.
104 (widget-browse-widgets): Print types instead of numbers.
105
106 * all: Renamed `widget-name' to `widget-type'.
107
108 * widget-edit.el (widget-button-click): Call the right command.
109
110 * widget.texi (Basic Types): Documented new glyph options.
111
112 * Version 1.31 released.
113
114 Mon Feb 10 13:04:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
115
116 * widget-edit.el (widget-glyph-directory): New option.
117 (widget-glyph-enable): New option.
118 (widget-glyph-insert): New function.
119 (widget-toggle-value-create): Use it.
120 (radio-button): Use it.
121 (widget-field-activate): Only look for a field
122 (widget-button-click): Handle glyph events.
123 (widget-default-create): Handle `:glyph'.
124 * widget.el (:on-glyph): New keyword.
125 (:off-glyph): Ditto.
126 (:glyph): Ditto.
127 * widget.texi (toggle): Documented them..
128 (Basic Types): Ditto.
129 * radio1.xpm: New file.
130 * radio0.xpm: Ditto.
131 Original patch provided by Robert Bihlmeyer <robbe@orcus.ping.at>.
132
133 * widget-browse.el (widget-browse): Add group.
134 (widget-browse-mode-menu): Add commands.
135
136 * widget-edit.el (widget-keymap): Bind [mouse-2-down] instead of
137 [mouse-2].
138
139 * widget-edit.el (widget-keymap): Don't bind [menu-bar] here.
140 (widget-field-keymap): Bind it here instead.
141 (widget-text-keymap): And here.
142
143 Sun Feb 9 20:33:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
144
145 * widget-browse.el: New file.
146 * Makefile (WIDGET): Added it.
147 * widget.el (widget-browse-at): Added autoload.
148 (widget-browse): Ditto.
149 * widget-edit.el (widget-identify): Deleted.
150
151 * custom-edit.el (custom-mode): Install custom-mode-menu under
152 XEmacs.
153
154 Sat Feb 08 13:16:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
155
156 * Version 1.30 released.
157
158 Sat Feb 8 13:15:21 1997 Per Abrahamsen <abraham@dina.kvl.dk>
159
160 * widget-edit.el (widget-name): New macro.
161 * widget.texi: Document it.
162
163 Sat Feb 08 12:35:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
164
165 * Version 1.29 released.
166
167 Sat Feb 8 12:29:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
168
169 * widget-edit.el (widget-get-sibling): New function.
170 (widget-identify): New command.
171
172 * widget-edit.el (toggle): Don't use subwidgets.
173 (widget-toggle-convert-widget): Deleted.
174 (widget-toggle-value-create): New function.
175 (widget-toggle-action): New function.
176 (checkbox): Caller updated.
177 (radio-button): Ditto.
178 (boolean): Ditto.
179 * custom.el (custom-face-attributes): Ditto.
180
181 Fri Feb 07 18:34:42 1997 Per Abrahamsen <abraham@dina.kvl.dk>
182
183 * Version 1.28 released.
184
185 Fri Feb 7 18:33:47 1997 Per Abrahamsen <abraham@dina.kvl.dk>
186
187 * widget-edit.el (widget-keymap): Don't bind `C-a' and `C-e'
188 here.
189 (widget-field-keymap): Bind them here instead.
190 (widget-text-keymap): And here.
191
192 Fri Feb 07 18:29:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
193
194 * Version 1.27 released.
195
196 Fri Feb 7 18:18:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
197
198 * widget-edit.el (widget-beginning-of-line): New function.
199 (widget-keymap): Bind it.
200 Patch by "William M. Perry" <wmperry@aventail.com>.
201 (widget-end-of-line): New function.
202 (widget-keymap): Bind it.
203
204 Thu Feb 06 19:21:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
205
206 * Version 1.26 released.
207
208 Thu Feb 6 19:19:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
209
210 * widget-edit.el (widget-kill-line): New function.
211 (widget-keymap): Bind it.
212
213 Thu Feb 06 19:10:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
214
215 * Version 1.25 released.
216
217 Thu Feb 6 19:09:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
218
219 * widget-edit.el (widget-specify-field-update): Unconditionally
220 set local keymap property after the field.
221
222 Sat Feb 01 13:13:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
223
224 * Version 1.24 released.
225
226 Thu Jan 30 13:04:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
227
228 * widget-edit.el (widget-field-value-delete): Fix problem with
229 editable fields where the format string doesn't contain %v.
230
231 Tue Jan 28 08:23:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
232
233 * Version 1.23 released.
234
235 Tue Jan 28 04:33:24 1997 Per Abrahamsen <abraham@dina.kvl.dk>
236
237 * widget.el (:valid-regexp): New keyword.
238 * widget-edit.el (widget-field-validate): New function.
239 (editable-field): Use them.
240 * widget.texi (editable-field): Document it.
241
242 * custom-edit.el (custom-face-format-handler): Removed unused
243 variable `state'.
244
245 * custom.el (custom-menu-reset): Support menu-less XEmacs.
246 Reported by Carsten Leonhardt <leo@arioch.tng.oche.de>.
247
248 Mon Jan 27 11:51:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
249
250 * Version 1.22 released.
251
252 Mon Jan 27 08:46:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
253
254 * custom-edit.el (custom-variable-set): Fixed error message.
255 (custom-variable-save): Ditto.
256
257 * Version 1.21 released.
258
259 Mon Jan 27 07:17:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
260
261 * widget.el (:secret): New keyword.
262 * widget-edit.el (widget-specify-field-update): Support it.
263 (widget-field-value-get): Ditto.
264 * widget.texi (editable-field): Documented it.
265
266 * widget-edit.el (widget-field-keymap): New variable.
267 (editable-field): Use it.
268 (widget-text-keymap): New variable.
269 (text): Use it.
270 (widget-field-activate): New command.
271
272 Sun Jan 26 13:02:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
273
274 * custom.el (customize): Include `widgets' customization group.
275
276 Sat Jan 25 08:23:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
277
278 * Version 1.20 released.
279
280 Sat Jan 25 07:13:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
281
282 * widget-edit.el (widget-specify-field-update): Use
283 `widget-keymap' by default.
284
285 Fri Jan 24 08:10:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
286
287 * Version 1.19 released.
288
289 Fri Jan 24 06:53:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
290
291 * widget-edit.el (widget-documentation-face): Typo in face name.
292
293 * custom-edit.el (custom-variable-sample-face): New face.
294 (custom-variable-button-face): New face.
295 (custom-variable-value-create): Use them.
296 (custom-face-tag-face): New face.
297 (custom-face): Use it.
298 (custom-face-format-handler): Don't make the sample a button.
299 (custom-group-tag-faces): New variable.
300 (custom-group-tag-face-1): New face.
301 (custom-group-tag-face): New face.
302 (custom-group-sample-face-get): New function.
303 (custom-group): Use it.
304
305 * widget-edit.el (character): Use sample face for tag.
306 (list): Ditto.
307 (vector): Ditto.
308 (cons): Ditto.
309 (radio): Ditto.
310 (repeat): Ditto.
311 (set): Ditto.
312 (boolean): Ditto.
313
314 Thu Jan 23 20:25:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
315
316 * widget.el (:sample-face-get): New keyword.
317 (:sample-face): New keyword.
318
319 * widget-edit.el (widget-default-create): Support %{ and %}
320 escapes.
321 (widget-specify-sample): New function.
322 (default): Define `:sample-face-get'.
323 (widget-default-sample-face-get): New function.
324
325 * custom-edit.el (custom-variable-action): Show if hidden.
326
327 Wed Jan 22 04:54:10 1997 Per Abrahamsen <abraham@dina.kvl.dk>
328
329 * widget-edit.el (error-message-string): Define if unbound.
330
331 Thu Jan 16 16:07:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
332
333 * Version 1.18 released.
334
335 Thu Jan 16 16:03:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
336
337 * custom-edit.el (custom-load-symbol): Use `assoc' instead of
338 `member' to check if a file is in load-history.
339 (custom-load-symbol): Use `condition-case' around loads.
340
341 Tue Jan 14 20:51:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
342
343 * custom-edit.el (:custom-reset): Split into
344 :`custom-reset-current', `:custom-reset-saved', and
345 `:custom-reset-factory'.
346 (custom-mode-menu): Ditto.
347 (custom-mode): Ditto.
348 (custom-variable): Ditto.
349 (custom-variable-menu): Ditto.
350 (custom-face): Ditto.
351 (custom-face-menu): Ditto.
352 (custom-group): Ditto.
353 (custom-group-menu): Ditto.
354 (custom-group-reset): Ditto.
355 (custom-reset-menu): New variable.
356 (custom-reset): Use it.
357 (custom-reset-current): New function.
358 (custom-reset-saved): New function.
359 (custom-reset-factory): New function.
360 (custom-buffer-create): Pass event to `custom-reset'.
361 (custom-variable-reset-saved): Renamed from
362 `custom-variable-default'.
363 (custom-variable-reset-factory): Renamed from
364 `custom-variable-factory'.
365 (custom-face-reset-saved): Renamed from `custom-face-default'.
366 (custom-face-reset-factory): Renamed from
367 `custom-face-reset-factory'.
368
369 Mon Jan 13 01:23:36 1997 Per Abrahamsen <abraham@dina.kvl.dk>
370
371 * Version 1.17 released.
372
373 Mon Jan 13 00:19:35 1997 Per Abrahamsen <abraham@dina.kvl.dk>
374
375 * custom-edit.el (custom-face-format-handler): Missing "hide".
376 (custom-face-action): Show when hidden.
377
378 * custom.texi: (The State Button): Updated.
379
380 Wed Jan 8 15:23:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
381
382 * custom-edit.el (custom-quote): Support `characterp'. Patch
383 by Sudish Joseph <sudish@mindspring.com>.
384
385 * custom-edit.el (custom-magic-alist): Refer to state button
386 instead of level button.
387
388 Sat Jan 04 21:34:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
389
390 * Version 1.16 released.
391
392 Fri Jan 3 22:56:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
393
394 * custom-edit.el (custom-group): Group tags are no longer buttons.
395 (custom-group-action): Show when hidden.
396 (custom-magic-value-create): Added :help-echo.
397 (custom-manual): Ditto.
398 * widget-edit.el (link): Ditto.
399
400 Fri Jan 03 00:00:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
401
402 * Version 1.15 released.
403
404 Thu Jan 2 23:30:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
405
406 * custom-edit.el (custom-magic): Can now contain multiple buttons.
407 (custom-magic-alist): Add description element.
408 (custom-magic-show): New variable.
409 (custom-magic-show-button): New variable.
410 (custom-magic-value-create): Use them.
411 (custom): Ditto.
412 (custom-variable): Ditto.
413 (custom-face): Ditto.
414 (widget-face-value-create): Ditto.
415 (custom-group): Ditto.
416 (custom-variable-value-create): Don't create [show] button.
417 (custom-variable-factory): Only save when saved.
418 (custom-face-factory): Ditto.
419
420 Sat Dec 28 18:54:38 1996 Per Abrahamsen <abraham@dina.kvl.dk>
421
422 * Version 1.14 released.
423
424 Sat Dec 28 13:43:44 1996 Per Abrahamsen <abraham@dina.kvl.dk>
425
426 * custom-edit.el: (custom-changed-face): New face.
427 (custom-magic-alist): New `changed' state.
428 (custom-variable-state-set): Support `set' state.
429 (custom-save): Ditto.
430 (custom-variable-set): Ditto.
431 (custom-variable-save): Ditto.
432 (custom-variable-default): Ditto.
433 (custom-variable-factory): Ditto.
434 (custom-face-state-set): Ditto.
435 (custom-face-set): Ditto.
436 (custom-face-save): Ditto.
437 (custom-face-default): Ditto.
438 (custom-face-factory): Ditto.
439 (custom-group-save): Ditto.
440
441 * custom.texi (The State Button): Documented `changed' state.
442
443 * custom-edit.el: New terminology: `Set default' automatically
444 saves the new value and has been renamed `Save'. `Apply' has been
445 renamed `Set'. `Edit Default' has been renamed to `Edit Lisp'.
446 * custom.texi: Ditto.
447
448 * widget-edit.el (widget-move): New function.
449 (widget-forward): Use it.
450 (widget-backward): Ditto.
451
452 Tue Dec 17 10:47:23 1996 Per Abrahamsen <abraham@dina.kvl.dk>
453
454 * custom-edit.el (custom-mode-menu): Added help item.
455
456 * custom.texi (Declarations): New section. Documented `:tag'
457 keyword.
458 (Declaring Groups): Documented `:prefix' keyword.
459
460 * custom-edit.el (custom-set-default): Also save.
461 (custom-buffer-create): Removed save button.
462
463 Thu Dec 12 07:57:23 1996 Per Abrahamsen <abraham@dina.kvl.dk>
464
465 * widget-edit.el (widget-menu-max-size): Added `:group'.
466
467 * custom-edit.el (custom-display): Added support for `pm', `pc',
468 and `win32' window systems.
469
470 * widget-edit.el (widget-field-face): Do not require X.
471
472 Tue Dec 10 13:28:22 1996 Per Abrahamsen <abraham@dina.kvl.dk>
473
474 * widget-edit.el (widget-documentation-face): Green by default.
475
476 Mon Dec 09 12:28:10 1996 Per Abrahamsen <abraham@dina.kvl.dk>
477
478 * Version 1.13 released.
479
480 Mon Dec 9 08:50:46 1996 Per Abrahamsen <abraham@dina.kvl.dk>
481
482 * custom-edit.el (custom-unlispify-tag-names): New variable.
483 (custom-unlispify-tag-name): New function.
484 (custom-variable-value-create): Use it.
485 (custom-group-value-create): Use it.
486 (:custom-prefixes): New keyword.
487 (custom-variable-value-create): Use it.
488 (custom-group-value-create): Use it.
489
490 * widget-edit.el (widget-item-convert-widget): Doc fix.
491
492 * custom-edit.el (custom-menu-create): Do not create menus for
493 groups with more than `widget-menu-max-size' members.
494
495 Sun Dec 08 16:19:21 1996 Per Abrahamsen <abraham@dina.kvl.dk>
496
497 * Version 1.12 released.
498
499 Sun Dec 8 14:38:42 1996 Per Abrahamsen <abraham@dina.kvl.dk>
500
501 * custom.el (:tag): New keyword.
502 (custom-handle-keyword): Accept it.
503
504 * custom.el (:prefix): New keyword.
505 (custom-declare-group): Handle it.
506 (customize): Use it.
507 * widget-edit.el (widgets): Use it.
508
509 * custom-edit.el (custom-prefix-list): New variable.
510 (custom-unlispify-menu-entries): New variable.
511 (custom-unlispify-menu-entry): New function.
512 (custom-face-menu-create): Use it.
513 (custom-variable-menu-create): Use it.
514 (boolean): Use it.
515 (custom-menu-create): Use it.
516
517 * custom-edit.el (custom-menu-create): New function.
518 (custom-group-menu-create): Use it.
519
520 Thu Dec 5 14:00:04 1996 Per Abrahamsen <abraham@dina.kvl.dk>
521
522 * custom-opt.el: New file.
523
524 Thu Dec 05 13:53:48 1996 Per Abrahamsen <abraham@dina.kvl.dk>
525
526 * Version 1.11 released.
527
528 Thu Dec 5 13:22:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
529
530 * custom-edit.el (:custom-menu): New keyword.
531 (custom-variable): Use it.
532 (custom-face): Ditto.
533 (custom-group): Ditto.
534 (boolean): Ditto.
535 (custom-menu-update): Ditto.
536 (custom-face-menu-create): New function.
537 (custom-variable-menu-create): New function.
538 (custom-group-menu-create): New function.
539 (custom-menu-create-entry): Removed.
540
541 Tue Dec 3 09:28:19 1996 Per Abrahamsen <abraham@dina.kvl.dk>
542
543 * custom.texi (Utilities): Documented `custom-add-load'.
544
545 Tue Dec 03 08:42:15 1996 Per Abrahamsen <abraham@dina.kvl.dk>
546
547 * Version 1.10 released.
548
549 Tue Dec 3 00:42:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
550
551 * custom-edit.el (custom-menu-nesting): Moved from `custom.el'.
552 (custom-menu-create-entry): Ditto.
553 (custom-menu-update): Ditto.
554
555 Mon Dec 2 22:48:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
556
557 * custom.el (:load): New keyword.
558 (custom-add-load): New function.
559 (custom-handle-keyword): Use them.
560 * custom.texi: Document it.
561 * custom-edit.el (custom-load-symbol): New function.
562 (custom-load-widget): New function.
563 (custom-group-value-create): Use it.
564 (custom-variable-value-create): Use it.
565 (custom-face-value-create): Use it.
566
567 * custom.el (custom-handle-keyword): New function.
568 (custom-declare-variable): Use it.
569 (custom-handle-all-keywords): New function.
570 (custom-declare-group): Use it.
571 (custom-declare-face): Use it.
572
573 Sat Nov 30 01:37:07 1996 Per Abrahamsen <abraham@dina.kvl.dk>
574
575 * Version 1.09 released.
576
577 Sat Nov 30 01:36:24 1996 Per Abrahamsen <abraham@dina.kvl.dk>
578
579 * widget-edit.el (widget-specify-field): Make terminating newline
580 writable under XEmacs.
581
582 Thu Nov 28 22:03:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
583
584 * Version 1.08 released.
585
586 Thu Nov 28 21:46:30 1996 Per Abrahamsen <abraham@dina.kvl.dk>
587
588 * custom-edit.el (custom-hook-convert-widget): Make space part of
589 function instead of the editable-list.
590
591 * Version 1.07 released.
592
593 Thu Nov 28 21:31:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
594
595 * custom-edit.el (custom-variable-state-set): Handle void
596 variables.
597
598 * Version 1.06 released.
599
600 Thu Nov 28 01:35:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
601
602 * widget-edit.el (widget-create-child-value): New function.
603 (widget-choice-value-create): Use it.
604 (widget-checklist-add-item): Ditto.
605 (widget-radio-add-item): Ditto.
606 (widget-editable-list-entry-create): Ditto
607 (widget-group-value-create): Ditto.
608
609 * widget-edit.el (widget-specify-field): Extend read-only extent.
610
611 * widget-edit.el (widget-create-child): Obey `:extra-offset'.
612
613 * custom-edit.el (custom-mode-hook): Added.
614
615 Tue Nov 26 17:04:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
616
617 * widget-edit.el: More patches for support of old Emacsen from
618 William Perry <wmperry@aventail.com>.
619
620 * Version 1.05 released.
621
622 Tue Nov 26 15:05:36 1996 Per Abrahamsen <abraham@dina.kvl.dk>
623
624 * widget-edit.el (widget-make-intangible): New function.
625 (widget-specify-field): Use it.
626 (widget-after-change): Remove XEmacs workaround.
627 (widget-field-value-create): Ditto.
628 (widget-specify-text): Fully specify stickyness.
629
630 Mon Nov 25 17:01:05 1996 Per Abrahamsen <abraham@dina.kvl.dk>
631
632 * custom-edit.el (custom-face-format-handler): Create face before
633 use under XEmacs.
634
635 * Version 1.04 released.
636
637 Mon Nov 25 01:14:13 1996 Per Abrahamsen <abraham@dina.kvl.dk>
638
639 * custom.el (custom-facep): New function.
640 (custom-declare-face): Use it.
641 * custom-edit.el (customize-face): Ditto.
642 (customize-customized): Ditto.
643 (customize-apropos): Ditto.
644 (custom-save-faces): Ditto.
645
646 * custom.el (custom-declare-variable): Return symbol. Suggested
647 by Lars Magne Ingebrigtsen <larsi@ifi.uio.no>.
648 (custom-declare-group): Ditto.
649 (custom-declare-face): Return face.
650
651 * widget-edit.el (widget-button-face): Removed :link.
652 (widget-mouse-face): Ditto.
653 (widget-field-face): Ditto.
654
655 * custom.el (emacs): Link to (emacs)Top, not (dir)Top.
656
657 * Version 1.03 released.
658
659 Mon Nov 25 00:29:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
660
661 * widget-edit.el (widgets): Add links.
662 (widget-button-face): Add link.
663 (widget-mouse-face): Add link.
664 (widget-field-face): Add link.
665
666 * widget.texi (User Interface): Use `deffn Face' instead of
667 `defopt' for declaring faces.
668
669 * custom-edit.el (custom-manual): New widget.
670 (custom-format-handler): Support "%a" escape.
671 (custom-variable): Use it.
672 (custom-face): Use it.
673 (custom-group): Use it.
674
675 * custom.el (:link): New keyword.
676 (custom-declare-variable): Support it.
677 (custom-declare-face): Ditto.
678 (custom-declare-group): Ditto.
679 (emacs): Use it.
680 (customize): Ditto.
681 (custom-add-link): New function.
682
683 * custom.texi (Utilities): New section. Document `custom-manual'
684 `custom-add-to-group', and `custom-add-link'.
685
686 * widget.texi (url-link): New section.
687 (info-link): New section.
688
689 Sat Nov 23 17:45:32 1996 Per Abrahamsen <abraham@dina.kvl.dk>
690
691 * Version 1.02 released.
692
693 Sat Nov 23 17:42:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
694
695 * custom.el (set-face-font-family) New XEmacs function.
696 (custom-face-attributes): Added family support for XEmacs.
697
698 Fri Nov 22 18:59:29 1996 Per Abrahamsen <abraham@dina.kvl.dk>
699
700 * Version 1.01 released.
701
702 Fri Nov 22 16:29:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
703
704 * custom.el (custom-display-match-frame): Use `frame-device' to
705 convert a frame to a device.
706
707 * widget-edit.el (widget-after-change): Avoid zero sized fields in
708 XEmacs.
709 (widget-field-value-create): Ditto.
710
711 * custom.el (custom-face-display-set): Removed call to
712 `make-face'. Patch by David Moore <dmoore@UCSD.EDU>.
713 (custom-declare-variable): If there is a saved value, use it, even
714 if the variable is already bound. Reported by Jens Lautenbacher
715 <jens@lemcbed.lem.uni-karlsruhe.de>.
716 (custom-declare-face): If there is a saved face, use it, even
717 if the face is already made.
718 (custom-face-attributes): Added :size for XEmacs. Thanks to
719 William Perry <wmperry@aventail.com> for part of the code.
720
721 Wed Nov 20 16:40:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
722
723 * custom-edit.el (custom-variable-value-create): Use
724 `default-value' instead of `symbol-value'.
725 (custom-variable-state-set): Ditto.
726
727 Tue Nov 19 17:11:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
728
729 * widget-edit.el (custom): Wrap require in `eval-and-compile'.
730
731 Mon Nov 18 15:55:16 1996 Per Abrahamsen <abraham@dina.kvl.dk>
732
733 * Version 1.00 released.
734
735 Sat Nov 16 20:58:01 1996 Per Abrahamsen <abraham@dina.kvl.dk>
736
737 * custom.el (custom-help-menu): Renamed update entry to `Update
738 menu...'.
739
740 Thu Nov 14 23:16:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
741
742 * custom-edit.el (customize-customized): Ignore uninitialized
743 faces and variables.
744
745 Wed Nov 13 20:39:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
746
747 * Version 0.999 released.
748
749 Wed Nov 13 12:21:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
750
751 * custom-edit.el: Added autolaod.
752
753 * custom.el: Added menu support.
754
755 * custom-edit.el (customize-customized): New command.
756 (custom-variable-default): Remember to evaluate default setting.
757
758 * Version 0.998 released.
759
760 Mon Nov 11 19:30:24 1996 Per Abrahamsen <abraham@dina.kvl.dk>
761
762 * widget-edit.el (widget-at): New function by William Perry
763 <wmperry@aventail.com>.
764 (widget-echo-help): Use it.
765
766 Fri Nov 8 20:34:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
767
768 * widget-edit.el (widget-checklist-match-up): Cleaned up.
769 (function-item): Removed :match and :value-delete properties.
770 (variable-item): Ditto.
771
772 * custom.el (custom-add-option): Only add option if not already
773 there.
774 (custom-declare-variable): Ditto.
775
776 * custom-edit.el (custom-buffer-create): Reset magic.
777
778 Thu Nov 07 16:14:35 1996 Per Abrahamsen <abraham@dina.kvl.dk>
779
780 * Version 0.997 released.
781
782 Thu Nov 7 14:24:33 1996 Per Abrahamsen <abraham@dina.kvl.dk>
783
784 * custom-edit.el (custom-split-regexp-maybe): New function.
785
786 * custom.el (x-color-values): Define if missing.
787 (frame-property): Define if missing.
788 (custom-background-mode): Optimized.
789 (custom-display-match-frame): Use above.
790
791 * custom.el (custom-add-option): New function.
792
793 Wed Nov 06 18:00:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
794
795 * Version 0.996 released.
796
797 Wed Nov 6 09:42:33 1996 Per Abrahamsen <abraham@dina.kvl.dk>
798
799 * widget-edit.el (widget-children-value-delete): Renamed from
800 `widget-children-value-delete'.
801 Updated all callers.
802 (widget-choice-convert-widget): Renamed from `'.
803
804 * custom-edit.el (widget-face-value-create): Add child to
805 `custom-options'.
806 (widget-face-value-delete): Added.
807
808 * widget-edit.el (widget-keymap): Added binding for [backtab].
809 Requested by Greg Stark <gsstark@mit.edu>.
810
811 Sat Nov 2 13:40:49 1996 Per Abrahamsen <abraham@dina.kvl.dk>
812
813
814 * custom.el (custom-set-variables): Accept `(SYMBOL VALUE [NOW])'
815 format.
816 (custom-set-faces): Accept `(FACE SPEC [NOW])' format.
817 * custom-edit.el (custom-save-variables): Write in new format.
818 (custom-save-faces): Ditto.
819
820 * custom-edit.el (custom-format-handler): Handle `%L' escape.
821 (custom-group): Add `%L' escape.
822 (custom-face-format-handler): Use the text "hide" for sample in
823 shown faces.
824 (custom-buffer-create): Show single option.
825
826 Tue Oct 29 13:36:11 1996 Per Abrahamsen <abraham@dina.kvl.dk>
827
828 * Version 0.995 released.
829
830 Tue Oct 29 12:21:57 1996 Per Abrahamsen <abraham@dina.kvl.dk>
831
832 * custom.el (custom-display-match-frame): Fixed bug for
833 `display-type'.
834
835 * custom.el (custom-background-mode): Memorized
836 `custom-background-mode' as suggested by David Moore
837 <dmoore@UCSD.EDU>.
838
839 * widget-edit.el (widget-specify-button): Make a button non-sticky
840 on XEmacs.
841
842 Sun Oct 20 20:16:05 1996 Per Abrahamsen <abraham@dina.kvl.dk>
843
844 * custom-edit.el (easymenu): Added require.
845
846 Mon Oct 14 15:09:43 1996 Per Abrahamsen <abraham@dina.kvl.dk>
847
848 * widget-edit.el: Removed `eval-and-compile' around compatibility
849 code.
850
851 Sat Oct 12 21:15:04 1996 Per Abrahamsen <abraham@dina.kvl.dk>
852
853 * Version 0.994 released.
854
855 Sat Oct 12 20:11:19 1996 Per Abrahamsen <abraham@dina.kvl.dk>
856
857 * custom.el (:options): New keyword.
858
859 * widget-edit.el (hook): Removed widget.
860 (function): Allow any sexp.
861
862 * custom-edit.el (hook): Added widget.
863 (custom-hook-convert-widget): New function.
864
865 * custom.el (custom-declare-face): Check that facep is defined.
866 reported by Enami Tsugutomo <enami@ba2.so-net.or.jp>
867
868 Wed Oct 09 01:41:55 1996 Per Abrahamsen <abraham@dina.kvl.dk>
869
870 * Version 0.993 released.
871
872 Tue Oct 8 01:48:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
873
874 * custom.el (custom-set-face-bold): Removed condition-case.
875 (custom-set-face-italic): Ditto.
876 (custom-face-attribites-set): Added condition-case.
877 (custom-set-variables): Do not bind symbol here.
878 (custom-set-faces): Do not create face here.
879 (custom-declare-variable): Use saved-value property, if is exists.
880
881 * custom-edit.el (custom-face-format-handler): Changed `sample' to
882 `show'.
883
884 * custom.el (custom-declare-face): Do not overwrite an existing
885 face.
886
887 Sat Oct 05 01:23:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
888
889 * Version 0.992 released.
890
891 Fri Oct 4 23:54:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
892
893 * widget-edit.el (character): New widget.
894 (widget-specify-field): Allow use of newline in format to hide
895 space.
896
897 Wed Oct 2 19:06:17 1996 Per Abrahamsen <abraham@dina.kvl.dk>
898
899 * widget.texi (menu-choice): Document `:case-fold'.
900
901 Wed Oct 02 19:02:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
902
903 * Version 0.991 released.
904
905 Wed Oct 2 18:54:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
906
907 * widget-edit.el (widget-choice-action): Use :case-fold.
908 (menu-choice): Initialize :case-fold.
909
910 * widget.el (:case-fold): New keyword, patch by David Byers
911 <davby@ida.liu.se>.
912
913 Mon Sep 30 20:26:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
914
915 * lpath.el (maybe-fbind): New function.
916 Shut up byte compiler under XEmacs.
917
918 * custom-edit.el (custom-format-handler): Removed unused binding.
919 (custom-variable-apply): Added missing argument to error.
920 (custom-variable-set-default): Ditto.
921
922 * widget-edit.el (regexp): Add `:tag'.
923
924 * custom-edit.el (custom-variable-factory): Evaluate factory
925 setting before applying.
926
927 Sun Sep 29 01:24:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
928
929 * Version 0.99 released.
930
931 Sun Sep 29 00:16:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
932
933 * widget-edit.el (widget-color-action): Notify parent.
934 (widget-field-action): Ditto.
935 (widget-choice-action): Ditto.
936 (widget-file-action): Ditto.
937
938 * custom-edit.el (custom-magic-alist): Changed `item' to `const'.
939 (face): Fixed formatting.
940 (widget-face-value-create): Ditto.
941 (widget-face-action): Notify parent.
942
943 * widget-edit.el (widget-field-value-get): Don't strip trailing
944 spaces from zero-sized fields. Requested by David Byers
945 <davby@ida.liu.se>.
946
947 Sat Sep 28 00:31:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
948
949 * custom-edit.el (custom-save-needed-p): New variable.
950 (kill-emacs-hook): Add `custom-save-maybe'.
951 (custom-save-maybe): New function.
952 (custom-variable-set-default): Set `custom-save-needed-p'.
953 (custom-variable-factory): Ditto.
954 (custom-save): Ditto.
955 (custom-unimplemented): Deleted.
956
957 * Version 0.98 released.
958
959 Sat Sep 28 00:04:58 1996 Per Abrahamsen <abraham@dina.kvl.dk>
960
961 * widget-edit.el (widget-choice-action): Got validate wrong, once
962 again.
963
964 * widget.texi (Basic Types): Documented `%h'.
965
966 Fri Sep 27 00:32:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
967
968 * widget-edit.el (widget-field-action): Set value directly.
969
970 * custom-edit.el (custom-format-handler): Use default format
971 handler.
972
973 * widget-edit.el (widget-cons-match): Parameters in wrong order.
974 (text): Parent should be `editable-field'.
975 (widget-field-action): Call `widget-setup' after modification.
976 (symbol): Make multiple convertion kludge more robust.
977 (integer): Ditto.
978 (number): Ditto.
979 (widget-echo-help): New function, patch by William Perry
980 <wmperry@aventail.com>.
981 (widget-forward): Use it
982 (widget-echo-help-mouse): New function.
983 (repeat): Don't highlight tag.
984 (set): Ditto.
985 (widget-editable-list-format-handler): Default to help format
986 handler.
987 (function-item): Use default format handler.
988 (variable-item): Ditto.
989 (widget-help-format-handler): Rename to and merge with
990 `widget-default-format-handler'.
991
992 Wed Sep 25 22:44:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
993
994 * Version 0.97 released.
995
996 Wed Sep 25 00:12:09 1996 Per Abrahamsen <abraham@dina.kvl.dk>
997
998 * widget-edit.el (url-link): New widget.
999
1000 * custom-edit.el (custom-variable-set-default): Also set current
1001 value.
1002
1003 * lpath.el: Added dummy definitions to really shut up the byte
1004 compiler.
1005
1006 * custom-edit.el (custom-buffer-create): Create a help button.
1007
1008 * widget-edit.el (info-link): New widget.
1009
1010 Tue Sep 24 23:52:07 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1011
1012 * custom.texi (The Customization Buffer): Exanded a lot.
1013
1014 Mon Sep 23 18:27:55 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1015
1016 * Makefile (FTPDIR): New variable.
1017 (dist): Use it.
1018
1019 * Version 0.96 released.
1020
1021 Mon Sep 23 13:30:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1022
1023 * widget.texi (editable-field): Added explanation of
1024 :hide-front-space and :hide-rear-space.
1025
1026 * widget-edit.el (widget-specify-field): Make front and rear
1027 spaces intangible only when the :format string says it is safe, or
1028 the user has explictly requested it.
1029
1030 * widget.el (:hide-front-space): New keyword.
1031 (:hide-rear-space): New keyword.
1032
1033 * widget-edit.el (widget-field-value-create): Don't insert space
1034 for empty values.
1035 (widget-specify-field-update): Make null sized field have a face
1036 that extents to the end of the line.
1037 (widget-after-change): Make sure face is updated after extending a
1038 fixed size field.
1039
1040 Sun Sep 22 21:07:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1041
1042 * Version 0.95 released.
1043
1044 Sun Sep 22 13:44:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1045
1046 * widget-edit.el (symbol): Kludge allowing multiple conversions.
1047 (widget-field-value-create): Don't append spaces unless empty.
1048 Suggested by David Byers <davby@ida.liu.se>.
1049 (widget-field-value-get): Don't remove trailing spacesfor variable
1050 sized fields. Suggested by David Byers <davby@ida.liu.se>.
1051
1052 * custom-edit.el (custom-show): New function.
1053 (custom-variable-value-create): Use it.
1054 (editable-field): Only show when value has no newlines and is
1055 shorter than 40 characters.
1056 (custom-buffer-create): Use `switch-to-buffer' instead of
1057 `switch-to-buffer-other-window'.
1058
1059 * widget-edit.el: Added hack to make `widget-edit.el' useful even
1060 with the old custom library. Suggested by David Byers
1061 <davby@ida.liu.se>.
1062
1063 * custom-edit.el (custom-help): Delete widget.
1064 (custom-help-action): Delete function.
1065 (:custom-doc): Delete keyword.
1066 (:custom-documentation-property): Delete keyword.
1067 (custom-format-handler): Leave `h' to `widget-help-format-handler'.
1068 (custom): Replace `:custom-documentation-property' with
1069 `:documentation-property'.
1070 (custom-variable): Ditto.
1071 (custom-face): Ditto.
1072 (custom-group): Ditto.
1073
1074 * widget-edit.el (widget-help): New widget.
1075 (widget-help-action): New function.
1076 (widget-help-format-handler): New function.
1077 (function-item): New widget.
1078 (variable-item): New widget.
1079 (hook): New widget.
1080
1081 * widget.el (:documentation-property): New keyword.
1082 (:widget-doc): New keyword.
1083
1084 * custom-edit.el (custom-variable-state-set): Compare value to
1085 evaluted defaults.
1086
1087 * widget-edit.el (radio): New sexp widget.
1088
1089 * lpath.el (custom): Add require.
1090
1091 * custom.el: (custom-face-empty): Test for `(boundp 'make-face)'.
1092 Reported by enami tsugutomo <enami@ba2.so-net.or.jp>.
1093 (custom-face-display-set): Ditto.
1094
1095 * lpath.el: Removed byte compiler kludge.
1096
1097 Sun Sep 22 11:48:02 1996 Lars Magne Ingebrigtsen <larsi@hler.ifi.uio.no>
1098
1099 * custom.el (defcustom): Eval and compile.
1100 * widget.el (define-widget-keywords): Ditto.
1101
1102 Sat Sep 21 23:17:22 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1103
1104 * Version 0.94 released.
1105
1106 Sat Sep 21 13:26:15 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1107
1108 * custom-edit.el: Added `:custom-apply', `:custom-set-default',
1109 and `:custom-reset' keywords.
1110 (custom-variable): Bind above.
1111 (custom-face): Ditto.
1112 (custom-group): Ditto.
1113 (custom-group-menu): Activate functions below.
1114 (custom-group-apply): New function.
1115 (custom-group-set-default): New function.
1116 (custom-group-reset): New function.
1117 (custom-mode-menu): New menu.
1118 (custom-mode): Describe all commands.
1119 (custom-mode): Added `custom-mode-hook' hook.
1120 (custom-apply): New command.
1121 (custom-set-default): New command.
1122 (custom-reset): New command.
1123 (custom-buffer-create): Set `custom-options' properly.
1124 (custom-buffer-create): Add `apply', `Set Default', and `Reset'
1125 butons.
1126
1127 * custom.texi (Wishlist): Remove implemented items from the
1128 wishlist.
1129
1130 * widget.texi (atoms): Document `boolean' widget.
1131 (composite): Document `choice', `set', and `repeat' widgets.
1132
1133 * widget-edit.el (boolean): New sexp widget.
1134
1135 * Version 0.93 released.
1136
1137 Sat Sep 21 00:57:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1138
1139 * lpath.el Disable byte compiler hacking on XEmacs.
1140
1141 * Version 0.92 released.
1142
1143 Fri Sep 20 03:04:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1144
1145 * Added support for automatic indentation of nested widgets.
1146
1147 * Made code and internal API creation of nested widget more
1148 clear and less buggy.
1149
1150 * Version 0.91 released.
1151
1152 Thu Sep 19 19:30:46 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1153
1154 * lpath.el: Add code to shut up the compiler.
1155
1156 * widget.el (define-widget-keywords): Use this to shut up the
1157 bytecompiler.
1158
1159 * widget-edit.el: (widget-field-action): New function.
1160 (field): Added.
1161 (string, list, vector, cons): Added tag.
1162
1163 * custom-edit.el (custom-magic): New widget.
1164 Most other widgets and functions updated to support it.
1165 (custom-notify): New function.
1166 (custom): Use it.
1167 (customize-apropos): Less greedy. Thanks Ilya
1168 Zakharevich <ilya@math.ohio-state.edu>.
1169
1170 * widget-edit.el (pp-to-string): Added autoload. Thanks Ilya
1171 Zakharevich <ilya@math.ohio-state.edu>.
1172
1173 Wed Sep 18 19:24:03 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1174
1175 * widget-edit.el (widget-documentation-face): New face.
1176 (widget-specify-doc): Use it.
1177
1178 Tue Sep 17 00:57:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1179
1180 * widget-edit.el (item): Add "%d" to format.
1181 (function): New widget.
1182 (variable): New widget.
1183 (regexp): New widget.
1184
1185 * custom.el (custom-x-color-values): Stolen from Gnus.
1186 (custom-background-mode): Stolen from Gnus.
1187 (custom-display-match-frame): Should now work on XEmacs.
1188
1189 * custom-edit.el: Minor cleanups in organization.
1190 (custom-variable-value-create): Handle case where the value of a
1191 variable does not match the type gracefully.
1192 (custom-redraw): Renamed from `custom-reset'.
1193
1194 * Version 0.9 released.
1195
1196 Tue Sep 17 00:21:01 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1197
1198 * widget-edit.el (widget-color-action): Use `read-prompt' in
1199 XEmacs and `read-string' on a tty.
1200
1201 * custom-edit.el (customize-apropos): Don't match undocumented
1202 variables.
1203
1204 Mon Sep 16 15:44:34 1996 Per Abrahamsen <abraham@dina.kvl.dk>
1205
1206 * custom-edit.el: Added help text to many widgets.
1207
1208 * widget-edit.el (color-item): Made it a choice-item.
1209
1210 * custom-edit.el (custom-level): New widget.
1211 (custom-help): New widget.
1212 (custom): New widget.
1213 (custom-variable): Derive widget from `custom'.
1214 (custom-face): Ditto.
1215 (custom-group): Ditto.
1216
1217 * widget-edit.el (widget-choose): Do not reverse the items here.
1218 (widget-choice-action): Reverese the items here instead.
1219
1220 * custom.el (keywords): Only define the keywords used by
1221 declarations here.
1222
1223 * widget-edit.el (toggle): Removed `:void' property.
1224
1225 * custom.texi (Declaring Groups): Use proper defuns.
1226
1227 * Makefile (TEXT): Added `ChangeLog' and `custom.texi'.
1228 (dist): Add release to `ChangeLog'.