diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae0deed1294..4496b3111b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -27,6 +27,24 @@ | |||
| 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 | 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. | ||
| 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, |