comparison lisp/about.el @ 333:4f79e16b1112 r21-0-64

Import from CVS: tag r21-0-64
author cvs
date Mon, 13 Aug 2007 10:49:50 +0200
parents 19dcec799385
children 336b97f03633
comparison
equal deleted inserted replaced
332:bb75ebac9531 333:4f79e16b1112
78 (mly "Richard Mlynarik" "mly@adoc.xerox.com") 78 (mly "Richard Mlynarik" "mly@adoc.xerox.com")
79 (morioka "MORIOKA Tomohiko" "morioka@jaist.ac.jp") 79 (morioka "MORIOKA Tomohiko" "morioka@jaist.ac.jp")
80 (martin "Martin Buchholz" "martin@xemacs.org") 80 (martin "Martin Buchholz" "martin@xemacs.org")
81 (ograf "Oliver Graf" "ograf@fga.de") 81 (ograf "Oliver Graf" "ograf@fga.de")
82 (pez "Peter Pezaris" "pez@dwwc.com") 82 (pez "Peter Pezaris" "pez@dwwc.com")
83 (piper "Andy Piper" "andyp@parallax.co.uk") 83 (piper "Andy Piper" "andy@xemacs.org")
84 (rickc "Rick Campbell" "rickc@lehman.com") 84 (rickc "Rick Campbell" "rickc@lehman.com")
85 (rossini "Anthony Rossini" "rossini@stat.sc.edu") 85 (rossini "Anthony Rossini" "rossini@stat.sc.edu")
86 (vin "Vin Shelton" "acs@acm.org") 86 (vin "Vin Shelton" "acs@acm.org")
87 (sperber "Michael Sperber" "sperber@informatik.uni-tuebingen.de") 87 (sperber "Michael Sperber" "sperber@informatik.uni-tuebingen.de")
88 (slb "SL Baur" "steve@xemacs.org") 88 (slb "SL Baur" "steve@xemacs.org")
114 (kyle . "http://www.wonderworks.com/kyle/") 114 (kyle . "http://www.wonderworks.com/kyle/")
115 (larsi . "http://www.ifi.uio.no/~larsi/") 115 (larsi . "http://www.ifi.uio.no/~larsi/")
116 (marcpa . "http://www.positron911.com/products/power.htm") 116 (marcpa . "http://www.positron911.com/products/power.htm")
117 (ograf . "http://www.fga.de/~ograf/") 117 (ograf . "http://www.fga.de/~ograf/")
118 (pez . "http://www.dwwc.com/") 118 (pez . "http://www.dwwc.com/")
119 (piper . "http://www.parallax.co.uk/~andyp") 119 (piper . "http://www.xemacs.freeserve.co.uk/")
120 (vin . "http://www.upa.org/") 120 (vin . "http://www.upa.org/")
121 (stigb . "http://www.tihlde.hist.no/~stigb/") 121 (stigb . "http://www.tihlde.hist.no/~stigb/")
122 (wget . "ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/") 122 (wget . "ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/")
123 (xemacs . "http://www.xemacs.org/")) 123 (xemacs . "http://www.xemacs.org/"))
124 "Some of the more important URLs.") 124 "Some of the more important URLs.")
281 :action 'about-maintainer 281 :action 'about-maintainer
282 :tag name 282 :tag name
283 :value who) 283 :value who)
284 (widget-insert (format " <%s>\n" address))))) 284 (widget-insert (format " <%s>\n" address)))))
285 ;; Setup persons responsible for this release. 285 ;; Setup persons responsible for this release.
286 (mapc 'setup-person '(slb hniksic kyle martin)) 286 (mapc 'setup-person '(slb hniksic kyle martin piper))
287 (widget-insert "\n\t* ") 287 (widget-insert "\n\t* ")
288 (widget-create 'link :help-echo "A legion of XEmacs hackers" 288 (widget-create 'link :help-echo "A legion of XEmacs hackers"
289 :action 'about-hackers 289 :action 'about-hackers
290 :button-prefix "" 290 :button-prefix ""
291 :button-suffix "" 291 :button-suffix ""