comparison 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
comparison
equal deleted inserted replaced
1832:5d8dcaecc32b 1833:eed841acc858
1 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au>
2
3 * lispref/customize.texi (Defining New Types): New node.
4 From Per Abrahamsen <abraham@dina.kvl.dk>
5
1 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> 6 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru>
2 7
3 * lispref/tips.texi (Comment Tips): Typo fix. 8 * lispref/tips.texi (Comment Tips): Typo fix.
4 9
5 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> 10 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>