134
|
1 Thu Apr 17 18:55:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2
|
|
3 * Version 1.89 released.
|
|
4
|
|
5 Thu Apr 17 11:23:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
6
|
|
7 * cus-edit.el (custom-toggle-hide): New function.
|
|
8 (custom-level-action): Use it.
|
|
9 (custom-group-menu): Ditto.
|
|
10 (custom-face-menu): Ditto.
|
|
11 (custom-variable-menu): Ditto.
|
|
12
|
|
13 * cus-edit.el (custom-redraw): Goto old line and column instead of
|
|
14 old character position. This is more tolerant for changes.
|
|
15
|
|
16 * wid-edit.el (widget-choice-action): Only notify parent if
|
|
17 something was chosen.
|
|
18
|
|
19 * widget.texi (Sexp Types): Documented `function-item' and
|
|
20 `variable-item'.
|
|
21 (group): New subsection.
|
|
22 (Widget Browser): New section.
|
|
23 (Widget Minor Mode): New sextion.
|
|
24
|
|
25 * wid-edit.el: Moved widget minor mode support to
|
|
26 `wid-browse.el'.
|
|
27
|
|
28 * custom.el (custom-declare-group): Make sure initial members
|
|
29 aren't duplicated even if the `defgroup' is evaluated twice.
|
|
30
|
|
31 * custom.el (custom-declare-variable): Use `append' instead of
|
|
32 `copy-list'.
|
|
33
|
|
34 * widget.texi (checklist): Documented `:greedy'.
|
|
35
|
|
36 Wed Apr 16 19:24:47 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
37
|
|
38 * Version 1.88 released.
|
|
39
|
|
40 Wed Apr 16 13:28:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
41
|
|
42 * wid-edit.el (widget-minor-mode): New variable and command.
|
|
43 (widget-minor-mode-map): New variable.
|
|
44 Add to `'minor-mode-alist' and `minor-mode-map-alist'.
|
|
45 * widget.el: Added autoload.
|
|
46
|
|
47 * wid-edit.el (widget-specify-inactive): Set priority.
|
|
48
|
|
49 * wid-edit.el (widget-move): Skip inactive widgets.
|
|
50
|
|
51 * cus-edit.el (custom-display-unselected-match): Matched too many
|
|
52 displays.
|
|
53
|
|
54 * Version 1.87 released.
|
|
55
|
|
56 Wed Apr 16 00:15:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
57
|
|
58 * wid-edit.el (widget-field-face): Changed default background
|
|
59 color.
|
|
60
|
|
61 * custom.el (custom-declare-variable): Set `custom-get' the right
|
|
62 place.
|
|
63
|
|
64 * cus-edit.el (custom-magic): Don't notify the parent.
|
|
65
|
|
66 * cus-edit.el (custom-variable-menu): Allow more actions on
|
|
67 `changed' and `rogue' states.
|
|
68
|
|
69 * custom.el (custom-initialize-set): New function.
|
|
70 (custom-initialize-reset): New function.
|
|
71 (custom-initialize-changed): New function.
|
|
72 (custom-declare-variable): Use `custom-initialize-set' as
|
|
73 default for `:initialize'.
|
|
74
|
|
75 * Version 1.86 released.
|
|
76
|
|
77 Wed Apr 16 00:02:19 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
78
|
|
79 * cus-edit.el (custom-save-variables): Save :require symbols.
|
|
80
|
|
81 * Version 1.85 released.
|
|
82
|
|
83 Tue Apr 15 11:56:16 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
84
|
|
85 * custom.el (:initialize, :set, :get, :request): New keywords.
|
|
86 (custom-declare-variable): Support them.
|
|
87 (custom-set-variables): Ditto.
|
|
88 (defcustom): Document them.
|
|
89 (custom-initialize-default): New function.
|
|
90 * custom.texi (Declaring Variables): Documented them.
|
|
91 * cus-edit.el (custom-variable-value-create): Support them.
|
|
92 (custom-variable-set): Ditto.
|
|
93 (custom-variable-save): Ditto.
|
|
94 (custom-variable-reset-saved): Ditto.
|
|
95 (custom-variable-reset-factory): Ditto.
|
|
96 (custom-variable-state-set): Ditto.
|
|
97
|
|
98 * cus-edit.el (custom-menu-filter): New function.
|
|
99 (custom-variable-menu): New format.
|
|
100 (custom-variable-action): Use it.
|
|
101 (custom-face-menu): New format.
|
|
102 (custom-face-action): Use it.
|
|
103 (custom-group-menu): New format.
|
|
104 (custom-group-action): Use it.
|
|
105
|
|
106 * wid-edit.el (widget-choose): Accept unselectable items.
|
|
107
|
|
108 * wid-edit.el (widget-default-create): Clear undo buffer.
|
|
109 (widget-default-delete): Ditto.
|
|
110
|
|
111 * cus-edit.el (customize-other-window): New function.
|
|
112
|
|
113 * cus-face.el (custom-frame-parameter): Replace
|
|
114 `frame-parameter'.
|
|
115 (custom-background-mode, custom-extract-frame-properties,
|
|
116 custom-get-frame-properties): Updated callers.
|
|
117
|
|
118 * custom.el: Minor doc fixes from RMS.
|
|
119
|
|
120 * cus-face.el (custom-declare-face): Protest when dumping defface
|
|
121 in Emacs.
|
|
122
|
|
123 * wid-edit.el (widget-info-link-action): Steal mouse up event.
|
|
124
|
|
125 * wid-edit.el (widget-specify-insert): Use old style backquote.
|
|
126 Patch by "William M. Perry" <wmperry@aventail.com>.
|
|
127
|
|
128 Sun Apr 13 19:19:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
129
|
|
130 * custom.texi (Declaring Faces): Documentation property symbol is
|
|
131 `face-documentation'.
|
|
132
|
124
|
133 Sat Apr 12 18:31:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
134
|
|
135 * Version 1.84 released.
|
|
136
|
|
137 Sat Apr 12 15:08:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
138
|
|
139 * cus-edit.el (abbrev-mode, alloc, undo, modeline, fill,
|
|
140 editing-basics, display, execute, installation, dired, limits,
|
|
141 debug, minibuffer, keyboard, mouse, menu, auto-save,
|
|
142 processes-basics, windows): New customization groups.
|
|
143
|
|
144 * Version 1.83 released.
|
|
145
|
|
146 Sat Apr 12 10:44:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
147
|
|
148 * cus-start.el: New file.
|
|
149
|
|
150 * cus-face.el (custom-face-font-size): Don't assume integral
|
|
151 number. Patch by Steven L Baur <steve@miranova.com>.
|
|
152
|
|
153 * cus-edit.el (custom-menu-create): Don't allow optional `NAME'.
|
|
154 (customize-menu-create): Do allow optional name.
|
|
155
|
|
156 * widget.texi (atoms): Documented `character' widget.
|
|
157
|
|
158 * custom.el (custom-set-variables): Add warning for old format.
|
|
159
|
|
160 Fri Apr 11 21:23:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
161
|
|
162 * Version 1.82 released.
|
|
163
|
|
164 Fri Apr 11 18:27:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
165
|
|
166 * cus-edit.el (custom-variable-set): Use `set-default' instead of
|
|
167 `set'.
|
|
168 (custom-variable-save): Ditto.
|
|
169 (custom-variable-reset-saved): Ditto.
|
|
170 (custom-variable-reset-factory): Ditto.
|
|
171
|
|
172 * Version 1.81 released.
|
|
173
|
|
174 * custom.el: Added missing autoloads.
|
|
175
|
|
176 Fri Apr 11 18:13:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
177
|
|
178 * Version 1.80 released.
|
|
179
|
|
180 Fri Apr 11 18:06:28 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
181
|
|
182 * cus-edit.el (customize-face-other-window): Added autoload cookie.
|
|
183
|
|
184 * Version 1.79 released.
|
|
185
|
|
186 Fri Apr 11 15:27:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
187
|
|
188 * cus-edit.el (customize-face-other-window): New function.
|
|
189
|
|
190 * wid-browse.el (widget-browse-mode-customize-menu): New menu.
|
|
191 (widget-browse-mode): Add it.
|
|
192 (widget-browse-mode-map): Bind `q'.
|
|
193
|
|
194 * wid-browse.el (widget-browse-other-window): New function.
|
|
195 * widget.el (widget-browse-other-window): Autoload.
|
|
196
|
|
197 * cus-edit.el (customize-menu-create): New function.
|
|
198 (custom-mode-customize-menu): Use it.
|
|
199
|
|
200 * Version 1.78 released.
|
|
201
|
|
202 Fri Apr 11 11:12:41 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
203
|
|
204 * cus-edit.el (custom-make-dependencies): Deleted function.
|
|
205
|
|
206 * Makefile (cus-load.el): Removed target.
|
|
207
|
|
208 * cus-edit.el (customize-face): Sort faces.
|
|
209
|
|
210 Thu Apr 10 22:20:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
211
|
|
212 * Version 1.77 released.
|
|
213
|
|
214 Thu Apr 10 19:44:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
215
|
|
216 * cus-edit.el (custom-buffer-create-internal): Move to bob + 1.
|
|
217
|
|
218 * Version 1.76 released.
|
|
219
|
|
220 Thu Apr 10 16:55:28 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
221
|
|
222 * cus-edit.el (custom-faces): New group.
|
|
223 (custom-magic-alist): Added.
|
|
224 (custom-variable-sample-face): Added.
|
|
225 (custom-variable-button-face): Added.
|
|
226 (custom-face-tag-face): Added.
|
|
227 (custom-group-tag-faces): Added.
|
|
228 (custom-group-tag-face): Added.
|
|
229 (customize): Removed from faces group.
|
|
230
|
|
231 * cus-edit.el (custom-load-recursion): New variable.
|
|
232 (custom-load-symbol): Use it.
|
|
233 (custom-mode-customize-menu): New menu.
|
|
234 (custom-mode): Use it.
|
|
235 Code moved to te end of the file.
|
|
236
|
|
237 * Version 1.75 released.
|
|
238
|
|
239 Thu Apr 10 09:50:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
240
|
|
241 * cus-edit.el (custom-buffer-create-internal): Split out from
|
|
242 `custom-buffer-create'.
|
|
243 (custom-buffer-create-other-window): New function.
|
|
244
|
|
245 * cus-edit.el (custom-guess-name-alist): Renamed from
|
|
246 `custom-guess-type-alist'.
|
|
247 (custom-guess-doc-alist): New option.
|
|
248 (custom-guess-type): Use them.
|
|
249
|
|
250 * cus-edit.el (custom-menu-create): Add autoload cookie.
|
|
251
|
|
252 * cus-face.el (set-face-stipple): Removed Kyle Jones code.
|
|
253
|
|
254 * cus-face.el (face-doc-string): Changed property name to
|
|
255 `face-documentation'.
|
|
256 (set-face-doc-string): Ditto.
|
|
257
|
|
258 * cus-edit.el (custom-variable-type): Don't guess type of
|
|
259 variables defined with `defcustom'.
|
|
260
|
120
|
261 Wed Apr 09 21:11:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
262
|
|
263 * Version 1.74 released.
|
|
264
|
|
265 Wed Apr 9 11:57:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
266
|
|
267 * cus-edit.el (custom-unlispify-menu-entry): Strip terminating
|
|
268 `-p' off booleans.
|
|
269
|
|
270 * cus-edit.el (custom-save-faces): make sure `default' is saved first.
|
|
271
|
|
272 * wid-edit.el (widget-vector-match): Pass arguments to
|
|
273 `widget-apply' in the correct order.
|
|
274
|
|
275 * custom.el (custom-define-hook): Change to defvar.
|
|
276 * cus-edit.el (custom-define-hook): Add customization support.
|
|
277
|
|
278 * cus-edit.el (custom-menu-update): Don't autoload.
|
|
279 (custom-menu-reset): Move here from `custom.el'.
|
|
280 Remove XEmacs support.
|
|
281 (custom-help-menu): Move here from `custom.el'.
|
|
282 Remove XEmacs support.
|
124
|
283 (custom-menu-create): Work even if `custom-menu-nesting' is
|
120
|
284 unbound.
|
|
285 (custom-menu-nesting): Don't define for XEmacs.
|
|
286
|
|
287 * cus-face.el (after-make-frame-hook): Removed
|
|
288 `custom-initialize-frame', as this is now in `frame.el'.
|
|
289
|
|
290 Tue Apr 08 19:24:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
291
|
|
292 * Version 1.73 released.
|
|
293
|
|
294 Tue Apr 8 19:23:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
295
|
|
296 * widget.texi (push-button): Forgot `@end table'.
|
|
297
|
|
298 Tue Apr 08 18:51:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
299
|
|
300 * Version 1.72 released.
|
|
301
|
|
302 Tue Apr 8 09:21:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
303
|
|
304 * cus-edit.el (custom-guess-type-alist): New option.
|
|
305 (custom-guess-type): New function.
|
|
306 (custom-variable-type): New function.
|
|
307 (custom-variable-value-create): Use it.
|
|
308
|
|
309 * cus-face.el (custom-face-attributes): Moved :family to the
|
|
310 beginning of the list.
|
|
311 Patch by Herve Poirier <Herve.Poirier@grenoble.rxrc.xerox.com>.
|
|
312 (custom-face-attributes): Added :strikethru attribute.
|
|
313
|
|
314 * custom.texi (Declarations): Refer to `cus-edit.el' for
|
|
315 examples.
|
|
316
|
|
317 * custom.el (custom-set-variables): If variable is already set,
|
|
318 overwrite it here.
|
|
319 (custom-declare-variable): Do not set saved variables, if they
|
|
320 already are bound.
|
|
321 (custom-declare-variable): Clear the `force-value' flag if set.
|
|
322
|
|
323 * widget.el (:text-format): New keyword.
|
|
324 * wid-edit.el (push-button): Define it.
|
|
325 (widget-push-button-value-create): Use it.
|
|
326 * widget.texi (push-button): Documented it.
|
|
327
|
|
328 Sun Apr 06 22:33:39 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
329
|
|
330 * Version 1.71 released.
|
|
331
|
|
332 Sun Apr 6 22:25:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
333
|
|
334 * cus-face.el (custom-face-font-name): New alias.
|
|
335 (custom-face-attributes): Support `get' for remaining properties.
|
|
336 (custom-face-attributes-get): Require `font.el'.
|
|
337 (custom-face-font-size): New function.
|
|
338 (custom-face-font-family): New function.
|
|
339 (custom-face-bold): New function.
|
|
340 (custom-face-italic): New function.
|
|
341 (custom-face-stipple): New function.
|
|
342 Inspired by `rogue.el' by Hunter Kelly <retnuh@corona.pixar.com>.
|
|
343
|
|
344 Wed Apr 02 18:25:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
345
|
|
346 * Version 1.70 released.
|
|
347
|
|
348 Wed Apr 2 10:41:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
349
|
|
350 * cus-edit.el (custom-buffer-create): Give progress report.
|
|
351 (customize-face): Remove message.
|
|
352 (custom-group-value-create): Give progress report.
|
|
353 (custom-face-value-create): Ditto.
|
|
354
|
|
355 * cus-edit.el (custom-face-edit-selected): New function.
|
|
356 (custom-face-edit-all): New function.
|
|
357 (custom-face-edit-lisp): New function.
|
|
358 (custom-face-menu): Use them.
|
|
359 (custom-display-unselected): New widget.
|
|
360 (custom-display-unselected-match): New function.
|
|
361 (custom-face-selected): New widget.
|
|
362 (custom-face-selected): New constant.
|
|
363 (custom-face-value-create): Use them.
|
|
364 * custom.texi (The Face Options): Documented it.
|
|
365
|
|
366 * cus-edit.el (custom-face-all): New widget.
|
|
367 (custom-face-all): New constant.
|
|
368 (custom-face-value-create): Use it.
|
|
369
|
|
370 * cus-edit.el (custom-save-variables): Insert newline at eob.
|
|
371 (custom-save-faces): Ditto.
|
|
372 Reported by Jamie Zawinski <jwz@netscape.com>.
|
|
373
|
118
|
374 Tue Apr 01 20:08:10 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
375
|
|
376 * Version 1.69 released.
|
|
377
|
|
378 Tue Apr 1 17:29:16 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
379
|
|
380 * Makefile (TEXT): Added x-overlay.el for use with old XEmacsen.
|
|
381
|
|
382 * cus-face.el (custom-face-attributes): Add 4'th GET argument in
|
|
383 some attributes.
|
|
384 (custom-face-background): New function.
|
|
385 (custom-background-mode): Use it.
|
|
386 (custom-face-foreground): New function.
|
|
387 (custom-face-attributes-get): New function.
|
|
388 * cus-edit.el (custom-face-value-create): Use it.
|
|
389
|
|
390 * wid-edit.el (widget-apply): Added ;;;###autoload.
|
|
391 * widget.el (widget-apply): Added autoload.
|
|
392
|
|
393 Sun Mar 30 11:41:50 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
394
|
|
395 * cus-face.el (set-face-stipple): Added for XEmacs.
|
|
396 Written by Kyle Jones.
|
|
397
|
|
398 Fri Mar 28 12:17:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
399
|
|
400 * wid-edit.el (widget-glyph-insert): Doc fix.
|
|
401 * custom.el (defface): Ditto.
|
|
402 (custom-add-to-group): Ditto.
|
|
403 * cus-face.el (custom-initialize-frame): Ditto.
|
|
404
|
116
|
405 Thu Mar 27 19:31:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
406
|
|
407 * Version 1.68 released.
|
|
408
|
|
409 Thu Mar 27 18:50:16 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
410
|
|
411 * widget.el (:active): New keywords.
|
|
412 (:inactive): Ditto.
|
|
413 (:activate): Ditto.
|
|
414 (:deactivate): Ditto.
|
|
415
|
|
416 * wid-edit.el (widget-inactive-face): new face.
|
|
417 (widget-specify-inactive): New function.
|
|
418 (widget-overlay-inactive): Ditto.
|
|
419 (widget-specify-active): Ditto.
|
|
420 (widget-apply-action): Ditto.
|
|
421 (widget-field-activate): Use it.
|
|
422 (widget-button-click): Ditto.
|
|
423 (widget-button1-click): Ditto.
|
|
424 (widget-button-press): Ditto.
|
|
425 (widget-gui-action): Ditto.
|
|
426 (default): Use new keywords.
|
|
427 (widget-default-active): New function.
|
|
428 (widget-default-deactivate): Ditto.
|
|
429 (widget-checkbox-action): New function.
|
|
430 (checkbox): Use it.
|
|
431 (widget-checklist-add-item): Initialize active state.
|
|
432 (widget-radio-add-item): Ditto.
|
|
433 (widget-radio-value-set): Ditto.
|
|
434 (widget-radio-action): Ditto.
|
|
435
|
|
436 * widget.texi (Widget Properties): Document the new keywords.
|
|
437
|
|
438 Mon Mar 24 18:36:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
439
|
|
440 * Version 1.67 released.
|
|
441
|
|
442 Mon Mar 24 18:19:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
443
|
|
444 * cus-edit.el (custom-save-all): Added autoload.
|
|
445
|
|
446 * Version 1.66 released.
|
|
447
|
|
448 Mon Mar 24 18:09:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
449
|
|
450 * wid-edit.el (widget-default-delete): Added workaround for bug
|
|
451 with empty `:format'.
|
|
452
|
|
453 Thu Mar 20 12:33:59 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
454
|
|
455 * custom.texi (The Init File): Explain that `custom-file' is not
|
|
456 automatically loaded.
|
|
457
|
114
|
458 Tue Mar 18 14:42:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
459
|
|
460 * Version 1.65 released.
|
|
461
|
|
462 Tue Mar 18 11:03:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
463
|
|
464 * cus-face.el (custom-face-attributes): Removed `:invert'.
|
|
465 (custom-invert-face): Removed.
|
|
466
|
112
|
467 Mon Mar 17 11:32:51 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
468
|
114
|
469 * wid-edit.el (widget-file-action): Spelling correction by Greg
|
|
470 Stark <gsstark@mit.edu>.
|
|
471
|
112
|
472 * Version 1.64 released.
|
|
473
|
|
474 Mon Mar 17 10:43:10 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
475
|
|
476 * cus-edit.el (custom-group-menu-create): Split definition into
|
|
477 XEmacs and Emacs. XEmacs uses :filter. Emacs limits
|
|
478 `custom-menu-nesting'.
|
114
|
479 (custom-menu-create): Do not limit `custom-menu-nesting' here.
|
112
|
480 (custom-menu-update): Removed XEmacs support.
|
|
481
|
|
482 * custom.el (custom-help-menu): Use `custom-menu-create' in XEmacs
|
|
483 :filter.
|
|
484
|
110
|
485 Fri Mar 14 18:03:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
486
|
|
487 * Version 1.63 released.
|
|
488
|
|
489 Fri Mar 14 18:00:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
490
|
|
491 * custom.el (custom-help-menu): Use :filter to generate menu on
|
|
492 XEmacs.
|
|
493 * cus-edit.el (custom-menu-update): Support use as :filter on
|
|
494 XEmacs, popup menu on Emacs.
|
|
495
|
|
496 Tue Mar 11 16:27:50 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
497
|
|
498 * Version 1.62 released.
|
|
499
|
|
500 Tue Mar 11 11:30:39 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
501
|
|
502 * cus-face.el (custom-set-face-font-size): Use
|
|
503 `font-set-face-font' instead of `set-face-font'.
|
|
504 (custom-set-face-font-family): Ditto.
|
|
505
|
|
506 * Version 1.61 released.
|
|
507
|
|
508 Tue Mar 11 11:27:19 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
509
|
|
510 * cus-face.el (custom-set-faces): If face already exists,
|
|
511 overwrite it now.
|
|
512
|
|
513 Mon Mar 10 15:40:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
514
|
|
515 * cus-face.el (custom-face-attributes): Changed default colors to
|
|
516 black and white.
|
|
517
|
|
518 * wid-edit.el (color-item): Set `:sample-face-get'.
|
|
519
|
|
520 * cus-face.el (custom-declare-face): Don't initialize an existing
|
|
521 saved face.
|
|
522
|
|
523 * wid-edit.el (color): Changed default color from "default" to
|
|
524 "black".
|
|
525
|
|
526 * Version 1.60 released.
|
|
527
|
|
528 Mon Mar 10 11:32:51 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
529
|
|
530 * widget.el (:tab-order): New keyword.
|
|
531 * wid-edit.el (widget-move): Use it.
|
|
532 * widget.texi (Basic Types): Documented it.
|
|
533 Patch by "William M. Perry" <wmperry@aventail.com>.
|
|
534
|
108
|
535 Sat Mar 08 17:21:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
536
|
|
537 * Version 1.59 released.
|
|
538
|
|
539 Sat Mar 8 10:16:59 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
540
|
|
541 * widget.texi (editable-list): Documented new keywords.
|
|
542 (radio-button-choice): Ditto.
|
|
543 (checklist): Ditto.
|
|
544
|
|
545 * cus-edit.el (custom-face-edit-args): Deleted.
|
|
546
|
|
547 * wid-edit.el (color-item): Don't make sample a button.
|
|
548
|
|
549 * widget.el (:insert-button-args): New keyword.
|
|
550 (:delete-button-args): Ditto.
|
|
551
|
|
552 * wid-edit.el (widget-editable-list-entry-create): Use them.
|
|
553 * cus-edit.el (custom-face-value-create): Ditto.
|
|
554
|
|
555 * widget.el (:append-button-args): New keyword.
|
|
556 * wid-edit.el (widget-editable-list-format-handler): Use it.
|
|
557
|
|
558 * cus-edit.el (custom-face-edit): Add `:help-echo' to checkboxes.
|
|
559 * cus-face.el (custom-face-attributes): Add `:echo-help'.
|
|
560 * wid-edit.el (delete-button): Ditto.
|
|
561 (insert-button): Ditto.
|
|
562
|
|
563 * widget.el (:button-args): New keyword.
|
|
564 (:sibling-args): New keyword.
|
|
565 * wid-edit.el (widget-checklist-add-item): Support them.
|
|
566 (widget-radio-add-item): Ditto.
|
|
567
|
|
568 * wid-edit.el: (widget-mouse-help): Renamed from
|
|
569 `widget-ballon-help'.
|
|
570 (widget-specify-button): Support `help-echo'.
|
|
571 (widget-glyph-insert-glyph): Ditto.
|
|
572 (widget-specify-field-update): Ditto.
|
|
573
|
|
574 * wid-edit.el: Minor spelling corrections.
|
|
575 Patch by Martin Buchholz <mrb@Eng.Sun.COM>.
|
|
576
|
|
577 Fri Mar 07 21:29:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
578
|
|
579 * Version 1.58 released.
|
|
580
|
|
581 Fri Mar 7 14:55:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
582
|
|
583 * cus-edit.el (custom-buffer-create): Go to top of buffer after
|
|
584 creating it.
|
|
585
|
|
586 * custom.texi (The Customization Buttons): Documented `[Done]'.
|
|
587
|
|
588 Fri Mar 07 14:40:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
589
|
|
590 * Version 1.57 released.
|
|
591
|
|
592 Fri Mar 7 10:46:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
593
|
|
594 * cus-edit.el: Removed "Push me" from :help-echo strings.
|
|
595 * wid-edit.el: Ditto.
|
|
596
|
|
597 * wid-edit.el (widget-specify-button): Support ballon-help.
|
|
598 (widget-glyph-insert-glyph): Ditto.
|
|
599 (widget-balloon-help): New function.
|
|
600
|
|
601 * Makefile (some): New target.
|
|
602
|
|
603 * wid-edit.el: A bit of compiler warning avoidance with new target.
|
|
604
|
|
605 * cus-face.el (custom-face-attributes-set): Renamed from
|
|
606 `custom-face-attribites-set'.
|
|
607 (custom-face-display-set): Changed caller.
|
|
608 (custom-invert-face): Renamed from `reverse-face'.
|
|
609 (custom-face-attributes): Changed caller.
|
|
610
|
|
611 Fri Mar 7 04:17:40 1997 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
612
|
|
613 * cus-face.el: Moved variable defintions around a bit to avoid
|
|
614 compilation warnings.
|
|
615
|
|
616 Thu Mar 06 16:30:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
617
|
|
618 * Version 1.56 released.
|
|
619
|
|
620 Thu Mar 6 15:40:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
621
|
|
622 * cus-edit.el (custom-notify): Don't modify hidden items.
|
|
623
|
|
624 Wed Mar 05 17:42:47 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
625
|
|
626 * Version 1.55 released.
|
|
627
|
|
628 Wed Mar 5 17:20:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
629
|
|
630 * cus-face.el (set-face-doc-string). Renamed from
|
|
631 `set-face-documentation'.
|
|
632 (face-doc-string). Renamed from `face-documentation'.
|
|
633 (custom-declare-face): Changed caller.
|
|
634 * cus-edit.el (custom-face): Changed caller.
|
|
635
|
|
636 Wed Mar 05 17:00:42 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
637
|
|
638 * Version 1.54 released.
|
|
639
|
|
640 * cus-face.el (reverse-face): New function.
|
|
641 (custom-face-attributes): Use it.
|
|
642
|
|
643 Wed Mar 05 15:08:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
644
|
|
645 * Version 1.53 released.
|
|
646
|
|
647 Wed Mar 5 15:03:58 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
648
|
|
649 * cus-face.el (custom-relevant-frames): Don't cache the frames.
|
|
650 (custom-initialize-frame): Ditto.
|
|
651
|
|
652 Wed Mar 05 14:39:19 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
653
|
|
654 * Version 1.52 released.
|
|
655
|
|
656 Wed Mar 5 14:38:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
657
|
|
658 * wid-edit.el (widget-choose): Call `try-completion' to make sure
|
|
659 case changes are done.
|
|
660
|
|
661 Tue Mar 04 21:04:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
662
|
|
663 * Version 1.51 released.
|
|
664
|
|
665 Tue Mar 4 11:58:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
666
|
|
667 * widget.texi, custom.texi: Use @* instead of @br.
|
|
668
|
|
669 * wid-edit.el (widget-glyph-insert): Allow glyphs as well as file
|
|
670 names from `widget-glyph-directory'.
|
|
671
|
|
672 Mon Mar 3 19:38:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
673
|
|
674 * cus-edit.el (custom-mode-map): Bind `bury-buffer' to `q'.
|
|
675 Suggested by Neal Becker <neal@ctd.comsat.com>.
|
|
676
|
106
|
677 Mon Mar 03 18:29:27 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
678
|
|
679 * Version 1.50 released.
|
|
680
|
|
681 Mon Mar 3 15:01:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
682
|
|
683 * cus-face.el (face-documentation): Renamed from
|
|
684 `get-face-documentation'.
|
|
685 (custom-declare-face): Change caller.
|
|
686 * cus-edit.el (custom-face): Ditto.
|
|
687
|
|
688 * cus-face.el (make-empty-face): New function.
|
|
689 (initialize-face-resources): New option.
|
|
690 (initialize-face-resources): New function.
|
|
691 (custom-declare-face): Call them here.
|
|
692 (custom-face-display-set): Don't create face here.
|
|
693 (custom-set-faces): Clear face.
|
|
694 * cus-edit.el (custom-face-set): Ditto.
|
|
695 (custom-face-save): Ditto.
|
|
696 (custom-face-reset-saved): Ditto.
|
|
697 (custom-face-reset-factory): Ditto.
|
|
698
|
|
699 Mon Mar 03 10:36:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
700
|
|
701 * Version 1.49 released.
|
|
702
|
|
703 Mon Mar 3 10:34:44 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
704
|
|
705 * cus-face.el (custom-background-mode): Don't call
|
|
706 `x-color-values' on Emacs tty frame.
|
|
707 Patch by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>.
|
|
708
|
|
709 Sat Mar 1 22:55:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
710
|
|
711 * cus-edit.el (cus-face): Require.
|
|
712
|
|
713 Sat Mar 01 22:35:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
714
|
|
715 * Version 1.48 released.
|
|
716
|
|
717 Sat Mar 1 21:45:44 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
718
|
|
719 * wid-edit.el: Renamed from widget-edit.el
|
|
720 * wid-browse.el: Renamed from widget-browse.el
|
|
721 * cus-edit.el: Renamed from custom-edit.el
|
|
722 * cus-face.el: New file.
|
|
723 * custom-xmas.el: Deleted.
|
|
724 * custom.el: Updated autoloads.
|
|
725 * widget.el: Ditto
|
|
726 * widget.texi: Updated examples.
|
|
727 * widget-example.el: Updated require.
|
|
728
|
|
729 Fri Feb 28 02:04:49 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
730
|
|
731 * custom.el (custom-declare-face): Ignore already declared faces.
|
|
732
|
|
733 * Version 1.47 released.
|
|
734
|
|
735 Fri Feb 28 01:46:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
736
|
|
737 * custom.el (custom-background-mode): Take a frame argument.
|
|
738 (custom-declare-face): Create frame local faces where relevant.
|
|
739 (custom-declare-face): Whine when called during dump.
|
|
740 (custom-face-display-set): Don'e create frame local face if the
|
|
741 display is identical to the global face.
|
|
742 (custom-default-frame-properties): New variable and function.
|
|
743 (custom-extract-frame-properties): New function.
|
|
744 (custom-get-frame-properties): New function.
|
|
745 (custom-display-match-frame): Use it.
|
|
746 (custom-relevant-frames): New variable and function.
|
|
747 (custom-initialize-frame): New function.
|
|
748 (after-make-frame-hook): Enable it.
|
|
749
|
|
750 Thu Feb 27 18:58:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
751
|
|
752 * custom-edit.el (custom-buffer-create): Read up event when
|
|
753
|
26
|
754 Wed Feb 26 22:17:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
755
|
|
756 * Version 1.46 released.
|
|
757
|
|
758 Wed Feb 26 12:27:21 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
759
|
|
760 * custom.el (emacs): Moved to custom-edit.el.
|
|
761 (customize): Ditto.
|
|
762 * custom-edit.el: Added customization groups for all finder
|
|
763 keywords.
|
|
764 (customize): Add to the appropriate groups.
|
|
765 * widget-edit.el (widgets): Ditto.
|
|
766 * custom.texi (Usage for Package Authors): Documented it.
|
|
767
|
|
768 * widget-edit.el (widget-push-button-value-create): Use
|
|
769 `device-on-window-system-p' instead of `device-type'.
|
|
770
|
|
771 * Version 1.45 released.
|
|
772
|
|
773 Wed Feb 26 12:26:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
774
|
|
775 * widget-edit.el (widget-push-button-value-create): Check that
|
|
776 (device-type) is x.
|
|
777 Reported by "Tomasz J. Cholewo" <tjchol01@mecca.spd.louisville.edu>.
|
|
778
|
|
779 Sun Feb 23 21:48:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
780
|
|
781 * custom-edit.el (customize-face): By default, customize all
|
|
782 faces.
|
|
783
|
24
|
784 Thu Feb 20 11:55:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
785
|
|
786 * Version 1.44 released.
|
|
787
|
|
788 Thu Feb 20 11:44:33 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
789
|
|
790 * custom-edit.el (custom-variable-action): Pass symbol to
|
|
791 `custom-unlispify-tag-name'.
|
|
792 (custom-group-action): Ditto.
|
|
793 (custom-face-action): Ditto.
|
|
794
|
|
795 Wed Feb 19 19:41:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
796
|
|
797 * custom.el (get-face-documentation): New function.
|
|
798 (set-face-documentation): Ditto.
|
|
799 (custom-declare-face): Use it.
|
|
800
|
|
801 * custom-edit.el (custom-face): Ditto.
|
|
802
|
|
803 Tue Feb 18 21:42:38 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
804
|
|
805 * Version 1.43 released.
|
|
806
|
|
807 Tue Feb 18 19:57:28 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
808
|
|
809 * widget.el: Don't call autoloads when `load-gc' is fbound.
|
|
810
|
|
811 * Version 1.42 released.
|
|
812
|
|
813 Tue Feb 18 08:39:59 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
814
|
|
815 * custom.el (custom-background-mode): Doc fix.
|
|
816 (custom-declare-variable): Ditto.
|
|
817 Patch by Simon Marshall <Simon.Marshall@esrin.esa.it>.
|
|
818
|
|
819 * custom.el (custom-face-display-set): Pass frame parameter to
|
|
820 `copy-face'.
|
|
821 (custom-face-attribites-set): Pass frame parameter.
|
|
822
|
|
823 * custom-xmas.el: Cleanup.
|
|
824
|
|
825 * custom.el (XEmacs): Load "custom-xmas" instead of requiring.
|
|
826
|
|
827 * widget-edit.el (widget-keymap): Removed duplicate key binding.
|
|
828
|
|
829 Mon Feb 17 12:58:40 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
830
|
|
831 * Version 1.41 released.
|
|
832
|
|
833 Mon Feb 17 12:43:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
834
|
|
835 * custom-edit.el (custom-variable-action): Use
|
|
836 `custom-unlispify-tag-name' instead of `capitalize'.
|
|
837 (custom-face-action): Ditto.
|
|
838 (custom-group-action): Ditto.
|
|
839
|
|
840 * custom-xmas.el: New file.
|
|
841 * custom.el: Move XEmacs code there.
|
|
842
|
22
|
843 Sat Feb 15 22:27:07 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
844
|
|
845 * Version 1.40 released.
|
|
846
|
|
847 Sat Feb 15 22:18:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
848
|
|
849 * custom-edit.el: Use the `changed' state.
|
|
850
|
|
851 Fri Feb 14 12:46:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
852
|
|
853 * Version 1.39 released.
|
|
854
|
|
855 Fri Feb 14 12:35:15 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
856
|
|
857 * custom-edit.el (custom-variable-action): Capitalize.
|
|
858 (custom-face-action): Ditto.
|
|
859 (custom-group-action): Ditto.
|
|
860 * widget-edit.el (widget-choose): Use title in XEmacs.
|
|
861 Patch by Jens Lautenbacher <jens@metrix.de>.
|
|
862
|
|
863 Thu Feb 13 21:14:41 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
864
|
|
865 * Version 1.38 released.
|
|
866
|
|
867 Thu Feb 13 15:15:24 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
868
|
|
869 * custom-edit.el (custom-buffer-create): Added `Done' button.
|
|
870
|
|
871 * custom-edit.el (custom-variable-state-set): Customized to
|
|
872 factory setting is the same as uncustomized.
|
|
873 (custom-variable-set): Did not set `customized-value' right.
|
|
874
|
|
875 * widget-edit.el (widget-plist-member): Changed to defsubst.
|
|
876 (widget-get): Made it non-recursive.
|
|
877
|
|
878 * widget-edit.el (widget-glyph-insert-glyph): New function.
|
|
879 (widget-glyph-insert): Use it.
|
|
880 (widget-push-button-gui): New option.
|
|
881 (widget-push-button-cache): New variable.
|
|
882 (widget-gui-action): New function.
|
|
883 (widget-push-button-value-create): New function.
|
|
884 (push-button): Use it.
|
|
885 (widget-editable-list-gui): New option.
|
|
886 (widget-editable-list-format-handler): Use it.
|
|
887 (widget-editable-list-value-create): Ditto.
|
|
888 This implements GUI push buttons.
|
|
889
|
|
890 * Version 1.37 released.
|
|
891
|
|
892 Thu Feb 13 13:51:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
893
|
|
894 * custom-edit.el (custom-redraw): Protect point.
|
|
895
|
|
896 * widget-edit.el (widget-button1-click): New function.
|
|
897 (widget-keymap): Bind it.
|
|
898
|
|
899 * Version 1.36 released.
|
|
900
|
|
901 Thu Feb 13 13:16:34 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
902
|
|
903 * custom.el: Removed all `;;;###autoload' at the request of Steven
|
|
904 L Baur <steve@miranova.com>.
|
|
905 Don't call `autoload' or `custom-menu-reset' when `load-gc' is
|
|
906 fbound.
|
|
907
|
|
908 * Version 1.35 released.
|
|
909
|
|
910 Thu Feb 13 10:37:18 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
911
|
|
912 * widget-edit.el (boolean): Forgot terminating newline in :format.
|
|
913
|
|
914 Wed Feb 12 18:49:03 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
915
|
|
916 * Version 1.34 released.
|
|
917
|
|
918 Wed Feb 12 09:13:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
919
|
|
920 * widget-edit.el (widget-field-keymap): Disabled menu-bar in the
|
|
921 worng keymap.
|
|
922 (widget-text-keymap): Ditto.
|
|
923 (widget-glyph-directory): Default to "data-directory/custom/'.
|
|
924
|
|
925 * Version 1.33 released.
|
|
926
|
|
927 Wed Feb 12 09:11:23 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
928
|
|
929 * Makefile (TEXT): Added `check0.xpm' and `check1.xpm'.
|
|
930
|
|
931 * widget-edit.el (checkbox): Add glyphs.
|
|
932
|
|
933 Mon Feb 10 22:52:03 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
934
|
|
935 * widget-browse.el (widget-browse-sexps): New function.
|
|
936 (:args): Use it.
|
|
937 (widget-browse-action): New function.
|
|
938 (widget-browse): Use it.
|
|
939 (widget-browse-widgets): Use it.
|
|
940
|
|
941 * Version 1.32 released.
|
|
942
|
|
943 Mon Feb 10 15:39:45 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
944
|
|
945 * widget-browse.el (widget-browse-sexp): Catch printing errors.
|
|
946 (widget-browse-widgets): Print types instead of numbers.
|
|
947
|
|
948 * all: Renamed `widget-name' to `widget-type'.
|
|
949
|
|
950 * widget-edit.el (widget-button-click): Call the right command.
|
|
951
|
|
952 * widget.texi (Basic Types): Documented new glyph options.
|
|
953
|
|
954 * Version 1.31 released.
|
|
955
|
|
956 Mon Feb 10 13:04:14 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
957
|
|
958 * widget-edit.el (widget-glyph-directory): New option.
|
|
959 (widget-glyph-enable): New option.
|
|
960 (widget-glyph-insert): New function.
|
|
961 (widget-toggle-value-create): Use it.
|
|
962 (radio-button): Use it.
|
|
963 (widget-field-activate): Only look for a field
|
|
964 (widget-button-click): Handle glyph events.
|
|
965 (widget-default-create): Handle `:glyph'.
|
|
966 * widget.el (:on-glyph): New keyword.
|
|
967 (:off-glyph): Ditto.
|
|
968 (:glyph): Ditto.
|
|
969 * widget.texi (toggle): Documented them..
|
|
970 (Basic Types): Ditto.
|
|
971 * radio1.xpm: New file.
|
|
972 * radio0.xpm: Ditto.
|
|
973 Original patch provided by Robert Bihlmeyer <robbe@orcus.ping.at>.
|
|
974
|
|
975 * widget-browse.el (widget-browse): Add group.
|
|
976 (widget-browse-mode-menu): Add commands.
|
|
977
|
|
978 * widget-edit.el (widget-keymap): Bind [mouse-2-down] instead of
|
|
979 [mouse-2].
|
|
980
|
|
981 * widget-edit.el (widget-keymap): Don't bind [menu-bar] here.
|
|
982 (widget-field-keymap): Bind it here instead.
|
|
983 (widget-text-keymap): And here.
|
|
984
|
|
985 Sun Feb 9 20:33:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
986
|
|
987 * widget-browse.el: New file.
|
|
988 * Makefile (WIDGET): Added it.
|
|
989 * widget.el (widget-browse-at): Added autoload.
|
|
990 (widget-browse): Ditto.
|
|
991 * widget-edit.el (widget-identify): Deleted.
|
|
992
|
|
993 * custom-edit.el (custom-mode): Install custom-mode-menu under
|
|
994 XEmacs.
|
|
995
|
|
996 Sat Feb 08 13:16:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
997
|
|
998 * Version 1.30 released.
|
|
999
|
|
1000 Sat Feb 8 13:15:21 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1001
|
|
1002 * widget-edit.el (widget-name): New macro.
|
|
1003 * widget.texi: Document it.
|
|
1004
|
|
1005 Sat Feb 08 12:35:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1006
|
|
1007 * Version 1.29 released.
|
|
1008
|
|
1009 Sat Feb 8 12:29:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1010
|
|
1011 * widget-edit.el (widget-get-sibling): New function.
|
|
1012 (widget-identify): New command.
|
|
1013
|
|
1014 * widget-edit.el (toggle): Don't use subwidgets.
|
|
1015 (widget-toggle-convert-widget): Deleted.
|
|
1016 (widget-toggle-value-create): New function.
|
|
1017 (widget-toggle-action): New function.
|
|
1018 (checkbox): Caller updated.
|
|
1019 (radio-button): Ditto.
|
|
1020 (boolean): Ditto.
|
|
1021 * custom.el (custom-face-attributes): Ditto.
|
|
1022
|
|
1023 Fri Feb 07 18:34:42 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1024
|
|
1025 * Version 1.28 released.
|
|
1026
|
|
1027 Fri Feb 7 18:33:47 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1028
|
|
1029 * widget-edit.el (widget-keymap): Don't bind `C-a' and `C-e'
|
|
1030 here.
|
|
1031 (widget-field-keymap): Bind them here instead.
|
|
1032 (widget-text-keymap): And here.
|
|
1033
|
|
1034 Fri Feb 07 18:29:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1035
|
|
1036 * Version 1.27 released.
|
|
1037
|
|
1038 Fri Feb 7 18:18:31 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1039
|
|
1040 * widget-edit.el (widget-beginning-of-line): New function.
|
|
1041 (widget-keymap): Bind it.
|
|
1042 Patch by "William M. Perry" <wmperry@aventail.com>.
|
|
1043 (widget-end-of-line): New function.
|
|
1044 (widget-keymap): Bind it.
|
|
1045
|
|
1046 Thu Feb 06 19:21:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1047
|
|
1048 * Version 1.26 released.
|
|
1049
|
|
1050 Thu Feb 6 19:19:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1051
|
|
1052 * widget-edit.el (widget-kill-line): New function.
|
|
1053 (widget-keymap): Bind it.
|
|
1054
|
|
1055 Thu Feb 06 19:10:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1056
|
|
1057 * Version 1.25 released.
|
|
1058
|
|
1059 Thu Feb 6 19:09:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1060
|
|
1061 * widget-edit.el (widget-specify-field-update): Unconditionally
|
|
1062 set local keymap property after the field.
|
|
1063
|
|
1064 Sat Feb 01 13:13:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1065
|
|
1066 * Version 1.24 released.
|
|
1067
|
|
1068 Thu Jan 30 13:04:30 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1069
|
|
1070 * widget-edit.el (widget-field-value-delete): Fix problem with
|
|
1071 editable fields where the format string doesn't contain %v.
|
|
1072
|
|
1073 Tue Jan 28 08:23:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1074
|
|
1075 * Version 1.23 released.
|
|
1076
|
|
1077 Tue Jan 28 04:33:24 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1078
|
|
1079 * widget.el (:valid-regexp): New keyword.
|
|
1080 * widget-edit.el (widget-field-validate): New function.
|
|
1081 (editable-field): Use them.
|
|
1082 * widget.texi (editable-field): Document it.
|
|
1083
|
|
1084 * custom-edit.el (custom-face-format-handler): Removed unused
|
|
1085 variable `state'.
|
|
1086
|
|
1087 * custom.el (custom-menu-reset): Support menu-less XEmacs.
|
|
1088 Reported by Carsten Leonhardt <leo@arioch.tng.oche.de>.
|
|
1089
|
|
1090 Mon Jan 27 11:51:17 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1091
|
|
1092 * Version 1.22 released.
|
|
1093
|
|
1094 Mon Jan 27 08:46:05 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1095
|
|
1096 * custom-edit.el (custom-variable-set): Fixed error message.
|
|
1097 (custom-variable-save): Ditto.
|
|
1098
|
|
1099 * Version 1.21 released.
|
|
1100
|
|
1101 Mon Jan 27 07:17:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1102
|
|
1103 * widget.el (:secret): New keyword.
|
|
1104 * widget-edit.el (widget-specify-field-update): Support it.
|
|
1105 (widget-field-value-get): Ditto.
|
|
1106 * widget.texi (editable-field): Documented it.
|
|
1107
|
|
1108 * widget-edit.el (widget-field-keymap): New variable.
|
|
1109 (editable-field): Use it.
|
|
1110 (widget-text-keymap): New variable.
|
|
1111 (text): Use it.
|
|
1112 (widget-field-activate): New command.
|
|
1113
|
|
1114 Sun Jan 26 13:02:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1115
|
|
1116 * custom.el (customize): Include `widgets' customization group.
|
|
1117
|
|
1118 Sat Jan 25 08:23:02 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1119
|
|
1120 * Version 1.20 released.
|
|
1121
|
|
1122 Sat Jan 25 07:13:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1123
|
|
1124 * widget-edit.el (widget-specify-field-update): Use
|
|
1125 `widget-keymap' by default.
|
|
1126
|
|
1127 Fri Jan 24 08:10:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1128
|
|
1129 * Version 1.19 released.
|
|
1130
|
|
1131 Fri Jan 24 06:53:48 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1132
|
|
1133 * widget-edit.el (widget-documentation-face): Typo in face name.
|
|
1134
|
|
1135 * custom-edit.el (custom-variable-sample-face): New face.
|
|
1136 (custom-variable-button-face): New face.
|
|
1137 (custom-variable-value-create): Use them.
|
|
1138 (custom-face-tag-face): New face.
|
|
1139 (custom-face): Use it.
|
|
1140 (custom-face-format-handler): Don't make the sample a button.
|
|
1141 (custom-group-tag-faces): New variable.
|
|
1142 (custom-group-tag-face-1): New face.
|
|
1143 (custom-group-tag-face): New face.
|
|
1144 (custom-group-sample-face-get): New function.
|
|
1145 (custom-group): Use it.
|
|
1146
|
|
1147 * widget-edit.el (character): Use sample face for tag.
|
|
1148 (list): Ditto.
|
|
1149 (vector): Ditto.
|
|
1150 (cons): Ditto.
|
|
1151 (radio): Ditto.
|
|
1152 (repeat): Ditto.
|
|
1153 (set): Ditto.
|
|
1154 (boolean): Ditto.
|
|
1155
|
|
1156 Thu Jan 23 20:25:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1157
|
|
1158 * widget.el (:sample-face-get): New keyword.
|
|
1159 (:sample-face): New keyword.
|
|
1160
|
|
1161 * widget-edit.el (widget-default-create): Support %{ and %}
|
|
1162 escapes.
|
|
1163 (widget-specify-sample): New function.
|
|
1164 (default): Define `:sample-face-get'.
|
|
1165 (widget-default-sample-face-get): New function.
|
|
1166
|
|
1167 * custom-edit.el (custom-variable-action): Show if hidden.
|
|
1168
|
|
1169 Wed Jan 22 04:54:10 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1170
|
|
1171 * widget-edit.el (error-message-string): Define if unbound.
|
|
1172
|
|
1173 Thu Jan 16 16:07:09 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1174
|
|
1175 * Version 1.18 released.
|
|
1176
|
|
1177 Thu Jan 16 16:03:25 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1178
|
|
1179 * custom-edit.el (custom-load-symbol): Use `assoc' instead of
|
|
1180 `member' to check if a file is in load-history.
|
|
1181 (custom-load-symbol): Use `condition-case' around loads.
|
|
1182
|
|
1183 Tue Jan 14 20:51:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1184
|
|
1185 * custom-edit.el (:custom-reset): Split into
|
|
1186 :`custom-reset-current', `:custom-reset-saved', and
|
|
1187 `:custom-reset-factory'.
|
|
1188 (custom-mode-menu): Ditto.
|
|
1189 (custom-mode): Ditto.
|
|
1190 (custom-variable): Ditto.
|
|
1191 (custom-variable-menu): Ditto.
|
|
1192 (custom-face): Ditto.
|
|
1193 (custom-face-menu): Ditto.
|
|
1194 (custom-group): Ditto.
|
|
1195 (custom-group-menu): Ditto.
|
|
1196 (custom-group-reset): Ditto.
|
|
1197 (custom-reset-menu): New variable.
|
|
1198 (custom-reset): Use it.
|
|
1199 (custom-reset-current): New function.
|
|
1200 (custom-reset-saved): New function.
|
|
1201 (custom-reset-factory): New function.
|
|
1202 (custom-buffer-create): Pass event to `custom-reset'.
|
|
1203 (custom-variable-reset-saved): Renamed from
|
|
1204 `custom-variable-default'.
|
|
1205 (custom-variable-reset-factory): Renamed from
|
|
1206 `custom-variable-factory'.
|
|
1207 (custom-face-reset-saved): Renamed from `custom-face-default'.
|
|
1208 (custom-face-reset-factory): Renamed from
|
|
1209 `custom-face-reset-factory'.
|
|
1210
|
|
1211 Mon Jan 13 01:23:36 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1212
|
|
1213 * Version 1.17 released.
|
|
1214
|
|
1215 Mon Jan 13 00:19:35 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1216
|
|
1217 * custom-edit.el (custom-face-format-handler): Missing "hide".
|
|
1218 (custom-face-action): Show when hidden.
|
|
1219
|
|
1220 * custom.texi: (The State Button): Updated.
|
|
1221
|
|
1222 Wed Jan 8 15:23:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1223
|
|
1224 * custom-edit.el (custom-quote): Support `characterp'. Patch
|
|
1225 by Sudish Joseph <sudish@mindspring.com>.
|
|
1226
|
|
1227 * custom-edit.el (custom-magic-alist): Refer to state button
|
|
1228 instead of level button.
|
|
1229
|
|
1230 Sat Jan 04 21:34:12 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1231
|
|
1232 * Version 1.16 released.
|
|
1233
|
|
1234 Fri Jan 3 22:56:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1235
|
|
1236 * custom-edit.el (custom-group): Group tags are no longer buttons.
|
|
1237 (custom-group-action): Show when hidden.
|
|
1238 (custom-magic-value-create): Added :help-echo.
|
|
1239 (custom-manual): Ditto.
|
|
1240 * widget-edit.el (link): Ditto.
|
|
1241
|
|
1242 Fri Jan 03 00:00:37 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1243
|
|
1244 * Version 1.15 released.
|
|
1245
|
|
1246 Thu Jan 2 23:30:43 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1247
|
|
1248 * custom-edit.el (custom-magic): Can now contain multiple buttons.
|
|
1249 (custom-magic-alist): Add description element.
|
|
1250 (custom-magic-show): New variable.
|
|
1251 (custom-magic-show-button): New variable.
|
|
1252 (custom-magic-value-create): Use them.
|
|
1253 (custom): Ditto.
|
|
1254 (custom-variable): Ditto.
|
|
1255 (custom-face): Ditto.
|
|
1256 (widget-face-value-create): Ditto.
|
|
1257 (custom-group): Ditto.
|
|
1258 (custom-variable-value-create): Don't create [show] button.
|
|
1259 (custom-variable-factory): Only save when saved.
|
|
1260 (custom-face-factory): Ditto.
|
|
1261
|
|
1262 Sat Dec 28 18:54:38 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1263
|
|
1264 * Version 1.14 released.
|
|
1265
|
|
1266 Sat Dec 28 13:43:44 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1267
|
|
1268 * custom-edit.el: (custom-changed-face): New face.
|
|
1269 (custom-magic-alist): New `changed' state.
|
|
1270 (custom-variable-state-set): Support `set' state.
|
|
1271 (custom-save): Ditto.
|
|
1272 (custom-variable-set): Ditto.
|
|
1273 (custom-variable-save): Ditto.
|
|
1274 (custom-variable-default): Ditto.
|
|
1275 (custom-variable-factory): Ditto.
|
|
1276 (custom-face-state-set): Ditto.
|
|
1277 (custom-face-set): Ditto.
|
|
1278 (custom-face-save): Ditto.
|
|
1279 (custom-face-default): Ditto.
|
|
1280 (custom-face-factory): Ditto.
|
|
1281 (custom-group-save): Ditto.
|
|
1282
|
|
1283 * custom.texi (The State Button): Documented `changed' state.
|
|
1284
|
|
1285 * custom-edit.el: New terminology: `Set default' automatically
|
|
1286 saves the new value and has been renamed `Save'. `Apply' has been
|
|
1287 renamed `Set'. `Edit Default' has been renamed to `Edit Lisp'.
|
|
1288 * custom.texi: Ditto.
|
|
1289
|
|
1290 * widget-edit.el (widget-move): New function.
|
|
1291 (widget-forward): Use it.
|
|
1292 (widget-backward): Ditto.
|
|
1293
|
|
1294 Tue Dec 17 10:47:23 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1295
|
|
1296 * custom-edit.el (custom-mode-menu): Added help item.
|
|
1297
|
|
1298 * custom.texi (Declarations): New section. Documented `:tag'
|
|
1299 keyword.
|
|
1300 (Declaring Groups): Documented `:prefix' keyword.
|
|
1301
|
|
1302 * custom-edit.el (custom-set-default): Also save.
|
|
1303 (custom-buffer-create): Removed save button.
|
|
1304
|
|
1305 Thu Dec 12 07:57:23 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1306
|
|
1307 * widget-edit.el (widget-menu-max-size): Added `:group'.
|
|
1308
|
|
1309 * custom-edit.el (custom-display): Added support for `pm', `pc',
|
|
1310 and `win32' window systems.
|
|
1311
|
|
1312 * widget-edit.el (widget-field-face): Do not require X.
|
|
1313
|
|
1314 Tue Dec 10 13:28:22 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1315
|
|
1316 * widget-edit.el (widget-documentation-face): Green by default.
|
|
1317
|
|
1318 Mon Dec 09 12:28:10 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1319
|
|
1320 * Version 1.13 released.
|
|
1321
|
|
1322 Mon Dec 9 08:50:46 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1323
|
|
1324 * custom-edit.el (custom-unlispify-tag-names): New variable.
|
|
1325 (custom-unlispify-tag-name): New function.
|
|
1326 (custom-variable-value-create): Use it.
|
|
1327 (custom-group-value-create): Use it.
|
|
1328 (:custom-prefixes): New keyword.
|
|
1329 (custom-variable-value-create): Use it.
|
|
1330 (custom-group-value-create): Use it.
|
|
1331
|
|
1332 * widget-edit.el (widget-item-convert-widget): Doc fix.
|
|
1333
|
|
1334 * custom-edit.el (custom-menu-create): Do not create menus for
|
|
1335 groups with more than `widget-menu-max-size' members.
|
|
1336
|
|
1337 Sun Dec 08 16:19:21 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1338
|
|
1339 * Version 1.12 released.
|
|
1340
|
|
1341 Sun Dec 8 14:38:42 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1342
|
|
1343 * custom.el (:tag): New keyword.
|
|
1344 (custom-handle-keyword): Accept it.
|
|
1345
|
|
1346 * custom.el (:prefix): New keyword.
|
|
1347 (custom-declare-group): Handle it.
|
|
1348 (customize): Use it.
|
|
1349 * widget-edit.el (widgets): Use it.
|
|
1350
|
|
1351 * custom-edit.el (custom-prefix-list): New variable.
|
|
1352 (custom-unlispify-menu-entries): New variable.
|
|
1353 (custom-unlispify-menu-entry): New function.
|
|
1354 (custom-face-menu-create): Use it.
|
|
1355 (custom-variable-menu-create): Use it.
|
|
1356 (boolean): Use it.
|
|
1357 (custom-menu-create): Use it.
|
|
1358
|
|
1359 * custom-edit.el (custom-menu-create): New function.
|
|
1360 (custom-group-menu-create): Use it.
|
|
1361
|
|
1362 Thu Dec 5 14:00:04 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1363
|
|
1364 * custom-opt.el: New file.
|
|
1365
|
|
1366 Thu Dec 05 13:53:48 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1367
|
|
1368 * Version 1.11 released.
|
|
1369
|
|
1370 Thu Dec 5 13:22:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1371
|
|
1372 * custom-edit.el (:custom-menu): New keyword.
|
|
1373 (custom-variable): Use it.
|
|
1374 (custom-face): Ditto.
|
|
1375 (custom-group): Ditto.
|
|
1376 (boolean): Ditto.
|
|
1377 (custom-menu-update): Ditto.
|
|
1378 (custom-face-menu-create): New function.
|
|
1379 (custom-variable-menu-create): New function.
|
|
1380 (custom-group-menu-create): New function.
|
|
1381 (custom-menu-create-entry): Removed.
|
|
1382
|
|
1383 Tue Dec 3 09:28:19 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1384
|
|
1385 * custom.texi (Utilities): Documented `custom-add-load'.
|
|
1386
|
|
1387 Tue Dec 03 08:42:15 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1388
|
|
1389 * Version 1.10 released.
|
|
1390
|
|
1391 Tue Dec 3 00:42:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1392
|
|
1393 * custom-edit.el (custom-menu-nesting): Moved from `custom.el'.
|
|
1394 (custom-menu-create-entry): Ditto.
|
|
1395 (custom-menu-update): Ditto.
|
|
1396
|
|
1397 Mon Dec 2 22:48:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1398
|
|
1399 * custom.el (:load): New keyword.
|
|
1400 (custom-add-load): New function.
|
|
1401 (custom-handle-keyword): Use them.
|
|
1402 * custom.texi: Document it.
|
|
1403 * custom-edit.el (custom-load-symbol): New function.
|
|
1404 (custom-load-widget): New function.
|
|
1405 (custom-group-value-create): Use it.
|
|
1406 (custom-variable-value-create): Use it.
|
|
1407 (custom-face-value-create): Use it.
|
|
1408
|
|
1409 * custom.el (custom-handle-keyword): New function.
|
|
1410 (custom-declare-variable): Use it.
|
|
1411 (custom-handle-all-keywords): New function.
|
|
1412 (custom-declare-group): Use it.
|
|
1413 (custom-declare-face): Use it.
|
|
1414
|
|
1415 Sat Nov 30 01:37:07 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1416
|
|
1417 * Version 1.09 released.
|
|
1418
|
|
1419 Sat Nov 30 01:36:24 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1420
|
|
1421 * widget-edit.el (widget-specify-field): Make terminating newline
|
|
1422 writable under XEmacs.
|
|
1423
|
|
1424 Thu Nov 28 22:03:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1425
|
|
1426 * Version 1.08 released.
|
|
1427
|
|
1428 Thu Nov 28 21:46:30 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1429
|
|
1430 * custom-edit.el (custom-hook-convert-widget): Make space part of
|
|
1431 function instead of the editable-list.
|
|
1432
|
|
1433 * Version 1.07 released.
|
|
1434
|
|
1435 Thu Nov 28 21:31:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1436
|
|
1437 * custom-edit.el (custom-variable-state-set): Handle void
|
|
1438 variables.
|
|
1439
|
|
1440 * Version 1.06 released.
|
|
1441
|
|
1442 Thu Nov 28 01:35:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1443
|
|
1444 * widget-edit.el (widget-create-child-value): New function.
|
|
1445 (widget-choice-value-create): Use it.
|
|
1446 (widget-checklist-add-item): Ditto.
|
|
1447 (widget-radio-add-item): Ditto.
|
|
1448 (widget-editable-list-entry-create): Ditto
|
|
1449 (widget-group-value-create): Ditto.
|
|
1450
|
|
1451 * widget-edit.el (widget-specify-field): Extend read-only extent.
|
|
1452
|
|
1453 * widget-edit.el (widget-create-child): Obey `:extra-offset'.
|
|
1454
|
|
1455 * custom-edit.el (custom-mode-hook): Added.
|
|
1456
|
|
1457 Tue Nov 26 17:04:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1458
|
|
1459 * widget-edit.el: More patches for support of old Emacsen from
|
|
1460 William Perry <wmperry@aventail.com>.
|
|
1461
|
|
1462 * Version 1.05 released.
|
|
1463
|
|
1464 Tue Nov 26 15:05:36 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1465
|
|
1466 * widget-edit.el (widget-make-intangible): New function.
|
|
1467 (widget-specify-field): Use it.
|
|
1468 (widget-after-change): Remove XEmacs workaround.
|
|
1469 (widget-field-value-create): Ditto.
|
|
1470 (widget-specify-text): Fully specify stickyness.
|
|
1471
|
|
1472 Mon Nov 25 17:01:05 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1473
|
|
1474 * custom-edit.el (custom-face-format-handler): Create face before
|
|
1475 use under XEmacs.
|
|
1476
|
|
1477 * Version 1.04 released.
|
|
1478
|
|
1479 Mon Nov 25 01:14:13 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1480
|
|
1481 * custom.el (custom-facep): New function.
|
|
1482 (custom-declare-face): Use it.
|
|
1483 * custom-edit.el (customize-face): Ditto.
|
|
1484 (customize-customized): Ditto.
|
|
1485 (customize-apropos): Ditto.
|
|
1486 (custom-save-faces): Ditto.
|
|
1487
|
|
1488 * custom.el (custom-declare-variable): Return symbol. Suggested
|
|
1489 by Lars Magne Ingebrigtsen <larsi@ifi.uio.no>.
|
|
1490 (custom-declare-group): Ditto.
|
|
1491 (custom-declare-face): Return face.
|
|
1492
|
|
1493 * widget-edit.el (widget-button-face): Removed :link.
|
|
1494 (widget-mouse-face): Ditto.
|
|
1495 (widget-field-face): Ditto.
|
|
1496
|
|
1497 * custom.el (emacs): Link to (emacs)Top, not (dir)Top.
|
|
1498
|
|
1499 * Version 1.03 released.
|
|
1500
|
|
1501 Mon Nov 25 00:29:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1502
|
|
1503 * widget-edit.el (widgets): Add links.
|
|
1504 (widget-button-face): Add link.
|
|
1505 (widget-mouse-face): Add link.
|
|
1506 (widget-field-face): Add link.
|
|
1507
|
|
1508 * widget.texi (User Interface): Use `deffn Face' instead of
|
|
1509 `defopt' for declaring faces.
|
|
1510
|
|
1511 * custom-edit.el (custom-manual): New widget.
|
|
1512 (custom-format-handler): Support "%a" escape.
|
|
1513 (custom-variable): Use it.
|
|
1514 (custom-face): Use it.
|
|
1515 (custom-group): Use it.
|
|
1516
|
|
1517 * custom.el (:link): New keyword.
|
|
1518 (custom-declare-variable): Support it.
|
|
1519 (custom-declare-face): Ditto.
|
|
1520 (custom-declare-group): Ditto.
|
|
1521 (emacs): Use it.
|
|
1522 (customize): Ditto.
|
|
1523 (custom-add-link): New function.
|
|
1524
|
|
1525 * custom.texi (Utilities): New section. Document `custom-manual'
|
|
1526 `custom-add-to-group', and `custom-add-link'.
|
|
1527
|
|
1528 * widget.texi (url-link): New section.
|
|
1529 (info-link): New section.
|
|
1530
|
|
1531 Sat Nov 23 17:45:32 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1532
|
|
1533 * Version 1.02 released.
|
|
1534
|
|
1535 Sat Nov 23 17:42:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1536
|
|
1537 * custom.el (set-face-font-family) New XEmacs function.
|
|
1538 (custom-face-attributes): Added family support for XEmacs.
|
|
1539
|
|
1540 Fri Nov 22 18:59:29 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1541
|
|
1542 * Version 1.01 released.
|
|
1543
|
|
1544 Fri Nov 22 16:29:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1545
|
|
1546 * custom.el (custom-display-match-frame): Use `frame-device' to
|
|
1547 convert a frame to a device.
|
|
1548
|
|
1549 * widget-edit.el (widget-after-change): Avoid zero sized fields in
|
|
1550 XEmacs.
|
|
1551 (widget-field-value-create): Ditto.
|
|
1552
|
|
1553 * custom.el (custom-face-display-set): Removed call to
|
|
1554 `make-face'. Patch by David Moore <dmoore@UCSD.EDU>.
|
|
1555 (custom-declare-variable): If there is a saved value, use it, even
|
|
1556 if the variable is already bound. Reported by Jens Lautenbacher
|
|
1557 <jens@lemcbed.lem.uni-karlsruhe.de>.
|
|
1558 (custom-declare-face): If there is a saved face, use it, even
|
|
1559 if the face is already made.
|
|
1560 (custom-face-attributes): Added :size for XEmacs. Thanks to
|
|
1561 William Perry <wmperry@aventail.com> for part of the code.
|
|
1562
|
|
1563 Wed Nov 20 16:40:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1564
|
|
1565 * custom-edit.el (custom-variable-value-create): Use
|
|
1566 `default-value' instead of `symbol-value'.
|
|
1567 (custom-variable-state-set): Ditto.
|
|
1568
|
|
1569 Tue Nov 19 17:11:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1570
|
|
1571 * widget-edit.el (custom): Wrap require in `eval-and-compile'.
|
|
1572
|
|
1573 Mon Nov 18 15:55:16 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1574
|
|
1575 * Version 1.00 released.
|
|
1576
|
|
1577 Sat Nov 16 20:58:01 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1578
|
|
1579 * custom.el (custom-help-menu): Renamed update entry to `Update
|
|
1580 menu...'.
|
|
1581
|
|
1582 Thu Nov 14 23:16:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1583
|
|
1584 * custom-edit.el (customize-customized): Ignore uninitialized
|
|
1585 faces and variables.
|
|
1586
|
|
1587 Wed Nov 13 20:39:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1588
|
|
1589 * Version 0.999 released.
|
|
1590
|
|
1591 Wed Nov 13 12:21:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1592
|
|
1593 * custom-edit.el: Added autolaod.
|
|
1594
|
|
1595 * custom.el: Added menu support.
|
|
1596
|
|
1597 * custom-edit.el (customize-customized): New command.
|
|
1598 (custom-variable-default): Remember to evaluate default setting.
|
|
1599
|
|
1600 * Version 0.998 released.
|
|
1601
|
|
1602 Mon Nov 11 19:30:24 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1603
|
|
1604 * widget-edit.el (widget-at): New function by William Perry
|
|
1605 <wmperry@aventail.com>.
|
|
1606 (widget-echo-help): Use it.
|
|
1607
|
|
1608 Fri Nov 8 20:34:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1609
|
|
1610 * widget-edit.el (widget-checklist-match-up): Cleaned up.
|
|
1611 (function-item): Removed :match and :value-delete properties.
|
|
1612 (variable-item): Ditto.
|
|
1613
|
|
1614 * custom.el (custom-add-option): Only add option if not already
|
|
1615 there.
|
|
1616 (custom-declare-variable): Ditto.
|
|
1617
|
|
1618 * custom-edit.el (custom-buffer-create): Reset magic.
|
|
1619
|
|
1620 Thu Nov 07 16:14:35 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1621
|
|
1622 * Version 0.997 released.
|
|
1623
|
|
1624 Thu Nov 7 14:24:33 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1625
|
|
1626 * custom-edit.el (custom-split-regexp-maybe): New function.
|
|
1627
|
|
1628 * custom.el (x-color-values): Define if missing.
|
|
1629 (frame-property): Define if missing.
|
|
1630 (custom-background-mode): Optimized.
|
|
1631 (custom-display-match-frame): Use above.
|
|
1632
|
|
1633 * custom.el (custom-add-option): New function.
|
|
1634
|
|
1635 Wed Nov 06 18:00:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1636
|
|
1637 * Version 0.996 released.
|
|
1638
|
|
1639 Wed Nov 6 09:42:33 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1640
|
|
1641 * widget-edit.el (widget-children-value-delete): Renamed from
|
|
1642 `widget-children-value-delete'.
|
|
1643 Updated all callers.
|
|
1644 (widget-choice-convert-widget): Renamed from `'.
|
|
1645
|
|
1646 * custom-edit.el (widget-face-value-create): Add child to
|
|
1647 `custom-options'.
|
|
1648 (widget-face-value-delete): Added.
|
|
1649
|
|
1650 * widget-edit.el (widget-keymap): Added binding for [backtab].
|
|
1651 Requested by Greg Stark <gsstark@mit.edu>.
|
|
1652
|
|
1653 Sat Nov 2 13:40:49 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1654
|
|
1655
|
|
1656 * custom.el (custom-set-variables): Accept `(SYMBOL VALUE [NOW])'
|
|
1657 format.
|
|
1658 (custom-set-faces): Accept `(FACE SPEC [NOW])' format.
|
|
1659 * custom-edit.el (custom-save-variables): Write in new format.
|
|
1660 (custom-save-faces): Ditto.
|
|
1661
|
|
1662 * custom-edit.el (custom-format-handler): Handle `%L' escape.
|
|
1663 (custom-group): Add `%L' escape.
|
|
1664 (custom-face-format-handler): Use the text "hide" for sample in
|
|
1665 shown faces.
|
|
1666 (custom-buffer-create): Show single option.
|
|
1667
|
|
1668 Tue Oct 29 13:36:11 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1669
|
|
1670 * Version 0.995 released.
|
|
1671
|
|
1672 Tue Oct 29 12:21:57 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1673
|
|
1674 * custom.el (custom-display-match-frame): Fixed bug for
|
|
1675 `display-type'.
|
|
1676
|
|
1677 * custom.el (custom-background-mode): Memorized
|
|
1678 `custom-background-mode' as suggested by David Moore
|
|
1679 <dmoore@UCSD.EDU>.
|
|
1680
|
|
1681 * widget-edit.el (widget-specify-button): Make a button non-sticky
|
|
1682 on XEmacs.
|
|
1683
|
|
1684 Sun Oct 20 20:16:05 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1685
|
|
1686 * custom-edit.el (easymenu): Added require.
|
|
1687
|
|
1688 Mon Oct 14 15:09:43 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1689
|
|
1690 * widget-edit.el: Removed `eval-and-compile' around compatibility
|
|
1691 code.
|
|
1692
|
|
1693 Sat Oct 12 21:15:04 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1694
|
|
1695 * Version 0.994 released.
|
|
1696
|
|
1697 Sat Oct 12 20:11:19 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1698
|
|
1699 * custom.el (:options): New keyword.
|
|
1700
|
|
1701 * widget-edit.el (hook): Removed widget.
|
|
1702 (function): Allow any sexp.
|
|
1703
|
|
1704 * custom-edit.el (hook): Added widget.
|
|
1705 (custom-hook-convert-widget): New function.
|
|
1706
|
|
1707 * custom.el (custom-declare-face): Check that facep is defined.
|
|
1708 reported by Enami Tsugutomo <enami@ba2.so-net.or.jp>
|
|
1709
|
|
1710 Wed Oct 09 01:41:55 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1711
|
|
1712 * Version 0.993 released.
|
|
1713
|
|
1714 Tue Oct 8 01:48:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1715
|
|
1716 * custom.el (custom-set-face-bold): Removed condition-case.
|
|
1717 (custom-set-face-italic): Ditto.
|
|
1718 (custom-face-attribites-set): Added condition-case.
|
|
1719 (custom-set-variables): Do not bind symbol here.
|
|
1720 (custom-set-faces): Do not create face here.
|
|
1721 (custom-declare-variable): Use saved-value property, if is exists.
|
|
1722
|
|
1723 * custom-edit.el (custom-face-format-handler): Changed `sample' to
|
|
1724 `show'.
|
|
1725
|
|
1726 * custom.el (custom-declare-face): Do not overwrite an existing
|
|
1727 face.
|
|
1728
|
|
1729 Sat Oct 05 01:23:27 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1730
|
|
1731 * Version 0.992 released.
|
|
1732
|
|
1733 Fri Oct 4 23:54:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1734
|
|
1735 * widget-edit.el (character): New widget.
|
|
1736 (widget-specify-field): Allow use of newline in format to hide
|
|
1737 space.
|
|
1738
|
|
1739 Wed Oct 2 19:06:17 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1740
|
|
1741 * widget.texi (menu-choice): Document `:case-fold'.
|
|
1742
|
|
1743 Wed Oct 02 19:02:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1744
|
|
1745 * Version 0.991 released.
|
|
1746
|
|
1747 Wed Oct 2 18:54:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1748
|
|
1749 * widget-edit.el (widget-choice-action): Use :case-fold.
|
|
1750 (menu-choice): Initialize :case-fold.
|
|
1751
|
|
1752 * widget.el (:case-fold): New keyword, patch by David Byers
|
|
1753 <davby@ida.liu.se>.
|
|
1754
|
|
1755 Mon Sep 30 20:26:59 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1756
|
|
1757 * lpath.el (maybe-fbind): New function.
|
|
1758 Shut up byte compiler under XEmacs.
|
|
1759
|
|
1760 * custom-edit.el (custom-format-handler): Removed unused binding.
|
|
1761 (custom-variable-apply): Added missing argument to error.
|
|
1762 (custom-variable-set-default): Ditto.
|
|
1763
|
|
1764 * widget-edit.el (regexp): Add `:tag'.
|
|
1765
|
|
1766 * custom-edit.el (custom-variable-factory): Evaluate factory
|
|
1767 setting before applying.
|
|
1768
|
|
1769 Sun Sep 29 01:24:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1770
|
|
1771 * Version 0.99 released.
|
|
1772
|
|
1773 Sun Sep 29 00:16:31 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1774
|
|
1775 * widget-edit.el (widget-color-action): Notify parent.
|
|
1776 (widget-field-action): Ditto.
|
|
1777 (widget-choice-action): Ditto.
|
|
1778 (widget-file-action): Ditto.
|
|
1779
|
|
1780 * custom-edit.el (custom-magic-alist): Changed `item' to `const'.
|
|
1781 (face): Fixed formatting.
|
|
1782 (widget-face-value-create): Ditto.
|
|
1783 (widget-face-action): Notify parent.
|
|
1784
|
|
1785 * widget-edit.el (widget-field-value-get): Don't strip trailing
|
|
1786 spaces from zero-sized fields. Requested by David Byers
|
|
1787 <davby@ida.liu.se>.
|
|
1788
|
|
1789 Sat Sep 28 00:31:54 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1790
|
|
1791 * custom-edit.el (custom-save-needed-p): New variable.
|
|
1792 (kill-emacs-hook): Add `custom-save-maybe'.
|
|
1793 (custom-save-maybe): New function.
|
|
1794 (custom-variable-set-default): Set `custom-save-needed-p'.
|
|
1795 (custom-variable-factory): Ditto.
|
|
1796 (custom-save): Ditto.
|
|
1797 (custom-unimplemented): Deleted.
|
|
1798
|
|
1799 * Version 0.98 released.
|
|
1800
|
|
1801 Sat Sep 28 00:04:58 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1802
|
|
1803 * widget-edit.el (widget-choice-action): Got validate wrong, once
|
|
1804 again.
|
|
1805
|
|
1806 * widget.texi (Basic Types): Documented `%h'.
|
|
1807
|
|
1808 Fri Sep 27 00:32:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1809
|
|
1810 * widget-edit.el (widget-field-action): Set value directly.
|
|
1811
|
|
1812 * custom-edit.el (custom-format-handler): Use default format
|
|
1813 handler.
|
|
1814
|
|
1815 * widget-edit.el (widget-cons-match): Parameters in wrong order.
|
|
1816 (text): Parent should be `editable-field'.
|
|
1817 (widget-field-action): Call `widget-setup' after modification.
|
|
1818 (symbol): Make multiple convertion kludge more robust.
|
|
1819 (integer): Ditto.
|
|
1820 (number): Ditto.
|
|
1821 (widget-echo-help): New function, patch by William Perry
|
|
1822 <wmperry@aventail.com>.
|
|
1823 (widget-forward): Use it
|
|
1824 (widget-echo-help-mouse): New function.
|
|
1825 (repeat): Don't highlight tag.
|
|
1826 (set): Ditto.
|
|
1827 (widget-editable-list-format-handler): Default to help format
|
|
1828 handler.
|
|
1829 (function-item): Use default format handler.
|
|
1830 (variable-item): Ditto.
|
|
1831 (widget-help-format-handler): Rename to and merge with
|
|
1832 `widget-default-format-handler'.
|
|
1833
|
|
1834 Wed Sep 25 22:44:45 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1835
|
|
1836 * Version 0.97 released.
|
|
1837
|
|
1838 Wed Sep 25 00:12:09 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1839
|
|
1840 * widget-edit.el (url-link): New widget.
|
|
1841
|
|
1842 * custom-edit.el (custom-variable-set-default): Also set current
|
|
1843 value.
|
|
1844
|
|
1845 * lpath.el: Added dummy definitions to really shut up the byte
|
|
1846 compiler.
|
|
1847
|
|
1848 * custom-edit.el (custom-buffer-create): Create a help button.
|
|
1849
|
|
1850 * widget-edit.el (info-link): New widget.
|
|
1851
|
|
1852 Tue Sep 24 23:52:07 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1853
|
|
1854 * custom.texi (The Customization Buffer): Exanded a lot.
|
|
1855
|
|
1856 Mon Sep 23 18:27:55 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1857
|
|
1858 * Makefile (FTPDIR): New variable.
|
|
1859 (dist): Use it.
|
|
1860
|
|
1861 * Version 0.96 released.
|
|
1862
|
|
1863 Mon Sep 23 13:30:08 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1864
|
|
1865 * widget.texi (editable-field): Added explanation of
|
|
1866 :hide-front-space and :hide-rear-space.
|
|
1867
|
|
1868 * widget-edit.el (widget-specify-field): Make front and rear
|
|
1869 spaces intangible only when the :format string says it is safe, or
|
|
1870 the user has explictly requested it.
|
|
1871
|
|
1872 * widget.el (:hide-front-space): New keyword.
|
|
1873 (:hide-rear-space): New keyword.
|
|
1874
|
|
1875 * widget-edit.el (widget-field-value-create): Don't insert space
|
|
1876 for empty values.
|
|
1877 (widget-specify-field-update): Make null sized field have a face
|
|
1878 that extents to the end of the line.
|
|
1879 (widget-after-change): Make sure face is updated after extending a
|
|
1880 fixed size field.
|
|
1881
|
|
1882 Sun Sep 22 21:07:56 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1883
|
|
1884 * Version 0.95 released.
|
|
1885
|
|
1886 Sun Sep 22 13:44:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1887
|
|
1888 * widget-edit.el (symbol): Kludge allowing multiple conversions.
|
|
1889 (widget-field-value-create): Don't append spaces unless empty.
|
|
1890 Suggested by David Byers <davby@ida.liu.se>.
|
|
1891 (widget-field-value-get): Don't remove trailing spacesfor variable
|
|
1892 sized fields. Suggested by David Byers <davby@ida.liu.se>.
|
|
1893
|
|
1894 * custom-edit.el (custom-show): New function.
|
|
1895 (custom-variable-value-create): Use it.
|
|
1896 (editable-field): Only show when value has no newlines and is
|
|
1897 shorter than 40 characters.
|
|
1898 (custom-buffer-create): Use `switch-to-buffer' instead of
|
|
1899 `switch-to-buffer-other-window'.
|
|
1900
|
|
1901 * widget-edit.el: Added hack to make `widget-edit.el' useful even
|
|
1902 with the old custom library. Suggested by David Byers
|
|
1903 <davby@ida.liu.se>.
|
|
1904
|
|
1905 * custom-edit.el (custom-help): Delete widget.
|
|
1906 (custom-help-action): Delete function.
|
|
1907 (:custom-doc): Delete keyword.
|
|
1908 (:custom-documentation-property): Delete keyword.
|
|
1909 (custom-format-handler): Leave `h' to `widget-help-format-handler'.
|
|
1910 (custom): Replace `:custom-documentation-property' with
|
|
1911 `:documentation-property'.
|
|
1912 (custom-variable): Ditto.
|
|
1913 (custom-face): Ditto.
|
|
1914 (custom-group): Ditto.
|
|
1915
|
|
1916 * widget-edit.el (widget-help): New widget.
|
|
1917 (widget-help-action): New function.
|
|
1918 (widget-help-format-handler): New function.
|
|
1919 (function-item): New widget.
|
|
1920 (variable-item): New widget.
|
|
1921 (hook): New widget.
|
|
1922
|
|
1923 * widget.el (:documentation-property): New keyword.
|
|
1924 (:widget-doc): New keyword.
|
|
1925
|
|
1926 * custom-edit.el (custom-variable-state-set): Compare value to
|
|
1927 evaluted defaults.
|
|
1928
|
|
1929 * widget-edit.el (radio): New sexp widget.
|
|
1930
|
|
1931 * lpath.el (custom): Add require.
|
|
1932
|
|
1933 * custom.el: (custom-face-empty): Test for `(boundp 'make-face)'.
|
|
1934 Reported by enami tsugutomo <enami@ba2.so-net.or.jp>.
|
|
1935 (custom-face-display-set): Ditto.
|
|
1936
|
|
1937 * lpath.el: Removed byte compiler kludge.
|
|
1938
|
|
1939 Sun Sep 22 11:48:02 1996 Lars Magne Ingebrigtsen <larsi@hler.ifi.uio.no>
|
|
1940
|
|
1941 * custom.el (defcustom): Eval and compile.
|
|
1942 * widget.el (define-widget-keywords): Ditto.
|
|
1943
|
|
1944 Sat Sep 21 23:17:22 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1945
|
|
1946 * Version 0.94 released.
|
|
1947
|
|
1948 Sat Sep 21 13:26:15 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1949
|
|
1950 * custom-edit.el: Added `:custom-apply', `:custom-set-default',
|
|
1951 and `:custom-reset' keywords.
|
|
1952 (custom-variable): Bind above.
|
|
1953 (custom-face): Ditto.
|
|
1954 (custom-group): Ditto.
|
|
1955 (custom-group-menu): Activate functions below.
|
|
1956 (custom-group-apply): New function.
|
|
1957 (custom-group-set-default): New function.
|
|
1958 (custom-group-reset): New function.
|
|
1959 (custom-mode-menu): New menu.
|
|
1960 (custom-mode): Describe all commands.
|
|
1961 (custom-mode): Added `custom-mode-hook' hook.
|
|
1962 (custom-apply): New command.
|
|
1963 (custom-set-default): New command.
|
|
1964 (custom-reset): New command.
|
|
1965 (custom-buffer-create): Set `custom-options' properly.
|
|
1966 (custom-buffer-create): Add `apply', `Set Default', and `Reset'
|
|
1967 butons.
|
|
1968
|
|
1969 * custom.texi (Wishlist): Remove implemented items from the
|
|
1970 wishlist.
|
|
1971
|
|
1972 * widget.texi (atoms): Document `boolean' widget.
|
|
1973 (composite): Document `choice', `set', and `repeat' widgets.
|
|
1974
|
|
1975 * widget-edit.el (boolean): New sexp widget.
|
|
1976
|
|
1977 * Version 0.93 released.
|
|
1978
|
|
1979 Sat Sep 21 00:57:14 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1980
|
|
1981 * lpath.el Disable byte compiler hacking on XEmacs.
|
|
1982
|
|
1983 * Version 0.92 released.
|
|
1984
|
|
1985 Fri Sep 20 03:04:53 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1986
|
|
1987 * Added support for automatic indentation of nested widgets.
|
|
1988
|
|
1989 * Made code and internal API creation of nested widget more
|
|
1990 clear and less buggy.
|
|
1991
|
|
1992 * Version 0.91 released.
|
|
1993
|
|
1994 Thu Sep 19 19:30:46 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1995
|
|
1996 * lpath.el: Add code to shut up the compiler.
|
|
1997
|
|
1998 * widget.el (define-widget-keywords): Use this to shut up the
|
|
1999 bytecompiler.
|
|
2000
|
|
2001 * widget-edit.el: (widget-field-action): New function.
|
|
2002 (field): Added.
|
|
2003 (string, list, vector, cons): Added tag.
|
|
2004
|
|
2005 * custom-edit.el (custom-magic): New widget.
|
|
2006 Most other widgets and functions updated to support it.
|
|
2007 (custom-notify): New function.
|
|
2008 (custom): Use it.
|
|
2009 (customize-apropos): Less greedy. Thanks Ilya
|
|
2010 Zakharevich <ilya@math.ohio-state.edu>.
|
|
2011
|
|
2012 * widget-edit.el (pp-to-string): Added autoload. Thanks Ilya
|
|
2013 Zakharevich <ilya@math.ohio-state.edu>.
|
|
2014
|
|
2015 Wed Sep 18 19:24:03 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2016
|
|
2017 * widget-edit.el (widget-documentation-face): New face.
|
|
2018 (widget-specify-doc): Use it.
|
|
2019
|
|
2020 Tue Sep 17 00:57:02 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2021
|
|
2022 * widget-edit.el (item): Add "%d" to format.
|
|
2023 (function): New widget.
|
|
2024 (variable): New widget.
|
|
2025 (regexp): New widget.
|
|
2026
|
|
2027 * custom.el (custom-x-color-values): Stolen from Gnus.
|
|
2028 (custom-background-mode): Stolen from Gnus.
|
|
2029 (custom-display-match-frame): Should now work on XEmacs.
|
|
2030
|
|
2031 * custom-edit.el: Minor cleanups in organization.
|
|
2032 (custom-variable-value-create): Handle case where the value of a
|
|
2033 variable does not match the type gracefully.
|
|
2034 (custom-redraw): Renamed from `custom-reset'.
|
|
2035
|
|
2036 * Version 0.9 released.
|
|
2037
|
|
2038 Tue Sep 17 00:21:01 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2039
|
|
2040 * widget-edit.el (widget-color-action): Use `read-prompt' in
|
|
2041 XEmacs and `read-string' on a tty.
|
|
2042
|
|
2043 * custom-edit.el (customize-apropos): Don't match undocumented
|
|
2044 variables.
|
|
2045
|
|
2046 Mon Sep 16 15:44:34 1996 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2047
|
|
2048 * custom-edit.el: Added help text to many widgets.
|
|
2049
|
|
2050 * widget-edit.el (color-item): Made it a choice-item.
|
|
2051
|
|
2052 * custom-edit.el (custom-level): New widget.
|
|
2053 (custom-help): New widget.
|
|
2054 (custom): New widget.
|
|
2055 (custom-variable): Derive widget from `custom'.
|
|
2056 (custom-face): Ditto.
|
|
2057 (custom-group): Ditto.
|
|
2058
|
|
2059 * widget-edit.el (widget-choose): Do not reverse the items here.
|
|
2060 (widget-choice-action): Reverese the items here instead.
|
|
2061
|
|
2062 * custom.el (keywords): Only define the keywords used by
|
|
2063 declarations here.
|
|
2064
|
|
2065 * widget-edit.el (toggle): Removed `:void' property.
|
|
2066
|
|
2067 * custom.texi (Declaring Groups): Use proper defuns.
|
|
2068
|
|
2069 * Makefile (TEXT): Added `ChangeLog' and `custom.texi'.
|
|
2070 (dist): Add release to `ChangeLog'.
|