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