diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 03 04:21:12 2002 +0000
+++ b/lisp/ChangeLog	Thu Oct 03 13:46:25 2002 +0000
@@ -27,6 +27,24 @@
 	* startup.el (normal-top-level): Reset standard-value property of
 	`user-full-name' here.
 
+2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* wid-edit.el (widget-default-get): Change to return external
+	value. 
+	(widget-choice-action): Update caller.
+	(widget-editable-list-entry-create): Update caller.
+
+	* wid-edit.el (widget-types-copy): New function.
+	(default): Added :copy keyword.
+	(menu-choice): Ditto.
+	(checklist): Ditto.
+	(radio-button-choice): Ditto.
+	(editable-list): Ditto.
+	(group): Ditto.
+	(widget-copy): New function.
+	(widget-create-child): Use it.
+	(widget-create-child-value): Use it.
+
 2002-10-01  Bill Wohler  <wohler@newt.com>
 
 	* mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,