comparison 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
comparison
equal deleted inserted replaced
1832:5d8dcaecc32b 1833:eed841acc858
1 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au>
2
3 * wid-edit.el (lazy): New.
4 (widget-child-value-get): New.
5 (widget-child-value-inline): New.
6 (widget-child-validate): New.
7 (widget-type-value-create): New.
8 (widget-type-default-get): New.
9 (widget-type-match): New.
10
11 This adds a "lazy" widget to allow the definition of recursive
12 datatypes for customize. The composite widgets expand their
13 subtypes immediately, which cause obvious problems for recursive
14 datatypes. The "lazy" will only expand them when needed, hense
15 the name.
16 From Per Abrahamsen <abraham@dina.kvl.dk>
17
1 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> 18 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au>
2 19
3 * package-get.el (package-get-list-packages-where): New. A 20 * package-get.el (package-get-list-packages-where): New. A
4 function that allows searching for groups of packages. For 21 function that allows searching for groups of packages. For
5 example, find all packages that require the fsf-compat package. 22 example, find all packages that require the fsf-compat package.