Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 1833:eed841acc858
[xemacs-hg @ 2003-12-19 14:28:45 by youngs]
2003-12-15 Steve Youngs <sryoungs@bigpond.net.au>
* wid-edit.el (lazy): New.
(widget-child-value-get): New.
(widget-child-value-inline): New.
(widget-child-validate): New.
(widget-type-value-create): New.
(widget-type-default-get): New.
(widget-type-match): New.
This adds a "lazy" widget to allow the definition of recursive
datatypes for customize. The composite widgets expand their
subtypes immediately, which cause obvious problems for recursive
datatypes. The "lazy" will only expand them when needed, hense
the name.
From Per Abrahamsen <abraham@dina.kvl.dk>
2003-12-15 Steve Youngs <sryoungs@bigpond.net.au>
* lispref/customize.texi (Defining New Types): New node.
From Per Abrahamsen <abraham@dina.kvl.dk>
author | youngs |
---|---|
date | Fri, 19 Dec 2003 14:29:07 +0000 |
parents | 5d8dcaecc32b |
children | 375ec21c9374 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 19 11:24:59 2003 +0000 +++ b/lisp/ChangeLog Fri Dec 19 14:29:07 2003 +0000 @@ -1,3 +1,20 @@ +2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> + + * wid-edit.el (lazy): New. + (widget-child-value-get): New. + (widget-child-value-inline): New. + (widget-child-validate): New. + (widget-type-value-create): New. + (widget-type-default-get): New. + (widget-type-match): New. + + This adds a "lazy" widget to allow the definition of recursive + datatypes for customize. The composite widgets expand their + subtypes immediately, which cause obvious problems for recursive + datatypes. The "lazy" will only expand them when needed, hense + the name. + From Per Abrahamsen <abraham@dina.kvl.dk> + 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> * package-get.el (package-get-list-packages-where): New. A