Initial Commit
[packages] / xemacs-packages / build / TODO
1 2001-03-17  Adrian Aichner  <adrian@xemacs.org>
2
3 Need to remove trailing \ from build-make variables containing pathnames.
4
5 2000-09-30  Adrian Aichner  <adrian@xemacs.org>
6
7 Avoid GUI elements to appear and disappear depending on user choices.
8 Present all and activate or deactivate them as appropriate.
9
10     (setq
11      build-from-button-widget     
12      (widget-create 'push-button
13                     :notify (lambda (&rest ignore)
14                               (cond
15                                ((string-equal build-from-what "Tarballs")
16                                 (build-from-tarballs))
17                                ((string-equal build-from-what "CVS")
18                                 (build-from-CVS))))
19                     (format "Build XEmacs From %s Now ..." build-from-what)))
20
21 is an example that needs to be fixed.
22