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