comparison lisp/ChangeLog @ 47741:be7a44c8fe9c

wid-edit.el fixes
author Per Abrahamsen <abraham@dina.kvl.dk>
date Thu, 03 Oct 2002 13:46:25 +0000
parents f75902c4cbb5
children c619d4098aec
comparison
equal deleted inserted replaced
47740:c09fefd016a4 47741:be7a44c8fe9c
24 24
25 * progmodes/sh-script.el (sh-alias-alist): Use append instead of nconc. 25 * progmodes/sh-script.el (sh-alias-alist): Use append instead of nconc.
26 26
27 * startup.el (normal-top-level): Reset standard-value property of 27 * startup.el (normal-top-level): Reset standard-value property of
28 `user-full-name' here. 28 `user-full-name' here.
29
30 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
31
32 * wid-edit.el (widget-default-get): Change to return external
33 value.
34 (widget-choice-action): Update caller.
35 (widget-editable-list-entry-create): Update caller.
36
37 * wid-edit.el (widget-types-copy): New function.
38 (default): Added :copy keyword.
39 (menu-choice): Ditto.
40 (checklist): Ditto.
41 (radio-button-choice): Ditto.
42 (editable-list): Ditto.
43 (group): Ditto.
44 (widget-copy): New function.
45 (widget-create-child): Use it.
46 (widget-create-child-value): Use it.
29 47
30 2002-10-01 Bill Wohler <wohler@newt.com> 48 2002-10-01 Bill Wohler <wohler@newt.com>
31 49
32 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el, 50 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
33 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el, 51 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,