Mercurial > hg > xemacs-beta
diff man/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 | e2e5b8d4abd5 |
children | 11812ec0334c |
line wrap: on
line diff
--- a/man/ChangeLog Fri Dec 19 11:24:59 2003 +0000 +++ b/man/ChangeLog Fri Dec 19 14:29:07 2003 +0000 @@ -1,3 +1,8 @@ +2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> + + * lispref/customize.texi (Defining New Types): New node. + From Per Abrahamsen <abraham@dina.kvl.dk> + 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> * lispref/tips.texi (Comment Tips): Typo fix.