SXEmacs, meet Dbus. Dbus, meet SXEmacs
[sxemacs] / lisp / about.el
1 ;;; about.el --- the About The Authors page (shameless self promotion).
2
3 ;; Copyright (c) 1997 Free Software Foundation, Inc.
4 ;; Copyright (C) 2001 Ben Wing.
5 ;; Copyright (C) 2004 - 2012 Steve Youngs.
6
7 ;; Keywords: extensions
8 ;; Version: 3.0
9 ;; Maintainer: SXEmacs Development Team
10
11 ;; This file is part of SXEmacs.
12
13 ;; SXEmacs is free software: you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation, either version 3 of the License, or
16 ;; (at your option) any later version.
17
18 ;; SXEmacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 ;; GNU General Public License for more details.
22
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
25
26 ;;; Synched up with: Not in FSF.
27
28 ;; Original code: Jamie Zawinski <jwz@jwz.org>
29 ;; Text: Ben Wing <ben@xemacs.org>, Jamie Zawinski <jwz@jwz.org>
30 ;; Hard: Amiga 1000, Progressive Peripherals Frame Grabber.
31 ;; Soft: FG 2.0, DigiPaint 3.0, pbmplus (dec 91), xv 3.0.
32 ;; Modified for 19.11 by Eduardo Pelegri-Llopart <pelegri@eng.sun.com>
33 ;;                    and Chuck Thompson <cthomp@xemacs.org>
34 ;; More hacking for 19.12 by Chuck Thompson and Ben Wing.
35 ;; 19.13 and 19.14 updating done by Chuck Thompson.
36 ;; 19.15 and 20.0 updating done by Steve Baur and Martin Buchholz.
37
38 ;; Completely rewritten for 20.3 by Hrvoje Niksic <hniksic@xemacs.org>.
39 ;; The original had no version numbers; I numbered the rewrite as 2.0.
40 ;; Extensively revamped and most text rewritten by Ben Wing
41 ;; <ben@xemacs.org> for 21.4.
42
43 ;; Revamped again by Steve Youngs <steve@sxemacs.org> for SXEmacs.
44 ;; Lets call it version 3.0 of this file.
45
46 ;; Many things in this file are to gag.  Ideally, we should just use
47 ;; HTML (or some other extension, e.g. info) for this sort of thing.
48 ;; However, W3 loads too long and is too large to be dumped with
49 ;; XEmacs.
50
51 ;; If you think this is ugly now -- o boy, you should have seen it
52 ;; before.
53
54 (require 'wid-edit)
55
56 ;; People in this list have their individual links from the main page,
57 ;; or from the `Legion' page.  If they have an image, it should be
58 ;; named after the CAR of the list element (baw -> baw.png).
59 ;;
60 ;; If you add to this list, you'll want to update
61 ;; `about-personal-info' and `about-hackers', and add the name to one
62 ;; of the three mutually exclusive lists just below.
63
64 (defface about-headline-face
65   '((((class color) (background dark))
66      (:foreground "red" :bold t))
67     (((class color) (background light))
68      (:foreground "red4" :bold t))
69     (((class grayscale) (background light))
70      (:foreground "LightGray" :bold t))
71     (((class grayscale) (background dark))
72      (:foreground "DimGray" :bold t))
73     (t (:bold t)))
74   "Face used for colour-highlighted headlines in the About page.")
75
76 (defface about-link-face
77   '((((class color) (background dark))
78      (:foreground "blue" :underline t))
79     (((class color) (background light))
80      (:foreground "blue4" :underline t))
81     (((class grayscale) (background light))
82      (:foreground "DimGray" :bold t :italic t :underline t))
83     (((class grayscale) (background dark))
84      (:foreground "LightGray" :bold t :italic t :underline t))
85     (t (:underline t)))
86   "Face used for links in the About page.")
87
88 (defvar sxemacs-hackers
89   '(
90     ;; to sort the stuff below, use M-x sort-regexp-fields RET
91     ;; ^.*$ RET (\([a-z]*\) RET
92     (adrian    "Adrian Aichner"    "adrian@xemacs.org")
93     (aj        "Andreas Jaeger"    "aj@xemacs.org")
94     (ajc       "Andrew Cosgriff"   "ajc@xemacs.org")
95     (alastair  "Alastair Houghton" "alastair@xemacs.org")
96     (baw       "Barry Warsaw"      "bwarsaw@xemacs.org")
97     (ben       "Ben Wing"          "ben@xemacs.org")
98     (bw        "Bob Weiner"        "weiner@xemacs.org")
99     (cgw       "Charles Waldman"   "cgw@xemacs.org")
100     (chr       "Christian Nybø"    "chr@xemacs.org")
101     (craig     "Craig Lanning"     "craig@xemacs.org")
102     (cthomp    "Chuck Thompson"    "cthomp@xemacs.org")
103     (daiki     "Daiki Ueno"        "daiki@xemacs.org")
104     (dan       "Dan Holmsand"      "dan@xemacs.org")
105     (darrylo   "Darryl Okahata"    "darrylo@xemacs.org")
106     (devin     "Matthieu Devin"    "devin@xemacs.org")
107     (dkindred  "Darrell Kindred"   "dkindred@xemacs.org")
108     (dmoore    "David Moore"       "dmoore@xemacs.org")
109     (dv        "Didier Verna"      "didier@xemacs.org")
110     (eb        "Eric Benson"       "eb@xemacs.org")
111     (erik      "Erik Arneson"      "erik@sxemacs.org")
112     (fabrice   "Fabrice Popineau"  "fabrice@xemacs.org")
113     (golubev   "Ilya Golubev"      "golubev@xemacs.org")
114     (gunnar    "Gunnar Evermann"   "gunnar@xemacs.org")
115     (hbs       "Harlan Sexton"     "hbs@xemacs.org")
116     (heatxsink "Nick Granado"      "heatxsink@sxemacs.org")
117     (hisashi   "Hisashi Miyashita" "hisashi@xemacs.org")
118     (hmuller   "Hans Muller"       "hmuller@xemacs.org")
119     (hniksic   "Hrvoje Niksic"     "hniksic@xemacs.org")
120     (hobley    "David hobley"      "hobley@xemacs.org")
121     (hroptatyr "Sebastian Freundt" "hroptatyr@sxemacs.org")
122     (hynek     "Hynek Schlawack"   "hynek@sxemacs.org")
123     (jan       "Jan Vroonhof"      "jan@xemacs.org")
124     (jareth    "Jareth Hein"       "jareth@xemacs.org")
125     (jason     "Jason R. Mastaler" "jason@xemacs.org")
126     (jens      "Jens Lautenbacher" "jens@xemacs.org")
127     (jmiller   "Jeff Miller"       "jmiller@xemacs.org")
128     (jonathan  "Jonathan Harris"   "jonathan@xemacs.org")
129     (juhp      "Jens-Ulrik Holger Petersen" "petersen@xemacs.org")
130     (jwz       "Jamie Zawinski"    "jwz@xemacs.org")
131     (kazz      "IENAGA Kazuyuki"   "ienaga@xemacs.org")
132     (kirill    "Kirill Katsnelson" "kirill@xemacs.org")
133     (kyle      "Kyle Jones"        "kyle@xemacs.org")
134     (larsi     "Lars Magne Ingebrigtsen" "larsi@xemacs.org")
135     (lg        "Evgeny Zajcev"     "lg@sxemacs.org")
136     (marcpa    "Marc Paquette"     "marcpa@xemacs.org")
137     (martin    "Martin Buchholz"   "martin@xemacs.org")
138     (mcook     "Michael R. Cook"   "mcook@xemacs.org")
139     (mly       "Richard Mlynarik"  "mly@xemacs.org")
140     (morioka   "MORIOKA Tomohiko"  "morioka@xemacs.org")
141     (mta       "Mike Alexander"    "mta@xemacs.org")
142     (myrkraverk "Johann Oskarsson" "myrkraverk@sxemacs.org")
143     (njsf       "Nelson Ferreira"  "njsf@sxemacs.org")
144     (ograf     "Oliver Graf"       "ograf@xemacs.org")
145     (olivier   "Olivier Galibert"  "olivier@xemacs.org")
146     (oscar     "Oscar Figueiredo"  "oscar@xemacs.org")
147     (peanuthorst "Horst Günther Burkhardt" "horst@sxemacs.org")
148     (pelegri   "Eduardo Pelegri-Llopart" "pelegri@xemacs.org")
149     (pez       "Peter Pezaris"     "pez@xemacs.org")
150     (piper     "Andy Piper"        "andy@xemacs.org")
151     (pittman   "Daniel Pittman"    "pittman@xemacs.org")
152     (rendhalver "Peter Brown"      "rendhalver@sxemacs.org")
153     (rickc     "Rick Campbell"     "rickc@xemacs.org")
154     (rose      "John Rose"         "rose@xemacs.org")
155     (rossini   "Anthony Rossini"   "rossini@xemacs.org")
156     (slb       "Steve Baur"        "steve@xemacs.org")
157     (sperber   "Michael Sperber"   "mike@xemacs.org")
158     (steve     "Steve Youngs"      "steve@sxemacs.org")
159     (stig      "Jonathan Stigelman" "stig@xemacs.org")
160     (stigb     "Stig Bjorlykke"    "stigb@xemacs.org")
161     (thiessel  "Marcus Thiessel"   "marcus@xemacs.org")
162     (tomonori  "Tomonori Ikeyama"  "tomonori@xemacs.org")
163     (tuck      "Matt Tucker"       "tuck@xemacs.org")
164     (turnbull  "Stephen Turnbull"  "turnbull@xemacs.org")
165     (vin       "Vin Shelton"       "acs@xemacs.org")
166     (vladimir  "Vladimir Ivanovic" "vladimir@xemacs.org")
167     (wmperry   "William Perry"     "wmperry@xemacs.org")
168     (yoshiki   "Yoshiki Hayashi"   "yoshiki@xemacs.org")
169     )
170   "Alist of SXEmacs hackers.")
171
172 (defvar about-current-release-maintainers
173   ;; this list should not necessarily be in sorted order.
174   '(steve hroptatyr njsf lg peanuthorst))
175
176 (defvar about-other-current-hackers '(erik hynek))
177
178 (defvar about-once-and-future-hackers
179   '(adrian aj ajc alastair baw ben bw cgw chr craig cthomp daiki dan darrylo
180            devin dkindred dmoore dv eb fabrice golubev gunnar heatxsink hbs hisashi
181            hmuller hniksic hobley jan jareth jason jens jmiller jonathan juhp
182            jwz kazz kirill kyle larsi marcpa martin mcook mly morioka mta myrkraverk
183            ograf olivier oscar pelegri pez piper pittman rendhalver rickc rose
184            rossini slb sperber stig stigb thiessel tomonori tuck turnbull vin
185            vladimir wmperry yoshiki))
186
187 ;; The CAR of alist elements is a valid argument to `about-url-link'.
188 ;; It is preferred to a simple string, because it makes maintenance
189 ;; easier.  Please add new URLs to this list.
190 (defvar about-url-alist
191     ;; to sort the stuff below, use M-x sort-regexp-fields RET
192     ;; ^.*$ RET (\([a-z]*\) RET
193   '((ajc        . "http://www-personal.monash.edu.au/~ajc/")
194     (alastair   . "http://website.lineone.net/~ajhoughton/")
195     (baw        . "http://barry.wooz.org/")
196     (ben        . "http://www.666.com/ben/")
197     (ben-xemacs . "http://www.xemacs.org/Architecting-XEmacs/index.html")
198     (beopen     . "http://www.beopen.com/")
199     (cc-mode    . "http://cc-mode.sourceforge.net/")
200     (chr        . "http://www.xemacs.org/faq/")
201     (daiki      . "http://deisui.bug.org/diary/servlet/view")
202     (dkindred   . "http://www.cs.cmu.edu/People/dkindred/me.html")
203     (dmoore     . "http://oj.egbt.org/dmoore/")
204     (dv         . "http://www.lrde.epita.fr/~didier/")
205     (fabrice    . "http://www.ese-metz.fr/~popineau/")
206     (fptex      . "http://www.fptex.org/")
207     (hroptatyr  . "http://www.math.tu-berlin.de/~freundt/")
208     (jason      . "http://www.mastaler.com/")
209     (juhp       . "http://www.01.246.ne.jp/~juhp/")
210     (jwz        . "http://www.jwz.org/")
211     (kazz       . "http://www.imasy.or.jp/~kazz/")
212     (kyle       . "http://www.wonderworks.com/kyle/")
213     (larsi      . "http://quimby.gnus.org/lmi/")
214     (marcpa     . "http://www.positron911.com/products/power.htm")
215     (ograf      . "http://www.fga.de/~ograf/")
216     (peanuthorst . "http://pan.doras-box.org/")
217     (pez        . "http://cbs.sportsline.com/")
218     (piper      . "http://www.andypiper.com/")
219     (rossini    . "http://faculty.washington.edu/rossini/")
220     (steve      . "http://www.steveyoungs.com/")
221     (steve-emchat . "http://www.emchat.org/")
222     (steve-g+   . "http://plus.steveyoungs.com/about/")
223     (steve-inits . "http://bastard.steveyoungs.com/~steve/SXEmacs/htmlinits/")
224     (steve-twit . "https://twitter.com/#!/SteveYoungs")
225     (stigb      . "http://www.tihlde.hist.no/~stigb/")
226     (sxemacs    . "http://www.sxemacs.org/")
227     (sxemacs-shop . "http://store.sxemacs.org/")
228     (vin        . "http://www.upa.org/")
229     (vladimir   . "http://www.leonora.org/~vladimir/")
230     (wget       . "http://sunsite.dk/wget/")
231     (xemacs     . "http://www.xemacs.org/"))
232   "Some of the more important URLs.")
233
234 (defvar about-left-margin 3)
235
236 (defun about-lookup-url (name)
237   (let ((result (cdr (assq name about-url-alist))))
238     (assert result)
239     result))
240
241 ;; Insert a URL link in the buffer.  TEXT-TO-INSERT is the text that will
242 ;; be hyperlinked; if omitted, the URL is used.  HELP-ECHO is some text that
243 ;; will be displayed when the mouse moves over the link.
244 (defun about-url-link (url &optional text-to-insert help-echo)
245   (assert url)
246   (when (symbolp url)
247     (setq url (about-lookup-url url)))
248   (when (and text-to-insert (symbolp text-to-insert))
249     (setq text-to-insert (about-lookup-url text-to-insert)))
250   (widget-create 'url-link
251                  :button-prefix ""
252                  :button-suffix ""
253                  :help-echo help-echo
254                  :tag (or text-to-insert url)
255                  url))
256
257 ;; Insert a mail link in the buffer.
258 (defun about-mailto-link (address)
259   (lexical-let ((address address))
260     (widget-create 'link
261                    :tag address
262                    :button-prefix ""
263                    :button-suffix ""
264                    :action (lambda (widget &optional event)
265                              (compose-mail address))
266                    :help-echo (format "Send mail to %s" address))))
267
268 ;; Attach a face to a string, in order to be inserted into the buffer.
269 ;; Make sure that the extent is duplicable, but unique.  Returns the
270 ;; string.
271 (defun about-with-face (string face)
272   (let ((ext (make-extent 0 (length string) string)))
273     (set-extent-property ext 'duplicable t)
274     (set-extent-property ext 'unique t)
275     (set-extent-property ext 'start-open t)
276     (set-extent-property ext 'end-open t)
277     (set-extent-face ext face))
278   string)
279
280 ;; Switch to buffer NAME.  If it doesn't exist, make it and switch to it.
281 (defun about-get-buffer (name)
282   (cond ((get-buffer name)
283          (switch-to-buffer name)
284          (delete-other-windows)
285          (goto-char (point-min))
286          name)
287         (t
288          (switch-to-buffer name)
289          (delete-other-windows)
290          (buffer-disable-undo)
291          ;; #### This is a temporary fix until wid-edit gets fixed right.
292          ;; We don't do everything that widget-button-click does -- i.e.
293          ;; we don't change the link color on button down -- but that's
294          ;; not important.
295          (add-local-hook
296           'mouse-track-click-hook
297           #'(lambda (event count)
298               (cond
299                ((widget-event-point event)
300                 (let* ((pos (widget-event-point event))
301                        (button (get-char-property pos 'button)))
302                   (when button
303                     (widget-apply-action button event)
304                     t))))))
305          (set-specifier left-margin-width about-left-margin (current-buffer))
306          (set (make-local-variable 'widget-button-face) 'about-link-face)
307          nil)))
308
309 ;; Set up the stuff needed by widget.  Allowed types are `bury' and
310 ;; `kill'.  The reason why we offer both types is performance: when a
311 ;; large buffer is merely buried, `about' will find it again when the
312 ;; user requests it, instead of recreating it.  Small buffers can be
313 ;; killed because it is cheap to generate their contents.
314
315 (defun about-finish-buffer (&optional type)
316   (or type (setq type 'bury))
317   (widget-insert "\n")
318   (if (eq type 'bury)
319       (widget-create 'link
320                      :help-echo "Bury this buffer"
321                      :action (lambda (widget event)
322                                (if event
323                                    ;; For some reason,
324                                    ;; (bury-buffer (event-buffer event))
325                                    ;; doesn't work.
326                                    (with-selected-window (event-window event)
327                                      (bury-buffer))
328                                  (bury-buffer)))
329                      :tag "Bury")
330     (widget-create 'link
331                    :help-echo "Kill this buffer"
332                    :action (lambda (widget event)
333                              (if event
334                                  (kill-buffer (event-buffer event))
335                                (kill-buffer (current-buffer))))
336                    :tag "Kill"))
337   (widget-insert " this buffer and return to previous.\n")
338   (use-local-map (make-sparse-keymap))
339   (set-keymap-parent (current-local-map) widget-keymap)
340   (if (eq type 'bury)
341       (progn
342         (local-set-key "q" 'bury-buffer)
343         (local-set-key "l" 'bury-buffer))
344     (let ((dispose (lambda () (interactive) (kill-buffer (current-buffer)))))
345       (local-set-key "q" dispose)
346       (local-set-key "l" dispose)))
347   (local-set-key " " 'scroll-up)
348   (local-set-key [backspace] 'scroll-down)
349   (local-set-key "\177" 'scroll-down)
350   (widget-setup)
351   (goto-char (point-min))
352   (toggle-read-only 1)
353   (set-buffer-modified-p nil))
354
355 ;; Make the appropriate number of spaces.
356 (defun about-center (string-or-glyph)
357   (let ((n (- (startup-center-spaces string-or-glyph) about-left-margin)))
358     (make-string (if (natnump n) n 0) ?\ )))
359
360 ;; Sexy scrolly
361 (defvar about-rolling-message-leader
362   (about-with-face "[Hall of Fame]: " 'about-headline-face))
363
364 (defun* about-rolling-message (leader &rest msg)
365   "Roll MSG along the echo area, use LEADER as non-rolling prefix."
366   (let* ((msg (concat (apply 'format msg)
367                       "            "))
368          (width (- (window-width (minibuffer-window))
369                    (1+ (length leader))))
370          (msglen (length msg))
371          (normal-range (- msglen width))
372          (long-border-interval 1.5)
373          (long-default-interval 0.15)
374          submsg)
375     (if (< msglen width)
376         (display-message 'no-log (concat leader msg))
377       (while t
378         (dotimes (i msglen)
379           (setq submsg (if (< i normal-range)
380                            (substring msg i (+ i width))
381                          ;; Rolling is needed.
382                          (concat (substring msg i)
383                                  (substring msg 0 (- (+ i width) msglen)))))
384           (display-message 'no-log (concat leader submsg))
385           (unless (sit-for (cond
386                             ((eq i 0) long-border-interval)
387                             (t long-default-interval)))
388             (return-from about-rolling-message)))
389           (garbage-collect)))))
390
391 ;; Main entry page.
392
393 ;;;###autoload
394 (defun about-sxemacs ()
395   "Describe the True Editor and its minions."
396   (interactive)
397   (unless (about-get-buffer "*About SXEmacs*")
398     (widget-insert (about-center sxemacs-logo))
399     (widget-create 'default
400                    :format "%t"
401                    :tag-glyph sxemacs-logo)
402     (widget-insert "\n")
403     (let* ((emacs-about-version emacs-version))
404       (widget-insert (about-center emacs-about-version))
405       (widget-create 'link :help-echo "What's new in SXEmacs"
406                      :action 'about-news
407                      emacs-about-version))
408
409     (widget-insert
410      "\n\n"
411      (about-with-face "SXEmacs" 'bold-italic)
412      " is a powerful, highly customizable open source text editor and
413 application development system, with full GUI support.  It is protected
414 under the GNU Public Licence and other open source licences such as the
415 BSD (revised) Licence.  SXEmacs is related to other versions of Emacs, in
416 particular XEmacs.  Its emphasis is on modern graphical user interface
417 support and an open software development model, similar to Linux.  SXEmacs
418 runs on Linux, and nearly every other version of Unix in existence.
419
420 ")
421     (widget-insert "SXEmacs has many ")
422     (widget-create 'link :help-echo "See a list of SXEmacs advantages over XEmacs"
423                    :action 'about-advantages
424                    :button-prefix ""
425                    :button-suffix ""
426                    "advantages")
427     (widget-insert (format " over XEmacs.  In addition, SXEmacs %s
428 provides many "
429                            emacs-program-version))
430     (widget-create 'link :help-echo (format "See a list of new features in SXEmacs %s"
431                                             emacs-program-version)
432                    :action 'about-news
433                    :button-prefix ""
434                    :button-suffix ""
435                    "new features")
436     (widget-insert ".\n\nMore details on SXEmacs' functionality, including available packages, can
437 be obtained through the ")
438     (widget-create 'info-link
439                    :help-echo "Browse the info system"
440                    :button-prefix ""
441                    :button-suffix ""
442                    :tag "info"
443                    "(dir)")
444
445     (widget-insert
446      " system.\n
447 The SXEmacs web page can be browsed, using any WWW browser at\n
448 \t\t    ")
449     (about-url-link 'sxemacs nil "Visit SXEmacs WWW page")
450     (widget-insert "\n
451 SXEmacs is the result of the time and effort of many people.  The
452 developers responsible for this release are:\n\n")
453
454     (flet ((setup-person (who)
455             (widget-insert "\t* ")
456             (let* ((entry (assq who sxemacs-hackers))
457                    (name (cadr entry))
458                    (address (caddr entry)))
459               (widget-create 'link
460                              :help-echo (concat "Find out more about " name)
461                              :button-prefix ""
462                              :button-suffix ""
463                              :action 'about-maintainer
464                              :tag name
465                              :value who)
466               (widget-insert (format "  <%s>\n" address)))))
467       ;; Setup persons responsible for this release.
468       (mapc 'setup-person about-current-release-maintainers)
469       (widget-insert "\n\t* ")
470       (widget-create 'link :help-echo "A legion of SXEmacs hackers"
471                      :action 'about-hackers
472                      :button-prefix ""
473                      :button-suffix ""
474                      "The full list of contributors...")
475       (widget-insert "\n\n")
476       (widget-insert
477        "You have the program, now get the T-shirt...\n\n\t\t    ")
478       (about-url-link 'sxemacs-shop nil "Check out the SXEmacs merchandise")
479       (widget-insert "\n\n"))
480     (about-finish-buffer 'kill)
481     ;; it looks horrible with the cursor on the first line, since it's
482     ;; so big.
483     (goto-line 2)
484     (about-rolling-message about-rolling-message-leader
485                            (mapconcat
486                             #'(lambda (hacker)
487                                 (cadr (assq hacker sxemacs-hackers)))
488                             (append
489                              about-current-release-maintainers
490                              about-other-current-hackers
491                              about-once-and-future-hackers) " · "))))
492
493 ;; View news
494 (defun about-news (&rest ignore)
495   (view-emacs-news)
496   (message "%s" (substitute-command-keys
497                  "Press \\[kill-buffer] to exit this buffer")))
498
499 (defun about-advantages (&rest ignore)
500   (unless (about-get-buffer "*About Advantages*")
501     (let ((title "SXEmacs Advantages over XEmacs"))
502       (widget-insert
503        "\n"
504        (about-center title)
505        (about-with-face title 'bold)))
506     (widget-insert
507      "\n
508 SXEmacs is still a very young project, but already there are quite a
509 few features and benefits over XEmacs...\n\n"
510      (about-with-face "* Win32 Support" 'bold)
511      "\n
512 We have decided not to support the Win32 platform.  Yes, we consider
513 this a feature\n\n"
514      (about-with-face "* Foreign Function Interface (FFI)" 'bold)
515      "\n
516 This makes it possible to bring the functionality of almost any
517 external library to elisp.  Two useful examples can be found in
518 ffi-curl.el and ffi-wand.el.  The former allows SXEmacs to download
519 files from the internet using any protocol that libcurl supports.
520 And the latter allows SXEmacs to view any image format that libWand
521 supports.\n\n"
522      (about-with-face "* OpenSSL" 'bold)
523      "\n
524 SXEmacs can be compiled with OpenSSL that enables a range of cryptography
525 and digest functionalities.\n\n"
526      (about-with-face "* Fully Autotooled Build Chain" 'bold)
527      "\n
528 SXEmacs uses a completely autotooled build chain that uses aclocal,
529 autoheader, automake, and autoconf.  The configure.ac requires autoconf
530 2.59 or above.\n\n"
531      (about-with-face "* PostgreSQL" 'bold)
532      "\n
533 SXEmacs has better support for PostgreSQL 8.x.\n\n"
534      (about-with-face "* More Mouse Buttons" 'bold)
535      "\n
536 You can bind up to 32 mouse buttons.  The first 26 of which can be
537 used as modifiers.\n\n"
538      (about-with-face "* Uptime" 'bold)
539      "\n
540 Every decent OS has an uptime util... SXEmacs is no exception. :-)\n\n"
541      (about-with-face "* Package Bootstrapping" 'bold)
542      "\n
543 The SXEmacs PUI \(Package User Interface\) can be \"bootstrapped\"
544 without the requirement of having "
545      (about-with-face "any" 'underline)
546      " XEmacs packages pre-installed.\n\n"
547      (about-with-face "* Enhanced Number Types" 'bold)
548      "\n
549 XEmacs 21.5 users might know this as \"bignum\". SXEmacs has bignums
550 and bigfloats and ratios like XEmacs 21.5, but it also goes way
551 beyond the XEmacs implementation. Many, many, more number types and
552 other mathematical goodies are supported in SXEmacs.\n\n"
553      (about-with-face "* Raw Strings" 'bold)
554      "\n
555 SXEmacs has Python-style raw strings. It greatly reduces \"backslashitis\"
556 when writing those hairy regexps. :-)
557
558   Normal regexp: \"\\\\(foo\\\\|bar\\\\)\"
559   Raw string regexp: #r\"\\\(foo\\\|bar\\\)\"\n\n"
560      (about-with-face "* TTY font-locking" 'bold)
561      "\n
562 SXEmacs has improved font-locking in a TTY.\n\n"
563      (about-with-face "* More Image Formats Supported" 'bold)
564      "\n
565 This was mentioned under FFI, but it is worth noting again. With FFI
566 and libWand, SXEmacs can display any image format that is supported by
567 Imagemagick's libwand.\n\n"
568      (about-with-face "* Embeddable KBD Macros" 'bold)
569      "\n
570 With SXEmacs you can embed one keyboard macro inside another, not just
571 prepend or append, but anywhere within the macro.  In other words you
572 can replay a macro while you are defining a macro.\n\n"
573      (about-with-face "* Server Sockets" 'bold)
574      "\n
575 Not only can SXEmacs initiate outgoing TCP/UDP connections like XEmacs can,
576 it can also create and listen for incomming TCP/UDP connections through the
577 use of server sockets.  See `open-network-server-stream'.\n\n"
578      (about-with-face "* Multimedia" 'bold)
579      "\n
580 SXEmacs has quite extensive multimedia support.  Not only can it display
581 practically every image format under the sun, it can also play a large
582 selection of audio formats such as: wav, au, mp3, mka, ogg, aac, ac3,
583 mp4, flac, mpc, and mpa.  SXEmacs supports asynchronous playback.\n\n"
584      (about-with-face "* Skip Lists" 'bold)
585      "\n
586 SXEmacs has a basic implementation of Pugh's skip lists.  Their
587 efficiency is overwhelming when compared to alists or plists.  They
588 also perform better on insertion and removal than large hash-tables
589 \(due to the resizing/rehashing which takes place\).  They can be
590 created almost as fast as lisp lists and thus beat hash-tables
591 there, too.\n\n"
592      (about-with-face "* Bloom Filters" 'bold)
593      "\n
594 Bloom filters are special purpose objects for fast membership tests.
595 They combine the speed of hash-tables with the flexibility of lisp's
596 `memq' function.\n\n"
597      (about-with-face "* Double Linked Lists" 'bold)
598      "\n
599 Double linked lists are simply an extension to ordinary lists that
600 allow you to manipulate or work with either the head or the tail of
601 the list \(ordinary lists only allow working from the head\).\n\n")
602     (about-finish-buffer)))
603
604 (defvar about-glyphs nil
605   "Cached glyphs")
606
607 ;; Return a maintainer's glyph
608 (defun about-maintainer-glyph (who)
609   (let ((glyph (cdr (assq who about-glyphs))))
610     (unless glyph
611       (let ((file (expand-file-name
612                    (concat (symbol-name who)
613                            (if (memq (device-class)
614                                      '(color grayscale))
615                                "" "m")
616                            ".png")
617                    (locate-data-directory "photos")))
618             (data nil))
619         (setq glyph
620               (cond ((stringp data)
621                      (make-glyph
622                       (if (featurep 'png)
623                           `([png :data ,data]
624                             [string :data "[Image]"])
625                         `([string :data "[Image]"]))))
626                     ((eq data 'error)
627                      (make-glyph [string :data "[Error]"]))
628                     (file
629                      (make-glyph
630                       (if (featurep 'png)
631                           `([png :file ,file]
632                             [string :data "[Image]"])
633                         `([string :data "[Image]"]))))
634                     (t
635                      (make-glyph [nothing]))))
636         (set-glyph-property glyph 'baseline 100)
637         ;; Cache the glyph
638         (push (cons who glyph) about-glyphs)))
639     glyph))
640
641 ;; Insert personal info about a maintainer.  See also
642 ;; `about-hacker-contribution'.  Note that the info in
643 ;; `about-hacker-contribution' is automatically displayed in the
644 ;; person's own page, so there is no need to duplicate it.
645 (defun about-personal-info (entry)
646   (ecase (car entry)
647     ;; you can sort the stuff below with something like
648     ;;(sort-regexp-fields nil
649     ;; " *(\\([^()]\\|([^()]*)\\|(\\([^()]\\|([^()]*)\\)*)\\)*)\n"
650     ;; " *(\\([a-z]*\\)"
651     ;; (region-beginning) (region-end))
652     (adrian
653      (widget-insert
654       "
655 Sorry, no personal information available about me yet.\n"))
656     (aj
657      (widget-insert "
658 I'm a software developer working for the SuSE Labs of the Linux
659 distributor SuSE.  My main task is to improve the GNU C library.")
660      (widget-insert ".\n"))
661     (ajc
662      (widget-insert "
663 When not helping maintain the XEmacs website, Andrew is a Network
664 Software Engineer(tm) for Monash University in Australia, maintaining
665 webservers and doing random other things.  As well as spending spare
666 time being an Eager Young Space Cadet and fiddling with XEmacs/Gnus
667 et. al., he spends his time pursuing, among other things, a Life.
668 Some of this currently involves doing an A-Z (by country) of
669 restaurants with friends, and has, in the past, involved dyeing his
670 hair various colours (see ")
671      (about-url-link 'ajc nil "Visit Andrew's home page")
672      (widget-insert ".\n"))
673     (alastair
674      (widget-insert
675       "
676 Alastair, apart from being an all-round hacker, occasional contributor
677 to free software projects and general good egg(!), currently works for
678 Telsis, a manufacturer of telephony equipment on the south coast of
679 England.  He'd quite like to have his own company one day, but has yet
680 to think of that killer product...
681
682 See also ")
683         (about-url-link 'alastair nil "Visit Alastair's home page")
684         (widget-insert ".\n"))
685     (baw
686      (widget-insert "
687 As of November 2000, I am a software engineer with the Pythonlabs at
688 Digital Creations.  Pythonlabs is the core team developing and
689 maintaining the Python open source, object-oriented scripting
690 language.  Digital Creations is the publisher of Zope, an open source
691 content management system written in Python.
692
693 In addition to my Python and Zope work, I am lead developer for the
694 GNU Mailman project, a mailing list management system written,
695 naturally, in Python.  See the trend?
696
697 On the side I play bass with a number of Washington DC area bands and
698 also write poems about cows, milk, and fathers.  Here's a sample, and
699 drop me an email if you live in the NYC to Charlotte region; I'll let
700 you know when the band's playing in your area.  It'd be cool to meet
701 you, and talking about XEmacs would make my wife very happy by helping
702 to fend off the legions of groupies that seem to follow me everywhere.
703
704     Milk Me Daddy
705     (C) 1990 Warsaw
706     ===============
707     Oh daddy with your fingers pink
708     From whose udders do you drink?
709     Thy milk offends with putrid stink
710     I'll vomit now, lactose I think
711
712     If I could dream, I'd be a cow
713     Not horse, or mule, or barnyard sow
714     The cud I'd chew would drip and how!
715     So milk me daddy, milk me now!
716
717     My bovine nature knows no bounds
718     I'd naught awake at midnight sounds
719     Of teens approaching o'er the grounds
720     To tip with glee, then screech like clowns
721
722     And so I stare into this glass
723     Of sweaty juice, I gulp so fast
724     Each drop I lick, down to the last
725     The vertigo I know will pass
726
727     My mother smiles and pats my head
728     She's proud of me, so she has said
729     My pop just now gets out of bed
730     His eyes quite comatose and red
731
732     He'll empathize my milky fate
733     Whilest sopping gravy from his plate
734     And as the hour is getting late
735     His belly taut with all he ate
736
737     He isn't often quite so chatty
738     His arteries clogged with meat so fatty
739     With burps that launch soup, thick and splatty
740     Oh how I wish you'd milk me daddy\n\n\t")
741      (about-url-link 'baw nil "Visit Barry's home page")
742      (widget-insert "\n"))
743     (ben
744      (widget-insert
745       "
746 Since September 1992, I've worked on XEmacs as a contractor for
747 various companies and more recently as an unpaid volunteer.
748
749 Alas, life has not been good to me recently.  This former San
750 Francisco \"Mission Critter\" developed insidious hand and neck
751 problems after a brief stint working on a Java-based VRML toolkit for
752 the now defunct Dimension X, and I was forced to quit working.  I was
753 exiled first to \"Stroller Valley\" and later all the way to Tucson,
754 Arizona, and for two years was almost completely disabled due to pain.
755 More recently I have fought my way back with loads and loads of
756 narcotic painkillers, and currently I'm an art student at the
757 University of Arizona.\n\n")
758      (widget-insert "Architecting XEmacs: ")
759      (about-url-link 'ben-xemacs nil "Find the miracles in store for XEmacs")
760      (widget-insert "\nBen's home page:     ")
761      (about-url-link 'ben nil "Visit Ben's page")
762      (widget-insert "\n"))
763     (bw
764      (widget-insert "
765 His interests include user interfaces, information management, CASE
766 tools, communications and enterprise integration.\n"))
767     (cgw
768      (widget-insert
769       "
770 Sorry, no personal information available about me yet.\n"))
771     (chr
772      (widget-insert "
773 Christian is a student at the Norwegian School of Economics and
774 Business Administration in Bergen, Norway.  He used to work for an
775 internet startup called New Media Science, doing scripting and
776 violation of HTML DTD's.  After graduation, spring 1999, he'll be
777 looking for a job involving lisp programming, French and Russian.\n"))
778     (craig
779      (widget-insert
780       "
781 Sorry, no personal information available about me yet.\n"))
782     (cthomp
783      (widget-insert "
784 Chuck is a senior system and network administrator for the Computer
785 Science department at the Unversity of Illinois.  In one previous life
786 he spent every waking hour working on XEmacs.  In another he dabbled
787 as a project manager for a streaming video startup (RIP).  His current
788 reason for not having time to contribute to XEmacs is the Thompson
789 Twins.\n"))
790     (daiki
791      (about-url-link 'daiki nil "Visit Daiki's page"))
792     (dan
793      (widget-insert
794       "
795 Sorry, no personal information available about me yet.\n"))
796     (darrylo
797      (widget-insert
798       "
799 Perennial Emacs hacker since 1986 or so, when he first started on GNU
800 Emacs 17.something.  Over the years, he's developed \"OEmacs\", the first
801 version of GNU Emacs 19 for MSDOS, and \"bigperl\", a 32-bit version of
802 Perl4 for MSDOS.  In recent years, reality has intruded and he no longer
803 has much time for playing with cool programs.  What little time he has
804 now goes to XEmacs hacking, where he's worked on speeding up dired under
805 MS Windows, and to feeding his two cats.\n"))
806     (devin
807      (widget-insert
808       "
809 Sorry, no personal information available about me yet.\n"))
810     (dkindred
811      (widget-insert "
812 Darrell is currently a doctoral student in computer science at
813 Carnegie Mellon University, but he's trying hard to kick that
814 habit.
815
816 See ")
817      (about-url-link 'dkindred nil "Visit Darrell's WWW page")
818      (widget-insert ".\n"))
819     (dmoore
820      (widget-insert "
821 David is a student in the Computer Systems Laboratory at UCSD.  When
822 he manages to have free time, he usually spends it on 200 mile bicycle
823 rides, learning German or showing people the best mail & news
824 environment he's found in 10 years.  (That'd be XEmacs, Gnus and bbdb,
825 of course.)  He can be found at `druidmuck.egbt.org 4201' at various
826 hours of the day.
827
828 He has a page at ")
829      (about-url-link 'dmoore nil "Visit David's home page")
830      (widget-insert ".\n"))
831     (dv
832      (widget-insert "
833 I graduated at ENST (an engineering school in Paris) and have a Ph.D.
834 in computer science. I'm currently a teacher at EPITA (another
835 engineering school, still in Paris) and a researcher at LRDE (EPITA's
836 research and development laboratory). Our research topics include
837 generic programming and distributed virtual reality.
838
839 Apart from XEmacs, I'm also involved in other free software projects,
840 including Gnus, BBDB, and the GNU \"autotools\". I also wrote some
841 LaTeX packages (ugh :-).
842
843 All of this, actually, is only 60% true. Two days per week, I'm also a
844 semi-professional Jazz guitar player (and singer), which means that it
845 is not the way I earn my crust, but things may very well reverse in
846 the future ...\n\n")
847      (widget-insert "Visit Didier's home page: ")
848      (about-url-link 'dv nil "Visit Didier's home page")
849      (widget-insert "\n"))
850     (eb
851      (widget-insert
852       "
853 Sorry, no personal information available about me yet.\n"))
854     (erik
855      (widget-insert "
856 Sorry, no personal information available about me yet.\n"))
857     (fabrice
858      (widget-insert
859       "
860 I'm a computer science researcher and teacher in a French electrical
861 engineering institution called Supelec. My fields of interest are
862 symbolic artificial intelligence, theoretical computer science, functional
863 languages ... and TeX.
864
865 Lately, my hacking time has been devoted to porting the Web2C/teTeX
866 distribution of TeX for Unix to Win32, and I'm still maintaining it.
867 It is included in the TeX Live cdrom edited by Sebastian Rahtz.\n")
868      (widget-insert "Visit fpTeX home page: ")
869      (about-url-link 'fptex nil "Visit fpTeX home page")
870      (widget-insert "\nFabrice's home page:   ")
871      (about-url-link 'fabrice nil "Visit Fabrice's page")
872      (widget-insert "\n"))
873     (golubev
874      (widget-insert
875       "
876 I appreciate power of XEmacs, but elementary editing operations should
877 be done by single keystrokes with no modifiers.  So would not use
878 XEmacs until discovered viper, and now can't live without viper.
879 Occasionally dislike something in there or in other free software, and
880 try to get it fixed.  .plan file contains classic (perhaps reinvented
881 independently) formula:
882
883 Hacking world for ever
884
885 \(borrowed from \"Hacking X for Y\" in ")
886      (about-url-link "http://www.jargon.org/"
887                      "Jargon File" "www.jargon.org")
888      (widget-insert ").\n"))
889     (gunnar
890      (widget-insert
891       "
892 Sorry, no personal information available about me yet.\n"))
893     (hbs
894      (widget-insert
895       "
896 Sorry, no personal information available about me yet.\n"))
897     (heatxsink
898      (widget-insert
899       "
900 Sorry, no personal information available about me yet.\n"))
901     (hisashi
902      (widget-insert
903       "
904 Sorry, no personal information available about me yet.\n"))
905     (hmuller
906      (widget-insert
907       "
908 Sorry, no personal information available about me yet.\n"))
909     (hniksic
910      (widget-insert "
911 Hrvoje thinks he works in the server-side web business.  In reality,
912 he cranks out huge quantities of HTML, Tcl, and Java for the German
913 branch of ")
914      (about-url-link "http://www.arsdigita.com/"
915                      "ArsDigita, Inc." "www.arsdigita.com")
916      ;; Avoid literal I18N characters in strings.  *Displaying* a
917      ;; Latin 1 character should always be safe, though, with or
918      ;; without Mule.
919      (let ((muenchen (format "M%cnchen" (make-char 'latin-iso8859-1 252))))
920        (widget-insert (format "
921   He joined the ranks of Gastarbeiters only
922 recently; he is trying to learn German and get attuned to %s
923 and Bav^H^H^HGermany.\n" muenchen)))
924
925      (widget-insert "
926
927 Before ArsDigita, he worked as a programmer at ")
928      (about-url-link "http://www.iskon.hr/" "Iskon," "www.iskon.hr")
929      (widget-insert " a fast-growing
930 Croatian ISP.  Even before that, he worked part-time for academic
931 institutions like ")
932      (about-url-link "http://www.srce.hr/" "SRCE" "www.srce.hr")
933      (widget-insert " and ")
934      (about-url-link "http://www.carnet.hr/" "CARNet," "www.carnet.hr")
935      (widget-insert " and tried to attend university.
936
937 He takes perverse pleasure in building and maintaining free software
938 in his free time.  Apart from XEmacs, his major contribution is ")
939      (about-url-link 'wget "Wget," "Wget home page")
940      (widget-insert "
941 his very own creation, now jointly maintained by a happy crew.
942
943 He dreams of having a home page.\n"))
944     (hobley
945      (widget-insert "
946 I used to do real work, but now I am a Project Manager for one of the
947 Telco's in Australia. In my spare time I like to get back to basics and
948 muck around with things. As a result I started the NT port. Hopefully I
949 will get to finish it sometime sooner rather than later. I do vaguely
950 remember University where it seems like I had more spare time that I can
951 believe now. Oh well, such is life.\n"))
952     (hroptatyr
953      (widget-insert "
954 In real life most of the time my name is Sebastian Freundt.
955 I'm a mathematician at the ")
956      (about-url-link "http://www.math.tu-berlin.de"
957                      "Technical University of Berlin"
958                      "www.math.tu-berlin.de")
959      (widget-insert ".
960 My main task there is to hack at the computer algebra system KANT/KASH,
961 and incorporate the ideas of the SCIEnce project.
962
963 In my rare-spare time I use to hack some obscure auxiliary packages for
964 \(S\)XEmacs, fiddle with new kinds of software technology, give lectures on
965 abstract theories and mostly enjoy the IRC stream at freenode.
966
967 I've been using the XEmacs flavour since the mid 90s, mostly for coding
968 and reading news.\n"))
969     (hynek
970      (widget-insert "
971 Sorry, no personal information available about me yet.\n"))
972     (jan
973      (widget-insert "
974 Jan Vroonhof has been using XEmacs since he needed to write .tex files
975 for his work as a physics and maths student at the Univerisity of Leiden.
976 His XEmacs hacking started when XEmacs kept freezing up under a his
977 window manager. He submitted a fix and has been hooked every since.
978
979 XEmacs has followed him first to Switzerland where he did a maths
980 doctorate at the ETH in Zurich, working on a conjecture by Migdal on
981 the behavior of vertex corrections in Electron-Phonon theory.  Finally
982 sharing a house with his loved one, he now lives in Oxford (UK)
983 working on the Jeode Java Virtual Machine, which like XEmacs is
984 portable, implements a language, includes a non-trivial bit of
985 graphics and a garbage collector, but is multithreaded to boot!
986 Unfortunately his XEmacs time is directly limited by the amount of
987 traffic on the M40.\n"))
988     (jareth
989      (widget-insert "
990 Jareth Hein is a mountain boy who abandoned his home state of Colorado
991 for the perpetual state of chaos known as Tokyo in a failed attempt to
992 become a cel-animator, and a more successful one to become a
993 computer-game programmer. As he happens to be bilingual (guess which
994 two?) he's been doing quite a bit of MULE hacking.  He's also getting
995 his hands dirty in the graphics areas as well.\n"))
996     (jason
997      (widget-insert "
998 Jason resides in Northern New Mexico where he works as a Systems
999 Scientist(tm) in the Los Alamos National Laboratory's Advanced
1000 Computing Group.
1001
1002 See: ")
1003       (about-url-link 'jason nil "Visit Jason's homepage")
1004       (widget-insert ".\n"))
1005     (jens
1006      (widget-insert "
1007 I'm currently working for 1&1 Internet AG, a large Domain and Webspace
1008 Provider in Germany and Europe.  I do mostly Java/XML/OO/Component
1009 stuff today.  I'm interested EJB, Corba and other middleware or
1010 distributed Systems.  Besides work, I occasionally hack on The Gimp
1011 and other gtk/gnome related projects.  Maybe the advent of XEmacs/Gtk
1012 will get me back to spend some time again hacking on XEmacs in the
1013 near future.\n"))
1014     (jmiller
1015      (widget-insert "
1016 Jeff grew up in Indiana and is a country boy at heart.  He currently
1017 lives in, of all places, Millersville Maryland.  He spends a lot of
1018 his free time tinkering with Linux and hacking on XEmacs and loves it
1019 when he finds new cool features in either.  When he's not doing that,
1020 he enjoys downhill skiing, puzzles, and sci-fi.  Jeff is also really
1021 interested in classical Roman history and enjoys making trips to
1022 Italy, where he was born, and seeing the sights")
1023      (widget-insert ".\n"))
1024     (jonathan
1025      (widget-insert "
1026 I work for Symbian Ltd in London, England, looking after low-level
1027 kernel, peripheral and toolchain stuff for the EPOC OS.
1028
1029 I've been using XEmacs since 1994, but didn't start hacking on it
1030 until late 1997 when I started working at Symbian, a Windows-only
1031 company, and felt lost without my favourite editing environment.\n"))
1032     (juhp
1033      (widget-insert "
1034 Jens was born in Copenhagen, grew up in Britain and is now living in
1035 Japan.  He started using XEmacs 20 (instead of Emacs) as his
1036 work-environment in June 1997 while still an EU postdoc at RIMS, Kyoto
1037 University, and quickly got involved in XEmacs development.  Recently
1038 he is getting into Haskell, a very nice pure functional programming
1039 language.
1040
1041 ")
1042      (about-url-link 'juhp nil "Visit Jens' homepage")
1043      (widget-insert "\n"))
1044     (jwz
1045      (widget-insert
1046       "\t"
1047       (about-with-face "\"So much to do, so little time.\"" 'italic)
1048       "\n
1049 Jamie Zawinski was primarily to blame for Lucid Emacs from its
1050 inception in 1991, to 1994 when Lucid Inc. finally died.  After that,
1051 he was one of the initial employees of Netscape Communications, writing
1052 the first Unix version of Netscape Navigator, and designing and
1053 implementing the first version of the Netscape Mail and News readers.
1054 He then helped create and run ")
1055      (about-url-link "http://www.mozilla.org/"
1056                      "mozilla.org"
1057                      "Visit The Mozilla Organization")
1058      (widget-insert " for its first two years,
1059 until America Online bought Netscape Communications, at which point he
1060 gave up in disgust and dropped out of the computer industry entirely.
1061
1062 He now runs a ")
1063      (about-url-link "http://www.dnalounge.com/"
1064                      "nightclub"
1065                      "Visit The DNA Lounge")
1066      (widget-insert " in San Francisco, and occasionally writes
1067 screen savers.\n\n")
1068      (widget-insert "Visit jwz's ")
1069      (about-url-link 'jwz "home page" "Visit jwz's home page")
1070      (widget-insert ".\n"))
1071     (kazz
1072      (widget-insert "
1073 Kazz is the XEmacs lead on BSD (especially FreeBSD).
1074 His main workspace is, probably, the latest stable version of
1075 FreeBSD and it makes him comfortable and not.
1076 His *mission* is to make XEmacs runs on FreeBSD without
1077 any problem.
1078
1079 In real life, he is working on a PDM product based on CORBA,
1080 and doing consultation, design and implemention.
1081 He loves to play soccer, yes football!
1082 See also:")
1083      (about-url-link 'kazz nil "Visit Kazz's home page")
1084      (widget-insert ".\n"))
1085     (kirill
1086      (widget-insert
1087       "
1088 Sorry, no personal information available about me yet.\n"))
1089     (kyle
1090      (widget-insert "
1091 See\n")
1092      (about-url-link 'kyle nil "Visit Kyle's Home page")
1093      (widget-insert ".\n"))
1094     (larsi
1095      (widget-insert "
1096 Lars's day job is as the head of the IT department of a Norwegian
1097 Internet stock broker.  He claims no responsibility for the Dot
1098 Com Bomb, but he snickers a lot.
1099
1100 See ")
1101      (about-url-link 'larsi nil "Visit the Larsissistic pages")
1102      (widget-insert ".\n"))
1103     (lg
1104      (widget-insert "
1105 Evgeny is a gymnast, a security guard, and a father of two beautiful
1106 children, a boy - Vladimir, and a girl, the angel - Arina.  When he has
1107 some spare time he spends it with family or working on open software
1108 products.\n"))
1109     (marcpa
1110      (widget-insert "
1111 I work for Positron Industries Inc., Public Safety Division.
1112 I'm part of the team producing POWER 911, a 911 emergency response
1113 system written in Modula3:\n")
1114      (about-url-link 'marcpa nil "Visit POWER 911")
1115      (widget-insert "
1116 \n\nPreviously, I worked at Softimage Inc., now a Microsoft company
1117 \(eeekkk!), as a UNIX system administrator.  This is where I've been
1118 converted to NT.
1119
1120 In a previous life, I was a programmer/sysadmin at CRIM (Centre de
1121 Recherche Informatique de Montreal) for the speech recognition group.\n"))
1122     (martin
1123      (widget-insert "
1124 Martin was the XEmacs guy at DevPro, a part of Sun Microsystems.
1125 Martin used to do XEmacs as a `hobby' while at IBM, and was crazy
1126 enough to try to make a living doing it at Sun.
1127
1128 Martin starting using Emacs originally not to edit files, but to get
1129 the benefit of shell mode. He actually used to run nothing but a shell
1130 buffer, and use `xterm -e vi' to edit files.  But then he saw the
1131 light.  He dreams of rewriting shell mode from scratch.  Stderr should
1132 show up in red!!
1133
1134 Martin is no longer doing XEmacs for a living, and is Just Another
1135 Volunteer.\n"))
1136     (mcook
1137      (widget-insert
1138       "
1139 Sorry, no personal information available about me yet.\n"))
1140     (mly
1141      (widget-insert "Cars are evil.  Ride a bike.\n"))
1142     (morioka
1143      (widget-insert "
1144 I am a doctoral student at School of Information Science of JAIST
1145 \(Japan Advanced Institute of Science and Technology, Hokuriku).  I'm
1146 interested in Natural Language, Affordance and writing systems.\n"))
1147     (mta
1148      (widget-insert
1149       "
1150 I am a software developer who worked for the University of Michigan
1151 for many years where I was one of the principal architects of the
1152 Michigan Terminal System.  For the last several years I've been
1153 working for Arbortext, a publisher of XML publishing and content
1154 management software.\n"))
1155     (myrkraverk
1156      (widget-insert "
1157 Sorry, no personal information available about me yet.\n"))
1158     (njsf
1159      (widget-insert "
1160 Nelson has been using XEmacs since the mid-90s, always for coding and
1161 Gnus use. He has always built his own and has in occasion contributed
1162 patches.
1163
1164 That all changed with the birth of the SXEmacs project, which became
1165 his main hobby, adding cool stuf like server-side sockets among other
1166 stuff.
1167
1168 In time he will work towards having a multi-threaded SXEmacs and usage
1169 of the Boehm garbage collector.\n"))
1170     (ograf
1171      (widget-insert "
1172 I'm a student of computer sciences at the University of Koblenz. My
1173 major is computational linguistics (human language generation and
1174 analysis).
1175
1176 I make my living as a managing director of a small but fine company
1177 which I started two years ago with one of my friends. We provide
1178 business network solutions based on linux servers and various other
1179 networking products.
1180
1181 Most of my spare time I spent on the development of the XEmacs
1182 Drag'n'Drop API, a enhanced version of Tk called TkStep (better looks,
1183 also Drag'n'Drop, and more), and various other hacks: ISDN-tools,
1184 cd players, python, etc...
1185
1186 To see some of these have a look at ")
1187      (about-url-link 'ograf nil "one of my homepages")
1188      (widget-insert ".\n"))
1189     (olivier
1190      (widget-insert
1191       "
1192 Sorry, no personal information available about me yet.\n"))
1193     (oscar
1194      (widget-insert "
1195 Oscar heads the Computer Science department at CPE Lyon, a french
1196 engineering school in France. Besides his administrative tasks he
1197 teaches networking basics, Internet technologies (you know, all these
1198 xxML and hairy script languages !)  and the Scheme language.\n"))
1199     (peanuthorst
1200      (widget-insert "
1201 Horst is a student still working towards his HSC. He has a Unit II
1202 certification in Information Technology already, and is studying
1203 Chemistry, German, and Physics.
1204
1205 He started using XEmacs relatively recently, when he started with Linux
1206 in 2003. He has since converted to using Linux full-time.
1207
1208 He hopes to produce the first Linux distribution to use a decked-out
1209 SXEmacs as the default editor.\n")
1210      (about-url-link 'peanuthorst nil "Pandora's Box")
1211      (widget-insert ".\n"))
1212     (pelegri
1213      (widget-insert
1214       "
1215 I did my PhD at UCB and a postdoc at CSL/PARC.  I joined Sun in 1990,
1216 spent some time in DevPro (that is when I made my contribution to
1217 XEmacs) and joined JavaSoft in fall '95, where I've been the lead for
1218 several JSP-related specifications and JAX-RPC.  I'm currently the Web
1219 Layer architect for J2EE.
1220
1221 I was born in Barcelona and I grew up mostly in Caracas; I have two kids
1222 and I speak only catalan to them; I can juggle some (career, family, and
1223 4 balls or 3 pins); and my english can be idiosyncratic!.\n"))
1224     (pez
1225      (widget-insert "
1226 Peter currently serves as Senior Vice President, Product Development
1227 for CBS SportsLine.  See ")
1228      (about-url-link 'pez nil "CBS SportsLine")
1229      (widget-insert ".\n"))
1230     (piper
1231      (widget-insert "
1232 My home page is here:\n")
1233      (about-url-link 'piper nil "Visit andy's home page")
1234      (widget-insert "\n
1235  Andy has been active in the XEmacs team for a number of years,
1236 helping port XEmacs to MS Windows operating systems. He is also the
1237 current MS Windows release manager and maintains the MS Windows
1238 netinstaller.\n"))
1239     (pittman
1240      (widget-insert
1241       "
1242 Sorry, no personal information available about me yet.\n"))
1243     (rendhalver
1244      (widget-insert "
1245 Sorry, no personal information available about me yet.\n"))
1246     (rickc
1247      (widget-insert "
1248 The hacker formerly known as Rick Busdiecker is a developer and
1249 technical manager at Deutsche Bank in New York during daylight hours.
1250 In the evenings he maintains three children, and when he ought to be
1251 sleeping he builds XEmacs betas, and tinkers with various personal
1252 hacking projects.\n"))
1253     (rose
1254      (widget-insert
1255       "
1256 Sorry, no personal information available about me yet.\n"))
1257     (rossini
1258      (widget-insert "
1259 Current development lead for ESS (Emacs Speaks Statistics), a mode and
1260 inferior mode for statistical programming and data analysis for SAS,
1261 S, S-PLUS, R, XLispStat; configurable for nearly any other statistical
1262 language/package one might want.  In spare time, chases his son around
1263 and acts as a Ph.D. (bio)statistician for money and amusement,
1264 primarily focusing on statistical computing, visualization, and the
1265 design and analysis of HIV vaccine trials.  Current position: Research
1266 Assistant Professor of Biostatistics at the University of Washington
1267 and the Fred Hutchinson Cancer Research Center.
1268
1269 See ")
1270      (about-url-link 'rossini nil "Visit Anthony's home page")
1271      (widget-insert ".\n"))
1272     (slb
1273      (widget-insert "
1274 Peaches Baur, 1986-1999.
1275 Rest in peace")
1276      (widget-insert ".\n"))
1277     (sperber
1278      (widget-insert "
1279 When Mike isn't busy putting together patches for free software he has
1280 just installed or changing his hairstyle, he does research in modern
1281 programming languages and their implementation, and hopes that one day
1282 XEmacs will speak Scheme.\n"))
1283     (steve
1284      (widget-insert "
1285 I live in Brisbane, Australia with my wife, Michelle, our daughter,
1286 Kaitlyn, and our son, Blake.
1287
1288 In past lives, I've been a bank officer, car salesman, insurance
1289 agent, managed a computer firm and owned and operated my own
1290 business.  I now divide my time between my family, planning my
1291 next business, and maintaining a few open source projects.
1292
1293 I am also having delusions of grandeur over becoming an honest to
1294 goodness author of fiction.  You know... books 'n' stories 'n' shit.
1295
1296 "
1297                     (about-with-face "My current open source obsessions are:"
1298                                      'font-lock-warning-face))
1299      (widget-insert "\n\n")
1300      (widget-insert (about-with-face "   SXEmacs:\t\t"
1301                                      'font-lock-string-face))
1302      (about-url-link 'sxemacs nil "Visit the SXEmacs homepage")
1303      (widget-insert (about-with-face "\n   My SXEmacs conf:     "
1304                                      'font-lock-string-face))
1305      (about-url-link 'steve-inits nil "All my sexy SXEmacs init files")
1306      (widget-insert (about-with-face "\n   EMchat:      \t"
1307                                      'font-lock-string-face))
1308      (about-url-link 'steve-emchat nil "Visit the EMchat homepage")
1309      (widget-insert "\n\n"
1310                     (about-with-face "You got the software..."
1311                                      'font-lock-warning-face)
1312                     "\n\n"
1313                     (about-with-face "   Now get the"
1314                                      'font-lock-string-face)
1315                     (about-with-face " T-Shirt:\t" 'bold))
1316      (about-url-link 'sxemacs-shop nil "Cool SXEmacs merchandise")
1317      (widget-insert "\n\n"
1318                     (about-with-face
1319                      "More of me on the Interwebz:\n\n"
1320                      'font-lock-warning-face))
1321      (widget-insert (about-with-face "   My Blog:\t\t"
1322                                      'font-lock-string-face))
1323      (about-url-link 'steve nil "Visit my infrequently updated blog")
1324      (widget-insert (about-with-face "\n   Google+:\t\t"
1325                                      'font-lock-string-face))
1326      (about-url-link 'steve-g+ nil "My Google+ Profile")
1327      (widget-insert (about-with-face "\n   Twitter:\t\t"
1328                                      'font-lock-string-face))
1329      (about-url-link 'steve-twit nil "Follow me on Twitter")
1330      (widget-insert ".\n"))
1331     (stig
1332      (widget-insert "
1333 Peripatetic uninominal Emacs hacker.  Stig sometimes operates out of a
1334 big white van set up for nomadic living and hacking.  Stig is sort of
1335 a tool fetishist.  He has a hate/love relationship with computers and
1336 he hacks on XEmacs because it's a good tool that makes computers
1337 somewhat less of a nuisance.  Besides XEmacs, Stig especially likes
1338 his Leatherman, his Makita, and his lockpicks.  Stig wants a MIG
1339 welder and air tools.
1340
1341 Stig likes to perch, hang from the ceiling, and climb on the walls.
1342 Stig has a cool van.  Stig would like to be able to telecommute from,
1343 say, the north rim of the Grand Canyon or the midst of Baja.\n"))
1344     (stigb
1345      (widget-insert "
1346 Currently studying computer science in Trondheim, Norway.  Full time
1347 Linux user and proud of it.  XEmacs hacker light.
1348
1349 See:\t")
1350      (about-url-link 'stigb nil "Visit Stig's home page"))
1351     (thiessel
1352      (widget-insert "
1353 Worked at University of Kaiserslautern where he took part in the
1354 development and design of a CAD framework for analog integrated
1355 circuits with special emphasis on distributed software concepts. He
1356 has now joined HP as technical consultant.
1357
1358                       All of the buildings,
1359                       all of the cars
1360                       were once just a dream
1361                       in somebody's head.\n
1362                                      P. Gabriel\n"))
1363     (tomonori
1364      (widget-insert
1365       "
1366 Sorry, no personal information available about me yet.\n"))
1367     (tuck
1368      (widget-insert
1369       "
1370 Sorry, no personal information available about me yet.\n"))
1371     (turnbull
1372      (widget-insert "
1373 Stephen lives with his Japanese wife and children in Tsukuba, Japan,
1374 where he is a professor of economics at the University of Tsukuba.\n"))
1375     (vin
1376      (widget-insert "
1377 I'm a software engineer and manager for Teradyne in Boston.  I used
1378 to play a lot of Ultimate - see ")
1379      (about-url-link 'vin nil "Visit the Ultimate Players Association homepage")
1380      (widget-insert " for more details.
1381 Nowadays I'm a family man, so I spend a lot of time with my wife,
1382 Becky, and my son, Noah.\n"))
1383     (vladimir
1384      (widget-insert "
1385 Former technical lead for XEmacs at Sun.  He is now writing a book on
1386 distributed Java and is working at Xerox PARC documenting AspectJ, a
1387 light-weight extension to Java that supports crosscutting concerns.
1388 See ")
1389      (about-url-link 'vladimir nil "Visit Vladimir's home page")
1390      (widget-insert ".\n"))
1391     (wmperry
1392      (widget-insert "
1393 Happily living in Indiana telecommuting for a company based in Seattle
1394 \(who I now prefer not to name), wishing I was in Ireland instead.\n"))
1395     (yoshiki
1396      (widget-insert
1397       "
1398 Sorry, no personal information available about me yet.\n"))
1399     ))
1400
1401 ;; Insert info about a maintainer's contribution to XEmacs.  See also
1402 ;; `about-personal-info'.
1403 (defun about-hacker-contribution (entry)
1404   (ecase (car entry)
1405     ;; to sort the entries below, use M-x sort-regexp-fields RET
1406     ;; then this regexp: ([^(]*([^"]*"[^"]*"[^)]*))
1407     ;; then this regexp: (\([a-z]*\)
1408     (adrian
1409      (widget-insert
1410       "
1411 Adrian has done invaluable work rewriting and maintaining the XEmacs
1412 web pages at www.xemacs.org.  During his tenureship, he has
1413 established a consistent look and feel, placed the web pages under
1414 CVS, set up maintenance procedures, written scripts to handle
1415 automatic updating, validation and mirroring, and done innumerable
1416 other tasks.  He has also helped with many other administrative tasks,
1417 such as the thankless work of dealing with the providers of resources
1418 to XEmacs at SourceForge and tux.org.\n"))
1419     (aj
1420      (widget-insert "
1421 Former `Package Patch Tender', beta tester and GNU libc developer.\n"))
1422     (ajc
1423      (widget-insert "
1424 Former XEmacs web site maintainer.\n"))
1425     (alastair
1426      (widget-insert
1427       "
1428 Rewrote the selection code, adding many new features such as better
1429 support for arbitrary selection types (especially under MS Windows,
1430 where the full power of the clipboard system is available under
1431 XEmacs).\n"))
1432     (baw
1433      (widget-insert "
1434 I'm the author of ")
1435      (about-url-link 'cc-mode "CC Mode" "Visit the CC Mode page")
1436      (widget-insert ", for C, C++, Objective-C and Java editing,
1437 Supercite for mail and news citing, and sundry other XEmacs packages
1438 such as ELP (the Emacs Lisp Profiler), Reporter, xrdb-mode, and
1439 winring.  Even though I still live almost 100% in XEmacs these days,
1440 my Lisp hacking has fallen off in recent years as I became more
1441 involved in Python, and in fact, I currently maintain the Python
1442 editing mode.  See also: ")
1443      (about-url-link "http://www.python.org/emacs" nil
1444                      "Visit the python.org Emacs Goodies page")
1445      (widget-insert ".\n"))
1446     (ben
1447      (widget-insert
1448       "
1449 I am the largest code contributor to XEmacs, and the architect of many
1450 of the features that distinguish XEmacs from GNU Emacs and other Emacs
1451 versions.  My main contributions to XEmacs include rewriting large
1452 parts of the internals and the gory Xt/Xlib interfacing, adding the
1453 Mule \(international) support, improving the MS Windows support,
1454 adding many GUI features to XEmacs, architecting the
1455 device-abstraction and specifier code, writing most of the XEmacs
1456 Internals Manual and the XEmacs-specific parts of the XEmacs Lisp
1457 Reference Manual, synching a great deal of code with GNU Emacs, and
1458 being a general nuisance ... er, brainstormer for many of the new
1459 features of XEmacs.\n"))
1460     (bw
1461      (widget-insert "
1462 Author of the Hyperbole everyday information management hypertext
1463 system and the OO-Browser multi-language code browser.  He also
1464 designed the BeOpen InfoDock integrated development environment
1465 for software engineers.  It runs atop XEmacs and is available from
1466 his firm, BeOpen, which offers distributions, custom development,
1467 support, and training packages for corporate users of XEmacs, GNU
1468 Emacs and InfoDock.  See ")
1469      (about-url-link 'beopen nil "Visit BeOpen WWW page")
1470      (widget-insert ".\n"))
1471     (cgw
1472      (widget-insert
1473       "
1474 Author of an earlier version of the MS Windows setup program for XEmacs.\n"))
1475     (chr
1476      (widget-insert "
1477 Maintainer of the XEmacs FAQ and proud author of `zap-up-to-char'.\n"))
1478     (craig
1479      (widget-insert
1480       "
1481 Sorry, no information about my XEmacs contributions yet.\n"))
1482     (cthomp
1483      (widget-insert
1484       "
1485 Maintainer of XEmacs from mid-1994 through 1996.  Author of the
1486 redisplay engine, the original toolbar and scrollbars and some of the
1487 device-abstraction, TTY and glyph code.  Creator of the xemacs.org
1488 domain and comp.emacs.xemacs.\n"))
1489     (daiki
1490      (widget-insert
1491       "
1492 Sorry, no information about my XEmacs contributions yet.\n"))
1493     (dan
1494      (widget-insert
1495       "
1496 Sorry, no information about my XEmacs contributions yet.\n"))
1497     (darrylo
1498      (widget-insert
1499       "
1500 Sorry, no information about my XEmacs contributions yet.\n"))
1501     (devin
1502      (widget-insert "
1503 Part of the original (pre-19.0) Lucid Emacs development team.
1504 Matthieu wrote the initial Energize interface, designed the
1505 toolkit-independent Lucid Widget library, and fixed enough redisplay
1506 bugs to last a lifetime.  The features in Lucid Emacs were largely
1507 inspired by Matthieu's initial prototype of an Energize interface
1508 using Epoch.\n"))
1509     (dkindred
1510      (widget-insert "
1511 Darrell tends to come out of the woodwork a couple of weeks
1512 before a new release with a flurry of fixes for bugs that
1513 annoy him.  He hopes he's spared you from a core dump or two.\n"))
1514     (dmoore
1515      (widget-insert "
1516 David has contributed greatly to the quest to speed up XEmacs.\n"))
1517     (dv
1518      (widget-insert "
1519 I joined the development of XEmacs in 1996, and have been one of the
1520 core maintainers since 1998. Although I'm mostly interested in the
1521 GUI, ergonomics, redisplay and autoconf issues, it's probably simpler
1522 to describe what I'm *not* involved in: I've never touched the Lisp
1523 implementation, and I probably never will...
1524
1525 I'm the author of the multicast support, I wrote and maintain some
1526 external Emacs Lisp packages (including mchat) and I'm also
1527 responsible for some of the core Lisp code (including the rectangle
1528 library which I rewrote for both XEmacs and GNU Emacs).\n"))
1529     (eb
1530      (widget-insert "
1531 Also part of the original Lucid Emacs development team.  Eric played a
1532 big part in the design of many aspects of the system, including the
1533 new command loop and keymaps, fixed numerous bugs, and has been a
1534 reliable beta tester ever since.\n"))
1535     (erik
1536      (widget-insert "
1537 Sorry, no information about my SXEmacs contributions yet.\n"))
1538     (fabrice
1539      (widget-insert
1540       "
1541 I have started to provide binary kits for the 21.2 series when there
1542 was no installer available. I contributed a few lines of core code
1543 occasionally to make things smoother with the native win32 port which
1544 I'm using all the day.
1545
1546 I also contributed elisp code long ago to make Gnus run under XEmacs.\n"))
1547     (golubev
1548      (widget-insert
1549       "
1550 Used XEmacs since early 1997.  Fixed bugs that annoy me, both in
1551 XEmacs core and in packages I use, mostly viper.  Hoping to get
1552 coding-cookie package distributed, which is also a fix of what I
1553 consider a bug.\n"))
1554     (gunnar
1555      (widget-insert
1556       "
1557 Sorry, no information about my XEmacs contributions yet.\n"))
1558     (hbs
1559      (widget-insert "
1560 Part of the original (pre-19.0) Lucid Emacs development team.  Harlan
1561 designed and implemented many of the low level data structures which
1562 are original to the Lucid version of Emacs, including extents and hash
1563 tables.\n"))
1564     (heatxsink
1565      (widget-insert "
1566 Sorry, no information about my SXEmacs contributions yet.\n"))
1567     (hisashi
1568      (widget-insert
1569       "
1570 Sorry, no information about my XEmacs contributions yet.\n"))
1571     (hmuller
1572      (widget-insert "
1573 Author of the code used to connect XEmacs with ToolTalk, and of an
1574 early client of the external Emacs widget.\n"))
1575     (hniksic
1576      (widget-insert
1577       "
1578 Hrvoje's contribution to XEmacs consists of many hours spent working
1579 on code and taking part in public discussions.
1580
1581 He wrote `savehist' and `htmlize' packages, the latter having a pretty
1582 large gathering of users.  He worked to improve many parts of XEmacs
1583 Lisp code, including isearch (FSF synch and new features), cl, edmacro
1584 \(FSF synch and an almost complete rewrite), profile, gnuserv,
1585 hyper-apropos, etags, about, and custom.
1586
1587 He has worked on improving and optimizing the C core.  He ported many
1588 FSF core features such as indirect buffers, tty-erase-char,
1589 save-current-buffer and friends, debug-ignored-errors, etc.  He also
1590 wrote line numbering optimizations for large buffers, initial support
1591 for TTY frames, abbrev improvements, Lisp printer and reader
1592 improvements, support for extent modification functions, and lots of
1593 minor bugfixes, optimizations, and Muleifications.
1594
1595 He contributed to Lispref and Internals documentation, including a
1596 section on writing Mule-compliant C code.  Maintains NEWS.  He
1597 participated on xemacs-beta since 1996 and on the Patch Review Board
1598 since its inception in 1998.\n"))
1599     (hobley
1600      (widget-insert
1601       "
1602 Creator of the earliest version of the MS Windows port of XEmacs.\n"))
1603     (hroptatyr
1604      (widget-insert
1605       "
1606 Major stuff:
1607 - created the OpenSSL crypto and ssl library API
1608 - ported XE's bignums and ratios to SXE and
1609   integrated them into something superior called ENT
1610 - brought support for modern audio interfaces and audio servers
1611   and integrated them as part of a multimedia SXE (MM)
1612
1613 Minor tweaks:
1614 - redesigned configure.ac
1615 - implemented C-level doubly linked lists, bloom filters and skiplists
1616 - experimented with new hash algorithms
1617 - brought exhaustive caching of compiled regular expressions
1618 - revised lispref and other documentations
1619 - migrated the build chain to autotools
1620
1621 Major dreams:
1622 - turn SXEmacs into a grid-based HPC machine :)\n"))
1623     (hynek
1624      (widget-insert "
1625 Sorry, no information about my SXEmacs contributions yet.\n"))
1626     (jan
1627      (widget-insert "
1628 Apart from hunting down redisplay bugs Jan has worked on such
1629 things as improvements to the package system, implementing lazy-shot,
1630 a short stint at tracking patches and currently acts as a guardian
1631 of the XEmacs custom subsystem and gnuserv.\n"))
1632     (jareth
1633      (widget-insert "
1634 Owner of cvs.xemacs.org, the machine that holds the XEmacs CVS
1635 repository, and author of some of the graphics code in XEmacs.\n"))
1636     (jason
1637      (widget-insert "
1638 Beta tester, manager of the various XEmacs mailing lists and binary
1639 kit manager.  Also, originator and maintainer of the gnus.org domain.\n"))
1640     (jens
1641      (widget-insert "
1642 Jens did the artwork for graphics added to XEmacs 20.2 and 19.15. He's
1643 also the author of \"XEmacs Mine\", a game similar to Minesweeper, but
1644 running in XEmacs\n"))
1645     (jmiller
1646      (widget-insert "
1647 Beta tester and last hacker of calendar.\n"))
1648     (jonathan
1649      (widget-insert "
1650 I started the native port of XEmacs to MS Windows. Author of the
1651 Windows frame, redisplay, face and event loop support.\n"))
1652     (juhp
1653      (widget-insert "
1654 Author of \"find-func.el\", improvements to \"help.el\" and a good
1655 number of bug fixes during June 1997 to December 1998.\n"))
1656     (jwz
1657      (widget-insert
1658       "
1659 Creator and maintainer of Lucid Emacs (the predecessor of XEmacs),
1660 from 1991 through mid-1994.\n"))
1661     (kazz
1662      (widget-insert "
1663 IENAGA Kazuyuki is the XEmacs technical lead on BSD, particularly
1664 FreeBSD.\n"))
1665     (kirill
1666      (widget-insert
1667       "
1668 Abstracted the subprocess code and wrote much of the MS Windows
1669 support in XEmacs, including the subprocess interface, dialog boxes,
1670 printing support, and much of the event loop.\n"))
1671     (kyle
1672      (widget-insert "
1673 Author of VM, a mail-reading package that is included in the standard
1674 XEmacs distribution, and contributor of many improvements and bug
1675 fixes.  Unlike RMAIL and MH-E, VM uses the standard UNIX mailbox
1676 format for its folders; thus, you can use VM concurrently with other
1677 UNIX mail readers such as Berkeley Mail and ELM.
1678
1679 Also rewrote the object allocation system in XEmacs to support full
1680 32-bit pointers and 31-bit integers.\n"))
1681     (larsi
1682      (widget-insert "
1683 Author of Gnus the Usenet news and Mail reading package in the
1684 standard XEmacs distribution, and contributor of various enhancements
1685 and portability fixes.\n"))
1686     (lg
1687      (widget-insert "
1688 Sorry, no information about my SXEmacs contributions yet.\n"))
1689     (marcpa
1690      (widget-insert
1691       "
1692 Sorry, no information about my XEmacs contributions yet.\n"))
1693     (martin
1694      (widget-insert
1695       "
1696 Beta release manager and author of many stability fixes and speed
1697 improvements in XEmacs.\n"))
1698     (mcook
1699      (widget-insert "
1700 Author of the \"shy groups\" and minimal matching regular expression
1701 extensions.\n"))
1702     (mly
1703      (widget-insert "
1704 Early code contributor to Lucid Emacs.  Synched up Lucid Emacs with
1705 the first actual release of GNU Emacs 19, and architected and wrote
1706 the first version of XEmacs's object allocation system.\n"))
1707     (morioka
1708      (widget-insert "
1709 I am the author of tm-view (general MIME Viewer for GNU Emacs) and
1710 major author and maintainer of tm (Tools for MIME; general MIME
1711 package for GNU Emacs).  In addition, I am working to unify MULE API
1712 for Emacs and XEmacs.  In XEmacs, I have ported many mule features.\n"))
1713     (mta
1714      (widget-insert
1715       "
1716 Contributed minor improvements to the Windows support, especially
1717 related to subprocess communication and portable dumping as well as
1718 a bit of general bug fixing.\n"))
1719     (myrkraverk
1720      (widget-insert "
1721 Sorry, no information about my SXEmacs contributions yet.\n"))
1722     (njsf
1723      (widget-insert "
1724 Major stuff:
1725 - added server network streams to SXEmacs.
1726
1727 Minor stuff:
1728 - Security oriented sweep of string handling.
1729 - MacOS X build fixes.
1730 - Miscellaneous fixes.\n"))
1731     (ograf
1732      (widget-insert "
1733 Author of the XEmacs Drag'n'Drop API.\n"))
1734     (olivier
1735      (widget-insert
1736       "
1737 Author of the portable dumper.\n"))
1738     (oscar
1739      (widget-insert "
1740 Oscar's major contributions to XEmacs are the internal LDAP support
1741 and the EUDC package, an interface to query various directory services
1742 in a uniform manner (when composing mail for instance).\n"))
1743     (peanuthorst
1744      (widget-insert "
1745 He mainly contributes documentation and looks on in envy when the
1746 other hackers do neat things to SXEmacs.\n"))
1747     (pelegri
1748      (widget-insert "
1749 Author of EOS, a package included in the standard XEmacs distribution
1750 that integrates XEmacs with the SPARCworks development environment
1751 from Sun.  Past lead for XEmacs at Sun; advocated the validity of
1752 using Epoch, and later Lemacs, at Sun through several early
1753 prototypes.\n"))
1754     (pez
1755      (widget-insert "
1756 Author of SQL Mode, edit-toolbar, mailtool-mode, and various other
1757 small packages with varying degrees of usefulness.\n"))
1758     (piper
1759      (widget-insert "
1760 Author of the Cygwin port of XEmacs including unexec, the widget,
1761 gutter and buffer-tab support, glyphs under MS-Windows, toolbars under
1762 MS-Windows, the original \"fake\" XEmacs toolbar, outl-mouse for mouse
1763 gesture based outlining, and the original CDE drag-n-drop
1764 support.\n"))
1765     (pittman
1766      (widget-insert
1767       "
1768 Sorry, no information about my XEmacs contributions yet.\n"))
1769     (rendhalver
1770      (widget-insert "
1771 Sorry, no information about my SXEmacs contributions yet.\n"))
1772     (rickc
1773      (widget-insert "
1774 Maintainer of ILISP.\n"))
1775     (rose
1776      (widget-insert "
1777 Author of many extensions to the `extents' code, including the initial
1778 implementation of `duplicable' properties.\n"))
1779     (rossini
1780      (widget-insert "
1781 Author of the first XEmacs FAQ;
1782 Development lead on Emacs Speaks Statistics;
1783 Assisted Jareth Hein with setting up the JitterBug tracking system.\n"))
1784     (slb
1785      (widget-insert
1786       "
1787 Maintainer of XEmacs from 1996 through 1998.  Author of the package
1788 system.\n"))
1789     (sperber
1790      (widget-insert "
1791 Mike ported EFS to XEmacs 20 and integrated EFS into XEmacs.  He's
1792 also responsible for the ports of facemenu.el and enriched.el, the
1793 code to handle path-frobbing at startup for the XEmacs core and the
1794 package system, the init file migration from .emacs to
1795 .xemacs/init.el, and the CVS Great Trunk Move.\n"))
1796     (steve
1797      (widget-insert "
1798 I am the maintainer and project lead of this crazy thing we call the\n"
1799                     (about-with-face "SXEmacs Project.\n" 'bold)))
1800     (stig
1801      (widget-insert "
1802 Implemented the faster stay-up Lucid menus and hyper-apropos.
1803 Contributor of many dispersed improvements in the core Lisp code, and
1804 back-seat contributor for several of its major packages.\n"))
1805     (stigb
1806      (widget-insert "
1807 Maintainer of the RPM package.\n"))
1808     (thiessel
1809      (widget-insert "
1810 Does beta testing and helps take care of the XEmacs web site.\n"))
1811     (tomonori
1812      (widget-insert
1813       "
1814 Sorry, no information about my XEmacs contributions yet.\n"))
1815     (tuck
1816      (widget-insert
1817       "
1818 Sorry, no information about my XEmacs contributions yet.\n"))
1819     (turnbull
1820      (widget-insert
1821       "
1822 Responsible for getting the current release of XEmacs out the
1823 door.\n"))
1824     (vin
1825      (widget-insert "
1826 Vin maintains the stable version of XEmacs.  This involves reviewing
1827 a lot of other peoples' patches and testing and applying them.
1828 He also gets to generate his own patches from time to time.  Being
1829 release manager is a fun way to contribute to the XEmacs project.
1830 Write me at acs@xemacs.org if you're interested in learning more.\n"))
1831     (vladimir
1832      (widget-insert "
1833 Former technical lead for XEmacs at Sun.\n"))
1834     (wmperry
1835      (widget-insert "
1836 Author of the GTK support in XEmacs, Emacs-w3 (the builtin web browser
1837 that comes with XEmacs), and various additions to the C code (e.g. the
1838 database support, the PNG support, some of the GIF/JPEG support, the
1839 strikethru face attribute support).\n"))
1840     (yoshiki
1841      (widget-insert
1842       "
1843 Sorry, no information about my XEmacs contributions yet.\n"))
1844     ))
1845
1846 ;; Setup the buffer for a maintainer.
1847 (defun about-maintainer (widget &optional event)
1848   (let* ((entry (assq (widget-value widget) sxemacs-hackers))
1849          (who (car entry))
1850          (name (cadr entry))
1851          (address (caddr entry))
1852          (bufname (format "*About %s*" name)))
1853     (unless (about-get-buffer bufname)
1854       ;; Display the glyph and name
1855       (widget-insert "\n")
1856       (widget-create 'default :format "%t"
1857                      :tag-glyph (about-maintainer-glyph who))
1858       (widget-insert
1859        "\n\n" (about-with-face (format "%s" name) 'bold)
1860        " <")
1861       (about-mailto-link address)
1862       (widget-insert ">\n\n")
1863       ;; Display the actual info
1864       (about-personal-info entry)
1865       (widget-insert "\n")
1866       (widget-insert
1867        (about-with-face "Contributions to SXEmacs:\n\n" 'about-headline-face))
1868       (about-hacker-contribution entry)
1869       (widget-insert "\n")
1870       (about-finish-buffer 'kill)
1871       (forward-line 2))))
1872
1873 (defsubst about-tabs (str)
1874   (let ((x (length str)))
1875     (cond ((>= x 24) " ")
1876           ((>= x 16) "\t")
1877           ((>= x 8) "\t\t")
1878           (t "\t\t\t"))))
1879
1880 (defun about-show-linked-info (who)
1881   (let* ((entry (assq who sxemacs-hackers))
1882          (name (cadr entry))
1883          (address (caddr entry)))
1884     (widget-create 'link :help-echo (concat "Find out more about " name)
1885                    :action 'about-maintainer
1886                    :button-prefix ""
1887                    :button-suffix ""
1888                    :tag name
1889                    :value who)
1890     (widget-insert (about-tabs name)
1891                    "<")
1892     (about-mailto-link address)
1893     (widget-insert ">\n")
1894     (about-hacker-contribution entry)
1895     (widget-insert "\n")))
1896
1897 (defun about-hackers (&rest ignore)
1898   (unless (about-get-buffer "*About Contributors*")
1899     (let ((title "A Legion of Contributors to SXEmacs"))
1900       (widget-insert
1901        (about-center title)
1902        (about-with-face title 'bold)))
1903     (widget-insert
1904      "\n
1905 Like most open source software, SXEmacs is a collaborative effort.
1906 These are some of the contributors.  And, at this stage, most of them
1907 are unaware of their status here because SXEmacs is so new.  The vast
1908 majority of the people here are here because of their contributions to
1909 XEmacs, rather than SXEmacs.
1910
1911 We have no doubt forgotten lots of people, if you are one of the
1912 forgotten, please accept our apologies.  And then let us know so we
1913 can give you the credit you deserve.\n\n"
1914      (about-with-face "Primary maintainers for this release:"
1915                       'about-headline-face)
1916      "\n\n")
1917     (mapc 'about-show-linked-info about-current-release-maintainers)
1918     (widget-insert
1919      "\n"
1920      (about-with-face "Other notable current hackers:"
1921                       'about-headline-face)
1922      "\n\n")
1923     (mapc 'about-show-linked-info about-other-current-hackers)
1924     (widget-insert
1925      "\n"
1926      (about-with-face "Other notable XEmacs and GNU/Emacs hackers:"
1927                       'about-headline-face)
1928      "\n\n")
1929     (mapc 'about-show-linked-info about-once-and-future-hackers)
1930     (flet ((print-short (name addr &optional shortinfo)
1931              (widget-insert (concat (about-with-face name 'italic)
1932                                     (about-tabs name)
1933                                     "<"))
1934              (about-mailto-link addr)
1935              (widget-insert
1936               (concat ">\n"
1937                       (if shortinfo (concat shortinfo "\n") "")))))
1938       (widget-insert
1939        "\n
1940 In addition to those just mentioned, the following people have spent a
1941 great deal of effort providing feedback, testing beta versions of
1942 XEmacs, providing patches to the source code, or doing all of the
1943 above.  We couldn't have done it without them.\n\n")
1944       (print-short "Nagi M. Aboulenein" "aboulene@ponder.csci.unt.edu")
1945       (print-short "Per Abrahamsen" "abraham@dina.kvl.dk")
1946       (print-short "Gary Adams" "gra@zeppo.East.Sun.COM")
1947       (print-short "Gennady Agranov" "agranov@csa.CS.Technion.Ac.IL")
1948       (print-short "Mark Allender" "allender@vnet.IBM.COM")
1949       (print-short "Stephen R. Anderson" "sra@bloch.ling.yale.edu")
1950       (print-short "Butch Anton" "butch@zaphod.uchicago.edu")
1951       (print-short "Fred Appelman" "Fred.Appelman@cv.ruu.nl")
1952       (print-short "Tor Arntsen" "tor@spacetec.no")
1953       (print-short "Marc Aurel" "4-tea-2@bong.saar.de")
1954       (print-short "Larry Auton" "lda@control.att.com")
1955       (print-short "Larry Ayers" "layers@marktwain.net")
1956       (print-short "Oswald P. Backus IV" "backus@altagroup.com")
1957       (print-short "Mike Battaglia" "mbattagl@dsccc.com")
1958       (print-short "Neal Becker" "neal@ctd.comsat.com")
1959       (print-short "Paul Bibilo" "peb@delcam.com")
1960       (print-short "Leonard Blanks" "ltb@haruspex.demon.co.uk")
1961       (print-short "Jan Borchers" "job@tk.uni-linz.ac.at")
1962       (print-short "Mark Borges" "mdb@cdc.noaa.gov")
1963       (print-short "David P. Boswell" "daveb@tau.space.thiokol.com")
1964       (print-short "Tim Bradshaw" "tfb@edinburgh.ac.uk")
1965       (print-short "Rick Braumoeller" "rickb@mti.sgi.com")
1966       (print-short "Matthew J. Brown" "mjb@doc.ic.ac.uk")
1967       (print-short "Alastair Burt" "burt@dfki.uni-kl.de")
1968       (print-short "David Bush" "david.bush@adn.alcatel.com")
1969       (print-short "Richard Caley" "rjc@cstr.edinburgh.ac.uk")
1970       (print-short "Stephen Carney" "carney@gvc.dec.com")
1971       (print-short "Lorenzo M. Catucci" "lorenzo@argon.roma2.infn.it")
1972       (print-short "Philippe Charton" "charton@lmd.ens.fr")
1973       (print-short "Peter Cheng" "peter.cheng@sun.com")
1974       (print-short "Jin S. Choi" "jin@atype.com")
1975       (print-short "Tomasz J. Cholewo" "tjchol01@mecca.spd.louisville.edu")
1976       (print-short "Serenella Ciongoli" "czs00@ladybug.oes.amdahl.com")
1977       (print-short "Glynn Clements" "glynn@sensei.co.uk")
1978       (print-short "Richard Cognot" "cognot@ensg.u-nancy.fr")
1979       (print-short "Andy Cohen" "cohen@andy.bu.edu")
1980       (print-short "Richard Coleman" "coleman@math.gatech.edu")
1981       (print-short "Mauro Condarelli" "MC5686@mclink.it")
1982       (print-short "Nick J. Crabtree" "nickc@scopic.com")
1983       (print-short "Christopher Davis" "ckd@kei.com")
1984       (print-short "Soren Dayton" "csdayton@cs.uchicago.edu")
1985       (print-short "Chris Dean" "ctdean@cogit.com")
1986       (print-short "Michael Diers" "mdiers@logware.de")
1987       (print-short "William G. Dubuque" "wgd@martigny.ai.mit.edu")
1988       (print-short "Steve Dunham" "dunham@dunham.tcimet.net")
1989       (print-short "Samuel J. Eaton" "samuele@cogs.susx.ac.uk")
1990       (print-short "Carl Edman" "cedman@Princeton.EDU")
1991       (print-short "Dave Edmondson" "davided@sco.com")
1992       (print-short "Jonathan Edwards" "edwards@intranet.com")
1993       (print-short "Eric Eide" "eeide@asylum.cs.utah.edu")
1994       (print-short "EKR" "ekr@terisa.com")
1995       (print-short "David Fletcher" "frodo@tsunami.com")
1996       (print-short "Paul Flinders" "ptf@delcam.co.uk")
1997       (print-short "Jered J Floyd" "jered@mit.edu")
1998       (print-short "Gary D. Foster" "Gary.Foster@Corp.Sun.COM")
1999       (print-short "Jerry Frain" "jerry@sneffels.tivoli.com")
2000       (print-short "Holger Franz" "hfranz@physik.rwth-aachen.de")
2001       (print-short "Benjamin Fried" "bf@morgan.com")
2002       (print-short "Barry Friedman" "friedman@nortel.ca")
2003       (print-short "Noah Friedman" "friedman@splode.com")
2004       (print-short "Kazuyoshi Furutaka" "furutaka@Flux.tokai.jaeri.go.jp")
2005       (print-short "Lew Gaiter III" "lew@StarFire.com")
2006       (print-short "Itay Gat" "itay@cs.huji.ac.il")
2007       (print-short "Tim Geisler" "Tim.Geisler@informatik.uni-muenchen.de")
2008       (print-short "Dave Gillespie" "daveg@synaptics.com")
2009       (print-short "Christian F. Goetze" "cg@bigbook.com")
2010       (print-short "Yusuf Goolamabbas" "yusufg@iss.nus.sg")
2011       (print-short "Wolfgang Grieskamp" "wg@cs.tu-berlin.de")
2012       (print-short "John Griffith" "griffith@sfs.nphil.uni-tuebingen.de")
2013       (print-short "James Grinter" "jrg@demon.net")
2014       (print-short "Ben Gross" "bgross@uiuc.edu")
2015       (print-short "Dirk Grunwald" "grunwald@foobar.cs.Colorado.EDU")
2016       (print-short "Michael Guenther" "michaelg@igor.stuttgart.netsurf.de")
2017       (print-short "Dipankar Gupta" "dg@hplb.hpl.hp.com")
2018       (print-short "Markus Gutschke" "gutschk@GOEDEL.UNI-MUENSTER.DE")
2019       (print-short "Kai Haberzettl" "khaberz@synnet.de")
2020       (print-short "Adam Hammer" "hammer@cs.purdue.edu")
2021       (print-short "Magnus Hammerin" "magnush@epact.se")
2022       (print-short "ChangGil Han" "cghan@phys401.phys.pusan.ac.kr")
2023       (print-short "Derek Harding" "dharding@lssec.bt.co.uk")
2024       (print-short "Michael Harnois" "mharnois@sbt.net")
2025       (print-short "John Haxby" "J.Haxby@isode.com")
2026       (print-short "Karl M. Hegbloom" "karlheg@inetarena.com")
2027       (print-short "Benedikt Heinen" "beh@icemark.thenet.ch")
2028       (print-short "Stephan Herrmann" "sh@first.gmd.de")
2029       (print-short "August Hill" "awhill@inlink.com")
2030       (print-short "Mike Hill" "mikehill@hgeng.com")
2031       (print-short "Charles Hines" "chuck_hines@VNET.IBM.COM")
2032       (print-short "Shane Holder" "holder@rsn.hp.com")
2033       (print-short "Chris Holt" "xris@migraine.stanford.edu")
2034       (print-short "Tetsuya HOYANO" "hoyano@ari.bekkoame.or.jp")
2035       (print-short "David Hughes" "djh@harston.cv.com")
2036       (print-short "Tudor Hulubei" "tudor@cs.unh.edu")
2037       (print-short "Tatsuya Ichikawa" "ichikawa@hv.epson.co.jp")
2038       (print-short "Andrew Innes" "andrewi@harlequin.co.uk")
2039       (print-short "Markku Jarvinen" "Markku.Jarvinen@simpukka.funet.fi")
2040       (print-short "Robin Jeffries" "robin.jeffries@sun.com")
2041       (print-short "Philip Johnson" "johnson@uhics.ics.Hawaii.Edu")
2042       (print-short "J. Kean Johnston" "jkj@paradigm-sa.com")
2043       (print-short "John W. Jones" "jj@asu.edu")
2044       (print-short "Andreas Kaempf" "andreas@sccon.com")
2045       (print-short "Yoshiaki Kasahara" "kasahara@nc.kyushu-u.ac.jp")
2046       (print-short "Amir Katz" "amir@ndsoft.com")
2047       (print-short "Doug Keller" "dkeller@vnet.ibm.com")
2048       (print-short "Hunter Kelly" "retnuh@corona")
2049       (print-short "Gregor Kennedy" "gregork@dadd.ti.com")
2050       (print-short "Michael Kifer" "kifer@cs.sunysb.edu")
2051       (print-short "Yasuhiko Kiuchi" "kiuchi@dsp.ksp.fujixerox.co.jp")
2052       (print-short "Greg Klanderman" "greg.klanderman@alum.mit.edu")
2053       (print-short "Valdis Kletnieks" "Valdis.Kletnieks@vt.edu")
2054       (print-short "Norbert Koch" "n.koch@delta-ii.de")
2055       (print-short "Rob Kooper" "kooper@cc.gatech.edu")
2056       (print-short "Peter Skov Knudsen" "knu@dde.dk")
2057       (print-short "Jens Krinke" "krinke@ips.cs.tu-bs.de")
2058       (print-short "Maximilien Lincourt" "max@toonboom.com")
2059       (print-short "Mats Larsson" "Mats.Larsson@uab.ericsson.se")
2060       (print-short "Simon Leinen" "simon@instrumatic.ch")
2061       (print-short "Carsten Leonhardt" "leo@arioch.oche.de")
2062       (print-short "James LewisMoss" "moss@cs.sc.edu")
2063       (print-short "Mats Lidell" "mats.lidell@contactor.se")
2064       (print-short "Matt Liggett" "mliggett@seven.ucs.indiana.edu")
2065       (print-short "Christian Limpach" "Christian.Limpach@nice.ch")
2066       (print-short "Maximilien Lincourt" "max@toonboom.com")
2067       (print-short "Markus Linnala" "maage@b14b.tupsu.ton.tut.fi")
2068       (print-short "Robert Lipe" "robertl@arnet.com")
2069       (print-short "Derrell Lipman" "derrell@vis-av.com")
2070       (print-short "Damon Lipparelli" "lipp@aa.net")
2071       (print-short "Hamish Macdonald" "hamish@bnr.ca")
2072       (print-short "Ian MacKinnon" "imackinnon@telia.co.uk")
2073       (print-short "Patrick MacRoberts" "macro@hpcobr30.cup.hp.com")
2074       (print-short "Tonny Madsen" "Tonny.Madsen@netman.dk")
2075       (print-short "Ketil Z Malde" "ketil@ii.uib.no")
2076       (print-short "Steve March" "smarch@quaver.urbana.mcd.mot.com")
2077       (print-short "Ricardo Marek" "ricky@ornet.co.il")
2078       (print-short "Pekka Marjola" "pema@iki.fi")
2079       (print-short "Simon Marshall" "simon@gnu.ai.mit.edu")
2080       (print-short "Dave Mason" "dmason@plg.uwaterloo.ca")
2081       (print-short "Jaye Mathisen" "mrcpu@cdsnet.net")
2082       (print-short "Jason McLaren" "mclaren@math.mcgill.ca")
2083       (print-short "Michael McNamara" "mac@silicon-sorcery.com")
2084       (print-short "Michael Meissner" "meissner@osf.org")
2085       (print-short "David M. Meyer" "meyer@ns.uoregon.edu")
2086       (print-short "John Mignault" "jbm@panix.com")
2087       (print-short "Brad Miller" "bmiller@cs.umn.edu")
2088       (print-short "John Morey" "jmorey@crl.com")
2089       (print-short "Rob Mori" "rob.mori@sun.com")
2090       (print-short "Heiko Muenkel" "muenkel@tnt.uni-hannover.de")
2091       (print-short "Arup Mukherjee" "arup+@cs.cmu.edu")
2092       (print-short "Colas Nahaboo" "Colas.Nahaboo@sophia.inria.fr")
2093       (print-short "Lynn D. Newton" "lynn@ives.phx.mcd.mot.com")
2094       (print-short "Casey Nielson" "knielson@joule.elee.calpoly.edu")
2095       (print-short "Georg Nikodym" "Georg.Nikodym@canada.sun.com")
2096       (print-short "Andy Norman" "ange@hplb.hpl.hp.com")
2097       (print-short "Joe Nuspl" "nuspl@sequent.com")
2098       (print-short "Kim Nyberg" "kny@tekla.fi")
2099       (print-short "Kevin Oberman" "oberman@es.net")
2100       (print-short "David Ofelt" "ofelt@getalife.Stanford.EDU")
2101       (print-short "Alexandre Oliva" "oliva@dcc.unicamp.br")
2102       (print-short "Tore Olsen" "toreo@colargol.idb.hist.no")
2103       (print-short "Greg Onufer" "Greg.Onufer@eng.sun.com")
2104       (print-short "Achim Oppelt" "aoppelt@theorie3.physik.uni-erlangen.de")
2105       (print-short "Rebecca Ore" "rebecca.ore@op.net")
2106       (print-short "Sudeep Kumar Palat" "palat@idt.unit.no")
2107       (print-short "Joel Peterson" "tarzan@aosi.com")
2108       (print-short "Thomas A. Peterson" "tap@src.honeywell.com")
2109       (print-short "Tibor Polgar" "tibor@alteon.com")
2110       (print-short "Frederic Poncin" "fp@info.ucl.ac.be")
2111       (print-short "E. Rehmi Post" "rehmi@asylum.sf.ca.us")
2112       (print-short "Martin Pottendorfer" "Martin.Pottendorfer@aut.alcatel.at")
2113       (print-short "Colin Rafferty" "colin@xemacs.org")
2114       (print-short "Rick Rankin" "Rick_Rankin-P15254@email.mot.com")
2115       (print-short "Paul M Reilly" "pmr@pajato.com")
2116       (print-short "Jack Repenning" "jackr@sgi.com")
2117       (print-short "Daniel Rich" "drich@cisco.com")
2118       (print-short "Roland Rieke" "rol@darmstadt.gmd.de")
2119       (print-short "Art Rijos" "art.rijos@SNET.com")
2120       (print-short "Russell Ritchie" "ritchier@britannia-life.co.uk")
2121       (print-short "Roland" "rol@darmstadt.gmd.de")
2122       (print-short "Mike Russell" "mjruss@rchland.vnet.ibm.com")
2123       (print-short "Hajime Saitou" "hajime@jsk.t.u-tokyo.ac.jp")
2124       (print-short "Jan Sandquist" "etxquist@iqa.ericsson.se")
2125       (print-short "Marty Sasaki" "sasaki@spdcc.com")
2126       (print-short "SATO Daisuke" "densuke@ga2.so-net.or.jp")
2127       (print-short "Kenji Sato" "ken@ny.kdd.com")
2128       (print-short "Mike Scheidler" "c23mts@eng.delcoelect.com")
2129       (print-short "Daniel Schepler" "daniel@shep13.wustl.edu")
2130       (print-short "Holger Schauer" "schauer@coling.uni-freiburg.de")
2131       (print-short "Darrel Schneider" "darrel@slc.com")
2132       (print-short "Hayden Schultz" "haydens@ll.mit.edu")
2133       (print-short "Cotton Seed" "cottons@cybercom.net")
2134       (print-short "Axel Seibert" "seiberta@informatik.tu-muenchen.de")
2135       (print-short "Odd-Magne Sekkingstad" "oddms@ii.uib.no")
2136       (print-short "Gregory Neil Shapiro" "gshapiro@sendmail.org")
2137       (print-short "Justin Sheehy" "justin@linus.mitre.org")
2138       (print-short "John Shen" "zfs60@cas.org")
2139       (print-short "Murata Shuuichirou" "mrt@mickey.ai.kyutech.ac.jp")
2140       (print-short "Matt Simmons" "simmonmt@acm.org")
2141       (print-short "Dinesh Somasekhar" "somasekh@ecn.purdue.edu")
2142       (print-short "Jeffrey Sparkes" "jsparkes@bnr.ca")
2143       (print-short "Manoj Srivastava" "srivasta@pilgrim.umass.edu")
2144       (print-short "Francois Staes" "frans@kiwi.uia.ac.be")
2145       (print-short "Anders Stenman" "stenman@isy.liu.se")
2146       (print-short "Jason Stewart" "jasons@cs.unm.edu")
2147       (print-short "Rick Tait" "rickt@gnu.ai.mit.edu")
2148       (print-short "TANAKA Hayashi" "tanakah@mxa.mesh.ne.jp")
2149       (print-short "Samuel Tardieu" "sam@inf.enst.fr")
2150       (print-short "James Thompson" "thompson@wg2.waii.com")
2151       (print-short "Nobu Toge" "toge@accad1.kek.jp")
2152       (print-short "Raymond L. Toy" "toy@rtp.ericsson.se")
2153       (print-short "Remek Trzaska" "remek@npac.syr.edu")
2154       (print-short "TSUTOMU Nakamura" "tsutomu@rs.kyoto.omronsoft.co.jp")
2155       (print-short "Stefanie Teufel" "s.teufel@ndh.net")
2156       (print-short "Gary Thomas" "g.thomas@opengroup.org")
2157       (print-short "John Turner" "turner@xdiv.lanl.gov")
2158       (print-short "UENO Fumihiro" "7m2vej@ritp.ye.IHI.CO.JP")
2159       (print-short "Aki Vehtari" "Aki.Vehtari@hut.fi")
2160       (print-short "Juan E. Villacis" "jvillaci@cs.indiana.edu")
2161       (print-short "Vladimir Vukicevic" "vladimir@intrepid.com")
2162       (print-short "David Walte" "djw18@cornell.edu")
2163       (print-short "Peter Ware" "ware@cis.ohio-state.edu")
2164       (print-short "Christoph Wedler" "wedler@fmi.uni-passau.de")
2165       (print-short "Yoav Weiss" "yoav@zeus.datasrv.co.il")
2166       (print-short "Peter B. West" "p.west@uq.net.au")
2167       (print-short "Rod Whitby" "rwhitby@asc.corp.mot.com")
2168       (print-short "Rich Williams" "rdw@hplb.hpl.hp.com")
2169       (print-short "Raymond Wiker" "raymond@orion.no")
2170       (print-short "Peter Windle" "peterw@SDL.UG.EDS.COM")
2171       (print-short "David C Worenklein" "dcw@gcm.com")
2172       (print-short "Takeshi Yamada" "yamada@sylvie.kecl.ntt.jp")
2173       (print-short "Katsumi Yamaoka" "yamaoka@ga.sony.co.jp")
2174       (print-short "Jason Yanowitz" "yanowitz@eternity.cs.umass.edu")
2175       (print-short "La Monte Yarroll" "piggy@hilbert.maths.utas.edu.au")
2176       (print-short "Blair Zajac" "blair@olympia.gps.caltech.edu")
2177       (print-short "Volker Zell" "vzell@de.oracle.com")
2178       (print-short "Daniel Zivkovic" "daniel@canada.sun.com")
2179       (print-short "Karel Zuiderveld" "Karel.Zuiderveld@cv.ruu.nl")
2180       (widget-insert "\n"))
2181     (about-finish-buffer)))
2182
2183 ;;; about.el ends here