XEmacs 21.2.30 "Hygeia".
[chise/xemacs-chise.git.1] / lisp / about.el
1 ;;; about.el --- the About The Authors page (shameless self promotion).
2
3 ;; Copyright (c) 1997 Free Software Foundation, Inc.
4
5 ;; Keywords: extensions
6 ;; Version: 2.4
7 ;; Maintainer: Hrvoje Niksic <hniksic@xemacs.org>
8
9 ;; This file is part of XEmacs.
10
11 ;; XEmacs is free software; you can redistribute it and/or modify it
12 ;; under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; XEmacs is distributed in the hope that it will be useful, but
17 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 ;; General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with XEmacs; see the file COPYING.  If not, write to the
23 ;; Free Software Foundation, 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA.
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
41 ;; Many things in this file are to gag.  Ideally, we should just use
42 ;; HTML (or some other extension, e.g. info) for this sort of thing.
43 ;; However, W3 loads too long and is too large to be dumped with
44 ;; XEmacs.
45
46 ;; If you think this is ugly now -- o boy, you should have seen it
47 ;; before.
48
49 (require 'wid-edit)
50
51 ;; People in this list have their individual links from the main page,
52 ;; or from the `Legion' page.  If they have an image, it should be
53 ;; named after the CAR of the list element (baw -> baw.png).
54 ;;
55 ;; If you add to this list, you'll want to update
56 ;; `about-maintainer-info' (and maybe `about-hackers'.
57 (defvar xemacs-hackers
58   '((ajc      "Andrew Cosgriff"   "ajc@bing.wattle.id.au")
59     (aj       "Andreas Jaeger"    "aj@suse.de")
60     (baw      "Barry Warsaw"      "bwarsaw@python.org")
61     (bw       "Bob Weiner"        "weiner@beopen.com")
62     (chr      "Christian Nybø"    "chr@mediascience.no")
63     (cthomp   "Chuck Thompson"    "cthomp@xemacs.org")
64     (dmoore   "David Moore"       "dmoore@ucsd.edu")
65     (dkindred "Darrell Kindred"   "dkindred@cmu.edu")
66     (dv       "Didier Verna"      "verna@inf.enst.fr")
67     (hniksic  "Hrvoje Niksic"     "hniksic@xemacs.org")
68     (jareth   "Jareth Hein"       "jareth@camelot.co.jp")
69     (jason    "Jason Mastaler"    "jason@xemacs.org")
70     (jens     "Jens Lautenbacher" "jens@lemcbed.lem.uni-karlsruhe.de")
71     (jmiller  "Jeff Miller"       "jmiller@smart.net")
72     (juhp     "Jens-Ulrik Holger Petersen" "petersen@kurims.kyoto-u.ac.jp")
73     (jwz      "Jamie Zawinski"    "jwz@jwz.org")
74     (kazz     "IENAGA Kazuyuki"   "ienaga@xemacs.org")
75     (kyle     "Kyle Jones"        "kyle_jones@wonderworks.com")
76     (larsi    "Lars Magne Ingebrigtsen" "larsi@gnus.org")
77     (marcpa   "Marc Paquette"     "marcpa@CAM.ORG")
78     (mcook    "Michael R. Cook"   "mcook@cognex.com")
79     (mly      "Richard Mlynarik"  "mly@adoc.xerox.com")
80     (morioka  "MORIOKA Tomohiko"  "morioka@jaist.ac.jp")
81     (martin   "Martin Buchholz"   "martin@xemacs.org")
82     (ograf    "Oliver Graf"       "ograf@fga.de")
83     (pez      "Peter Pezaris"     "pez@dwwc.com")
84     (piper    "Andy Piper"        "andy@xemacs.org")
85     (rickc    "Rick Campbell"     "rickc@lehman.com")
86     (rossini  "Anthony Rossini"   "rossini@stat.sc.edu")
87     (vin      "Vin Shelton"       "acs@acm.org")
88     (sperber  "Michael Sperber"   "sperber@informatik.uni-tuebingen.de")
89     (slb      "SL Baur"           "steve@xemacs.org")
90     (stig     "Jonathan Stigelman" "stig@hackvan.com")
91     (stigb    "Stig Bjorlykke"    "stigb@tihlde.hist.no")
92     (thiessel "Marcus Thiessel"   "marcus@xemacs.org")
93     (vladimir "Vladimir Ivanovic" "vladimir@acm.com")
94     (wing     "Ben Wing"          "ben@xemacs.org")
95     (wmperry  "William Perry"     "wmperry@aventail.com"))
96   "Alist of XEmacs hackers.")
97
98 ;; The CAR of alist elements is a valid argument to `about-url-link'.
99 ;; It is preferred to a simple string, because it makes maintenance
100 ;; easier.  Please add new URLs to this list.
101 (defvar about-url-alist
102   '((ajc        . "http://www-personal.monash.edu.au/~ajc/")
103     (beopen     . "http://www.beopen.com/")
104     (ben        . "http://www.666.com/ben/")
105     (ben-xemacs . "http://www.666.com/xemacs/")
106     (baw        . "http://www.python.org/~bwarsaw/")
107     (cc-mode    . "http://www.python.org/ftp/emacs/")
108     (chr        . "http://www.xemacs.org/faq/")
109     (dkindred   . "http://www.cs.cmu.edu/People/dkindred/me.html")
110     (dmoore     . "http://oj.egbt.org/dmoore/")
111     (jason      . "http://www.mastaler.com/")
112     (juhp       . "http://www.kurims.kyoto-u.ac.jp/~petersen/")
113     (jwz        . "http://www.jwz.org/")
114     (kazz       . "http://www.imasy.or.jp/~kazz/")
115     (kyle       . "http://www.wonderworks.com/kyle/")
116     (larsi      . "http://www.ifi.uio.no/~larsi/")
117     (marcpa     . "http://www.positron911.com/products/power.htm")
118     (ograf      . "http://www.fga.de/~ograf/")
119     (pez        . "http://www.dwwc.com/")
120     (piper      . "http://www.xemacs.freeserve.co.uk/")
121     (vin        . "http://www.upa.org/")
122     (stigb      . "http://www.tihlde.hist.no/~stigb/")
123     (wget       . "ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/")
124     (xemacs     . "http://www.xemacs.org/"))
125   "Some of the more important URLs.")
126
127 (defvar about-left-margin 3)
128
129 ;; Insert a URL link to the buffer.
130 (defun about-url-link (what &optional echo)
131   (or (stringp what)
132       (setq what (cdr (assq what about-url-alist))))
133   (assert what)
134   (widget-create 'url-link
135                  :button-prefix ""
136                  :button-suffix ""
137                  :help-echo echo
138                  what))
139
140 ;; Attach a face to a string, in order to be inserted into the buffer.
141 ;; Make sure that the extent is duplicable, but unique.  Returns the
142 ;; string.
143 (defun about-with-face (string face)
144   (let ((ext (make-extent 0 (length string) string)))
145     (set-extent-property ext 'duplicable t)
146     (set-extent-property ext 'unique t)
147     (set-extent-property ext 'start-open t)
148     (set-extent-property ext 'end-open t)
149     (set-extent-face ext face))
150   string)
151
152 ;; Switch to buffer NAME.  If it doesn't exist, make it and switch to it.
153 (defun about-get-buffer (name)
154   (cond ((get-buffer name)
155          (switch-to-buffer name)
156          (delete-other-windows)
157          (goto-char (point-min))
158          name)
159         (t
160          (switch-to-buffer name)
161          (delete-other-windows)
162          (buffer-disable-undo)
163          (set-specifier left-margin-width about-left-margin (current-buffer))
164          nil)))
165
166 ;; Set up the stuff needed by widget.  Allowed types are `bury' and
167 ;; `kill'.
168 (defun about-finish-buffer (&optional type)
169   (or type (setq type 'bury))
170   (widget-insert "\n")
171   (if (eq type 'bury)
172       (widget-create 'link :help-echo "Bury buffer"
173                      :action (lambda (&rest ignore)
174                                (bury-buffer))
175                      "Remove")
176     (widget-create 'link :help-echo "Kill buffer"
177                    :action (lambda (&rest ignore)
178                              (kill-buffer (current-buffer)))
179                    "Kill"))
180   (widget-insert " this buffer.\n")
181   (use-local-map (make-sparse-keymap))
182   (set-keymap-parent (current-local-map) widget-keymap)
183   (if (eq type 'bury)
184       (progn
185         (local-set-key "q" 'bury-buffer)
186         (local-set-key "l" 'bury-buffer))
187     (let ((dispose (lambda () (interactive) (kill-buffer (current-buffer)))))
188       (local-set-key "q" dispose)
189       (local-set-key "l" dispose)))
190   (local-set-key " " 'scroll-up)
191   (local-set-key "\177" 'scroll-down)
192   (widget-setup)
193   (goto-char (point-min))
194   (toggle-read-only 1)
195   (set-buffer-modified-p nil))
196
197 ;; Make the appropriate number of spaces.
198 (defun about-center (string-or-glyph)
199   (let ((n (- (startup-center-spaces string-or-glyph) about-left-margin)))
200     (make-string (if (natnump n) n 0) ?\ )))
201
202 ;; Main entry page.
203
204 ;;;###autoload
205 (defun about-xemacs ()
206   "Describe the True Editor and its minions."
207   (interactive)
208   (unless (about-get-buffer "*About XEmacs*")
209     (widget-insert (about-center xemacs-logo))
210     (widget-create 'default
211                    :format "%t"
212                    :tag-glyph xemacs-logo)
213     (widget-insert "\n")
214     (let* ((emacs-short-version (format "%d.%d"
215                                         emacs-major-version
216                                         emacs-minor-version))
217            (emacs-about-version (format "version %s; Aug 1998"
218                                         emacs-short-version)))
219       (widget-insert (about-center emacs-about-version))
220       (widget-create 'link :help-echo "The latest NEWS of XEmacs"
221                      :action 'about-news
222                      emacs-about-version))
223
224     (widget-insert
225      "\n\n"
226      (about-with-face "XEmacs" 'italic)
227      " (formerly known as "
228      (about-with-face "Lucid Emacs" 'italic)
229      ") is a powerful, extensible text
230 editor with full GUI support, initially based on an early version of\n"
231      (about-with-face "GNU Emacs 19" 'italic)
232      " from the Free Software Foundation and since kept up to
233 date with recent versions of that product.  XEmacs stems from a\n")
234     (widget-create 'link :help-echo "An XEmacs history lesson"
235                    :action 'about-collaboration
236                    :button-prefix ""
237                    :button-suffix ""
238                    "collaboration")
239     (widget-insert
240      " of Lucid, Inc. with Sun Microsystems, Inc. and the
241 University of Illinois with additional support having been provided by
242 Amdahl Corporation, INS Engineering Corporation, and a huge amount of
243 volunteer effort.
244
245 XEmacs provides a great number of ")
246     (widget-create 'link :help-echo "See a list of the new features"
247                    :action 'about-features
248                    :button-prefix ""
249                    :button-suffix ""
250                    "new features")
251     (widget-insert ".  More details on
252 XEmacs's functionality, including bundled packages, can be obtained
253 through the ")
254     (widget-create 'info-link
255                    :help-echo "Browse the info system"
256                    :button-prefix ""
257                    :button-suffix ""
258                    :tag "info"
259                    "(dir)")
260
261     (widget-insert
262      " on-line information system.\n
263 The XEmacs web page can be browsed, using any WWW browser at\n
264 \t\t    ")
265     (about-url-link 'xemacs "Visit XEmacs WWW page")
266     (widget-insert "\n
267 Note that W3 (XEmacs's own browser), might need customization (due to
268 firewalls) in order to work correctly.
269
270 XEmacs is the result of the time and effort of many people.  The
271 developers responsible for this release are:\n\n")
272
273     (flet ((setup-person (who)
274             (widget-insert "\t* ")
275             (let* ((entry (assq who xemacs-hackers))
276                    (name (cadr entry))
277                    (address (caddr entry)))
278               (widget-create 'link
279                              :help-echo (concat "Find out more about " name)
280                              :button-prefix ""
281                              :button-suffix ""
282                              :action 'about-maintainer
283                              :tag name
284                              :value who)
285               (widget-insert (format "  <%s>\n" address)))))
286       ;; Setup persons responsible for this release.
287       (mapc 'setup-person '(slb hniksic kyle martin piper))
288       (widget-insert "\n\t* ")
289       (widget-create 'link :help-echo "A legion of XEmacs hackers"
290                      :action 'about-hackers
291                      :button-prefix ""
292                      :button-suffix ""
293                      "And many other contributors...")
294       (widget-insert "\n
295 Chuck Thompson was Mr. XEmacs from 19.11 through 19.14.  Ben Wing was
296 crucial to each of these releases.\n\n")
297       (setup-person 'cthomp)
298       (setup-person 'wing)
299       (widget-insert "
300 Jamie Zawinski was Mr. Lucid Emacs from 19.0 through 19.10, the last
301 release actually named Lucid Emacs.  A lot of work has been done by
302 Richard Mlynarik.\n\n")
303       (setup-person 'jwz)
304       (setup-person 'mly))
305     (about-finish-buffer)))
306
307 ;; View news
308 (defun about-news (&rest ignore)
309   (view-emacs-news)
310   (message "%s" (substitute-command-keys
311                  "Press \\[kill-buffer] to exit this buffer")))
312
313 (defun about-collaboration (&rest ignore)
314   (unless (about-get-buffer "*About Collaboration*")
315     (let ((title "Why Another Version of Emacs"))
316       (widget-insert
317        "\n"
318        (about-center title)
319        (about-with-face title 'bold)))
320     (widget-insert
321      "\n\n"
322      (about-with-face "The Lucid, Inc. Point of View"
323                       'italic)
324      " (quite outdated)\n
325 At the time of the inception of Lucid Emacs (the former name of
326 XEmacs), Lucid's latest product was Energize, a C/C++ development
327 environment.  Rather than invent (and force our users to learn) a new
328 user interface, we chose to build part of our environment on top of
329 the world's best editor, GNU Emacs.  (Though our product is
330 commercial, the work we did on GNU Emacs is free software, and is
331 useful in its own right.)
332
333 We needed a version of Emacs with mouse-sensitive regions, multiple
334 fonts, the ability to mark sections of a buffer as read-only, the
335 ability to detect which parts of a buffer have been modified, and many
336 other features.
337
338 For our purposes, the existing version of Epoch was not sufficient; it
339 did not allow us to put arbitrary pixmaps/icons in buffers, `undo' did
340 not restore changes to regions, regions did not overlap and merge
341 their attributes in the way we needed, and several other things.
342
343 We could have devoted our time to making Epoch do what we needed (and,
344 in fact, we spent some time doing that in 1990) but, since the FSF
345 planned to include Epoch-like features in their version 19, we decided
346 that our efforts would be better spent improving Emacs 19 instead of
347 Epoch.
348
349 Our original hope was that our changes to Emacs would be incorporated
350 into the \"official\" v19.  However, scheduling conflicts arose, and
351 we found that, given the amount of work still remaining to be done, we
352 didn't have the time or manpower to do the level of coordination that
353 would be necessary to get our changes accepted by the FSF.
354 Consequently, we released our work as a forked branch of Emacs,
355 instead of delaying any longer.
356
357 Roughly a year after Lucid Emacs 19.0 was released, a beta version of
358 the FSF branch of Emacs 19 was released.  The FSF version is better in
359 some areas, and worse in others, as reflects the differing focus of
360 our development efforts.
361
362 We plan to continue developing and supporting Lucid Emacs, and merging
363 in bug fixes and new features from the FSF branch as appropriate; we
364 do not plan to discard any of the functionality that we implemented
365 which RMS has chosen not to include in his version.
366
367 Certain elements of Lucid Emacs, or derivatives of them, have been
368 ported to the FSF version.  We have not been doing work in this
369 direction, because we feel that Lucid Emacs has a cleaner and more
370 extensible substrate, and that any kind of merger between the two
371 branches would be far easier by merging the FSF changes into our
372 version than the other way around.
373
374 We have been working closely with the Epoch developers to merge in the
375 remaining Epoch functionality which Lucid Emacs does not yet have.
376 Epoch and Lucid Emacs will soon be one and the same thing.  Work is
377 being done on a compatibility package which will allow Epoch 4 code to
378 run in XEmacs with little or no change.\n\n"
379      (about-with-face "The Sun Microsystems, Inc. Point of View"
380                       'italic)
381      "\n
382 Emacs 18 has been around for a long, long time.  Version 19 was
383 supposed to be the successor to v18 with X support.  It was going to
384 be available \"real soon\" for a long time (some people remember
385 hearing about v19 as early as 1984!), but it never came out.  v19
386 development was going very, very slowly, and from the outside it
387 seemed that it was not moving at all.  In the meantime other people
388 gave up waiting for v19 and decided to build their own X-aware
389 Emacsen.  The most important of these was probably Epoch, which came
390 from the University of Illinois (\"UofI\") and was based on v18.
391
392 Around 1990, the Developer Products group within Sun Microsystems
393 Inc., decided that it wanted an integrated editor.  (This group is now
394 known as DevPro.  It used to be known as SunPro - the name was changed
395 in mid-1994.)  They contracted with the University of Illinois to
396 provide a number of basic enhancements to the functionality in Epoch.
397 UofI initially was planning to deliver this on top of Epoch code.
398
399 In the meantime, (actually some time before they talked with UofI)
400 Lucid had decided that it also wanted to provide an integrated
401 environment with an integrated editor.  Lucid decided that the Version
402 19 base was a better one than Version 18 and thus decided not to use
403 Epoch but instead to work with Richard Stallman, the head of the Free
404 Software Foundation and principal author of Emacs, on getting v19 out.
405 At some point Stallman and Lucid parted ways.  Lucid kept working and
406 got a v19 out that they called Lucid Emacs 19.
407
408 After Lucid's v19 came out it became clear to us (the UofI and Sun)
409 that the right thing to do was to push for an integration of both
410 Lucid Emacs and Epoch, and to get the deliverables that Sun was asking
411 from the University of Illinois on top of this integrated platform.
412 Until 1994, Sun and Lucid both actively supported XEmacs as part of
413 their product suite and invested a comparable amount of effort into
414 it.  Substantial portions of the current code have originated under
415 the support of Sun, either directly within Sun, or at UofI but paid
416 for by Sun.  This code was kept away from Lucid for a while, but later
417 was made available to them.  Initially Lucid didn't know that Sun was
418 supporting UofI, but later Sun was open about it.
419
420 Around 1992 DevPro-originated code started showing up in Lucid Emacs,
421 starting with the infusion of the Epoch redisplay code.  The separate
422 code bases at Lucid, Sun, and the University of Illinois were merged,
423 allowing a single XEmacs to evolve from that point on.
424
425 Sun originally called the integrated product ERA, for \"Emacs
426 Rewritten Again\".  SunPro and Lucid eventually came to an agreement
427 to find a name for the product that was not specific to either
428 company.  An additional constraint that Lucid placed on the name was
429 that it must contain the word \"Emacs\" in it -- thus \"ERA\" was not
430 acceptable.  The tentatively agreed-upon name was \"XEmacs\", and this
431 has been the name of the program since version 19.11.)
432
433 As of 1997, Sun is shipping XEmacs as part of its Developer Products
434 integrated programming environment \"Sun WorkShop\".  Sun is
435 continuing to support XEmacs development, with focus on
436 internationalization and quality improvement.\n\n"
437      (about-with-face "Lucid goes under" 'italic)
438      "\n
439 Around mid-'94, Lucid went out of business.  Lucid founder Richard
440 Gabriel's book \"Patterns of Software\", which is highly recommended
441 reading in any case, documents the demise of Lucid and suggests
442 lessons to be learned for the whole software development community.
443
444 Development on XEmacs, however, has continued unabated under the
445 auspices of Sun Microsystems and the University of Illinois, with help
446 from Amdahl Corporation and INS Engineering Corporation.  Sun plans to
447 continue to support XEmacs into the future.\n\n"
448      (about-with-face "The Amdahl Corporation point of view"
449                       'italic)
450      "\n
451 Amdahl Corporation's Storage Products Group (SPG) uses XEmacs as the
452 focal point of a environment for development of the microcode used in
453 Amdahl's large-scale disk arrays, or DASD's.  SPG has joint ventures
454 with Japanese companies, and decided in late 1994 to contract out for
455 work on XEmacs in order to hasten the development of Mule support
456 \(i.e. support for Japanese, Chinese, etc.) in XEmacs and as a gesture
457 of goodwill towards the XEmacs community for all the work they have
458 done on making a powerful, modern, freely available text editor.
459 Through this contract, Amdahl provided a large amount of work in
460 XEmacs in the form of rewriting the basic text-processing mechanisms
461 to allow for Mule support and writing a large amount of the support
462 for multiple devices.
463
464 Although Amdahl is no longer hiring a full-time contractor, they are
465 still funding part-time work on XEmacs and providing resources for
466 further XEmacs development.\n\n"
467      (about-with-face "The INS Engineering point of view"
468                       'italic)
469      "\n
470 INS Engineering Corporation, based in Tokyo, bought rights to sell
471 Energize when Lucid went out of business.  Unhappy with the
472 performance of the Japanese support in XEmacs 19.11, INS also
473 contributed to the XEmacs development from late 1994 to early
474 1995.\n")
475     (about-finish-buffer)))
476
477 (defun about-features (&rest ignore)
478   (unless (about-get-buffer "*About Features*")
479     (let ((title "New features in XEmacs"))
480       (widget-insert
481        "\n"
482        (about-center title)
483        (about-with-face title 'bold)))
484     (widget-insert
485      "\n
486 * MULE (Multi-Lingual Emacs) support.  Simultaneous display of
487   multiple character sets is now possible.
488
489 * Support for arbitrary pixmaps in a buffer.
490
491 * A real toolbar.
492
493 * Horizontal and vertical scrollbars in all windows.
494
495 * Support for variable-width and variable height fonts.
496
497 * Support for display on multiple simultaneous X and/or TTY devices.
498
499 * Face support on TTY's, including color.
500
501 * Support for overlapping regions (or extents) and efficient handling
502   of a large number of such extents in a single buffer.
503
504 * Powerful, flexible control over the display characteristics of most
505   of the visual aspects of XEmacs through the use of specifiers, which
506   allow separate values to be specified for individual buffers,
507   windows, frames, devices, device classes, and device types.
508
509 * A clean interface to the menubar, window-system events, and key
510   combinations.
511
512 * Proper integration with Xt and Motif (including Motif menubars and
513   scrollbars).  Motif look-alike menubars and scrollbars are provided
514   for those systems without real Motif support.
515
516 * Text for complex languages can be entered using the XIM mechanism.
517
518 * Localization of menubar text for the Japanese locale.
519
520 * Access to the ToolTalk API.
521
522 * Support for using XEmacs frames as Xt widgets.\n\n")
523     (about-finish-buffer)))
524
525 (defvar about-glyphs nil
526   "Cached glyphs")
527
528 ;; Return a maintainer's glyph
529 (defun about-maintainer-glyph (who)
530   (let ((glyph (cdr (assq who about-glyphs))))
531     (unless glyph
532       (let ((file (expand-file-name
533                    (concat (symbol-name who)
534                            (if (memq (device-class)
535                                      '(color grayscale))
536                                "" "m")
537                            ".png")
538                    (locate-data-directory "photos")))
539             (data nil))
540         (setq glyph
541               (cond ((stringp data)
542                      (make-glyph
543                       (if (featurep 'png)
544                           `([png :data ,data]
545                             [string :data "[Image]"])
546                         `([string :data "[Image]"]))))
547                     ((eq data 'error)
548                      (make-glyph [string :data "[Error]"]))
549                     (file
550                      (make-glyph
551                       (if (featurep 'png)
552                           `([png :file ,file]
553                             [string :data "[Image]"])
554                         `([string :data "[Image]"]))))
555                     (t
556                      (make-glyph [nothing]))))
557         (set-glyph-property glyph 'baseline 100)
558         ;; Cache the glyph
559         (push (cons who glyph) about-glyphs)))
560     glyph))
561
562 ;; Insert info about a maintainer.  Add the maintainer-specific info
563 ;; here.
564 (defun about-maintainer-info (entry)
565   (ecase (car entry)
566     (slb
567      (widget-insert "\
568 Peaches Baur, 1986-1999.
569 Rest in peace")
570      (widget-insert ".\n"))
571     (martin
572      (widget-insert "\
573 Martin was the XEmacs guy at DevPro, a part of Sun Microsystems.
574 Martin used to do XEmacs as a `hobby' while at IBM, and was crazy
575 enough to try to make a living doing it at Sun.
576
577 Martin starting using Emacs originally not to edit files, but to get
578 the benefit of shell mode. He actually used to run nothing but a shell
579 buffer, and use `xterm -e vi' to edit files.  But then he saw the
580 light.  He dreams of rewriting shell mode from scratch.  Stderr should
581 show up in red!!
582
583 Martin is no longer doing XEmacs for a living, and is Just Another
584 Volunteer.\n"))
585     (hniksic
586      (widget-insert "\
587 Hrvoje is a student at the Faculty of Electrical Engineering and
588 Computing in Zagreb, Croatia, working part-time at system administration
589 at SRCE.  His hobby is hacking free software, particularly XEmacs and
590 GNU Wget, the latter being his very own creation.
591
592 His contribution to XEmacs consists of a multitude of hours spent
593 adding new features and bugs, and fixing old ones.  He dreams of
594 writing a home page.\n"))
595     (wing
596      (widget-insert
597       "\
598 I began my Emacs life in 1992 as the co-founder of the now defunct
599 Pearl Software.  As part of this company, I became the principal
600 architect of Win-Emacs, an early port of Lucid Emacs to Microsoft
601 Windows and Windows NT.
602
603 Since April 1993, I've worked on XEmacs as a contractor for various
604 companies, changing hats faster than Ronald Reagan's hair color (oops,
605 did I just show my age?).  My main contributions to XEmacs include
606 rewriting large parts of the internals and the gory Xt/Xlib
607 interfacing, adding the Mule support, implementing the external client
608 widget, improving the documentation (especially the Emacs Lisp
609 manual), and being a general nuisance ... er, brainstormer for many of
610 the new features of XEmacs.
611
612 Alas, life has not been good to me recently.  This former San Francisco
613 \"Mission Critter\" was exiled to \"Stroller Valley\" and, after a brief
614 stint developing a Java-based VRML toolkit for the now also defunct
615 Dimension X, I developed insidious hand and neck problems, and I was
616 forced to quit working.  Since then, I have been learning how to interact
617 with the computer by using foot pedals and by dictating text to other
618 people.  Recently I completed Architecting XEmacs, a web site about the
619 future of XEmacs.\n\n")
620      (widget-insert "Architecting XEmacs: ")
621      (about-url-link 'ben-xemacs "Find the miracles in store for XEmacs")
622      (widget-insert "\nBen's home page:     ")
623      (about-url-link 'ben "Visit Ben's page")
624      (widget-insert "\n"))
625     (cthomp
626      (widget-insert "\
627 Chuck, through being in the wrong place at the right time, has gotten
628 stuck with being Jamie's replacement as the primary maintainer of
629 XEmacs.  This has caused his hair to begin falling out and quadrupled
630 his daily coffee dosage.  Though he works at and for the University of
631 Illinois his funding for XEmacs work actually came from Sun
632 Microsystems.
633
634 He has worked on XEmacs since November 1992, which fact occasionally
635 gives him nightmares.  As of October 1995, he no longer works
636 full-time on XEmacs, though he does continue as an active maintainer.
637 His main contributions have been the greatly enhanced redisplay
638 engine, scrollbar support, the toolbars, configure support and
639 numerous other features and fixes.
640
641 Rumors that Chuck is aka Black Francis aka Frank Black are completely
642 unfounded.\n"))
643     (jwz
644      (widget-insert
645       "\t"
646       (about-with-face "\"So much to do, so little time.\"" 'italic)
647       "\n
648 Jamie Zawinski was primarily to blame for Lucid Emacs from its
649 inception in 1991, to 1994 when Lucid Inc. finally died.  He is now to
650 be found at Netscape Communications, hacking on Netscape Navigator (he
651 did the first Unix version and the mail and news reader).  Thankfully
652 his extensive sleep deprivation experiments conducted during 1994 and
653 1995 are now a thing of the past, but his predilection for dark,
654 Gothic music remains unabated.
655
656 Come visit his glorified .plan file at\n\n")
657      (about-url-link 'jwz "Visit Jamie's home page")
658      (widget-insert "\n"))
659     (mly
660      (widget-insert "Cars are evil.  Ride a bike.\n"))
661     (vladimir
662      (widget-insert "\
663 Former technical lead for XEmacs at Sun.  He is now with a startup
664 marketing embedded Java databases.\n"))
665     (stig
666      (widget-insert "\
667 Stig is sort of a tool fetishist.  He has a hate/love relationship
668 with computers and he hacks on XEmacs because it's a good tool that
669 makes computers somewhat less of a nuisance.  Besides XEmacs, Stig
670 especially likes his Leatherman, his Makita, and his lockpicks.  Stig
671 wants a MIG welder and air tools.
672
673 Stig likes to perch, hang from the ceiling, and climb on the walls.
674 Stig has a cool van.  Stig would like to be able to telecommute from,
675 say, the north rim of the Grand Canyon or the midst of Baja.\n"))
676     (stigb
677      (widget-insert "\
678 Currently studying computer science in Trondheim, Norway.  Full time
679 Linux user and proud of it.  XEmacs hacker light.  Maintainer of the
680 RPM package.
681
682 See:\t")
683      (about-url-link 'stigb "Visit Stig's home page"))
684     (baw
685      (widget-insert
686         "\
687 Author of CC Mode, for C, C++, Objective-C and Java editing, and
688 Supercite for mail and news citing.  Also various and sundry other
689 Emacs utilities, fixes, enhancements and kludgery as whimsy, boredom,
690 and ToT dictate (but not necessarily in that order).  See also:\n\n\t")
691      (about-url-link 'baw "Visit Barry's home page")
692      (widget-insert "\n\nand:\n\n\t")
693      (about-url-link 'cc-mode "Visit the CC Mode distribution")
694      (widget-insert "\n
695 Daddy
696 \(C) 1994 Warsaw
697 ===============
698 Drive me Daddy, drive me quick
699 Push my pedal, shift my stick
700 Fill me up with golden gas
701 My rubber squeals, I go real fast
702
703 Milk me Daddy, milk me now
704 Milk me like a big ol' cow
705 I've got milk inside my udder
706 Churn it up and make some butter\n"))
707     (piper
708      (widget-insert "\
709 Author of the original \"fake\" XEmacs toolbar, outl-mouse for mouse
710 gesture based outlining, the original CDE drag-n-drop support, the
711 cygwin port of XEmacs including unexec, glyphs under MS-Windows,
712 toolbars under MS-Windows. My home page is here:\n")
713      (about-url-link 'piper "Visit andy's home page")
714      (widget-insert "\n
715 Andy has recently rejoined the XEmacs team to help port XEmacs to
716 MS Windows operating systems.\n"))
717     (bw
718      (widget-insert "\
719 Author of the Hyperbole everyday information management hypertext
720 system and the OO-Browser multi-language code browser.  He also
721 designed the BeOpen InfoDock integrated development environment
722 for software engineers.  It runs atop XEmacs and is available from
723 his firm, BeOpen, which offers distributions, custom development,
724 support, and training packages for corporate users of XEmacs, GNU
725 Emacs and InfoDock.  See ")
726      (about-url-link 'beopen "Visit BeOpen WWW page")
727      (widget-insert ".
728
729 His interests include user interfaces, information management,
730 CASE tools, communications and enterprise integration.\n"))
731     (wmperry
732      (widget-insert "\
733 Author of Emacs-w3, the builtin web browser that comes with XEmacs,
734 and various additions to the C code (e.g. the database support, the
735 PNG support, some of the GIF/JPEG support, the strikethru face
736 attribute support).
737
738 He is currently working at Aventail, Corp. on SOCKS v5 servers.\n"))
739     (kyle
740      (widget-insert "\
741 Author of VM, a mail-reading package that is included in the standard
742 XEmacs distribution, and contributor of many improvements and bug
743 fixes.  Unlike RMAIL and MH-E, VM uses the standard UNIX mailbox
744 format for its folders; thus, you can use VM concurrently with other
745 UNIX mail readers such as Berkeley Mail and ELM.  See\n")
746      (about-url-link 'kyle "Visit Kyle's Home page")
747      (widget-insert ".\n"))
748     (larsi
749      (widget-insert "\
750 Author of Gnus the Usenet news and Mail reading package in the
751 standard XEmacs distribution, and contributor of various enhancements
752 and portability fixes.  Lars is a student at the Institute of
753 Informatics at the University of Oslo.  He is currently plumbing away
754 at his majors work at the Institute of Physics, working on an SCI
755 project connected with CASCADE and CERN and stuff.
756
757 See ")
758      (about-url-link 'larsi "Visit the Larsissistic pages")
759      (widget-insert ".\n"))
760     (marcpa
761      (widget-insert "\
762 I work for Positron Industries Inc., Public Safety Division.
763 I'm part of the team producing POWER 911, a 911 emergency response
764 system written in Modula3:\n")
765      (about-url-link 'marcpa "Visit POWER 911")
766      (widget-insert "\
767 \n\nPreviously, I worked at Softimage Inc., now a Microsoft company
768 \(eeekkk!), as a UNIX system administrator.  This is where I've been
769 converted to NT.
770
771 In a previous life, I was a programmer/sysadmin at CRIM (Centre de
772 Recherche Informatique de Montreal) for the speech recognition group.\n"))
773     (jens
774      (widget-insert "\
775 Jens did the artwork for graphics added to XEmacs 20.2 and 19.15.
776
777 I'm currently working at the University of Karlsruhe, Germany on
778 getting my diploma thesis on Supersymmetry (uuh, that's physics) done.
779 After that (and all the remaining exams) I'm looking forward to make a
780 living out of my hobbies -- computers (and graphics). But because I
781 have no deadline for the exams and XEmacs betas are released at a high
782 rate this may take some time...\n"))
783     (jareth
784      (widget-insert "\
785 Jareth Hein is a mountain boy who abandoned his home state of Colorado
786 for the perpetual state of chaos known as Tokyo in a failed attempt to
787 become a cel-animator, and a more successful one to become a
788 computer-game programmer. As he happens to be bilingual (guess which
789 two?) he's been doing quite a bit of MULE hacking. He's also getting
790 his hands dirty in the graphics areas as well.\n"))
791     (morioka
792      (widget-insert "\
793 I am the author of tm-view (general MIME Viewer for GNU Emacs) and
794 major author and maintainer of tm (Tools for MIME; general MIME
795 package for GNU Emacs).  In addition, I am working to unify MULE API
796 for Emacs and XEmacs.  In XEmacs, I have ported many mule features.
797
798 I am a doctoral student at School of Information Science of JAIST
799 \(Japan Advanced Institute of Science and Technology, Hokuriku).  I'm
800 interested in Natural Language, Affordance and writing systems.\n"))
801     (dmoore
802      (widget-insert "\
803 David has contributed greatly to the quest to speed up XEmacs.  He is
804 a student in the Computer Systems Laboratory at UCSD.  When he manages
805 to have free time, he usually spends it on 200 mile bicycle rides,
806 learning german or showing people the best mail & news environment
807 he's found in 10 years.  (That'd be XEmacs, Gnus and bbdb, of course.)
808 He can be found at `druidmuck.egbt.org 4201' at various hours of the
809 day.
810
811 He has a page at ")
812      (about-url-link 'dmoore "Visit David's home page")
813      (widget-insert ".\n"))
814     (thiessel
815      (widget-insert "\
816                       All of the buildings,
817                       all of the cars
818                       were once just a dream
819                       in somebody's head.\n
820                                      P. Gabriel\n\n
821 ")
822      (widget-insert "\n"))
823     (sperber
824      (widget-insert "\
825 Mike ported EFS to XEmacs 20 and integrated EFS into XEmacs.  He's
826 also responsible for the ports of facemenu.el and enriched.el.  When
827 Mike isn't busy putting together patches for free software he has just
828 installed or changing his hairstyle, he does research in modern
829 programming languages and their implementation, and hopes that one day
830 XEmacs will speak Scheme.\n"))
831     (vin
832      (widget-insert "\
833 Vin maintains the XEmacs patch pages in order to bring a more
834 stable XEmacs.  (Actually, he does it 'cause it's fun and he's been
835 using emacs for a long, long time.)  Vin also contributed the detached
836 minibuffer code as well as a few minor enhancements to the menubar
837 options.
838
839 I own and operate my own consulting firm, EtherSoft.  Shhh, don't
840 tell anyone, but it's named after an Ultimate team I used to play
841 with in Austin, Texas - the Ether Bunnies.  I'm getting too old
842 to play competitive Ultimate any more, so now I've gotten roped
843 into serving on the board of directors of the Ultimate Players
844 Association.  See ")
845      (about-url-link 'vin "Visit the UPA homepage")
846      (widget-insert ".\n"))
847     (ajc
848      (widget-insert "\
849 When not helping maintain the XEmacs website, Andrew is a Network
850 Software Engineer(tm) for Monash University in Australia, maintaining
851 webservers and doing random other things.  As well as spending spare
852 time being an Eager Young Space Cadet and fiddling with XEmacs/Gnus
853 et. al., he spends his time pursuing, among other things, a Life.
854 Some of this currently involves doing an A-Z (by country) of
855 restaurants with friends, and has, in the past, involved dyeing his
856 hair various colours (see ")
857      (about-url-link 'ajc "Visit Andrew's home page")
858      (widget-insert ".\n"))
859     (rickc
860      (widget-insert "\
861 The hacker formerly known as Rick Busdiecker develops and maintains
862 libraries for financial applications at Lehman Brothers during
863 daylight hours.  In the evenings he maintains three children, and
864 when he ought to be sleeping he co-maintains ILISP, builds XEmacs
865 betas, and tinkers with various personal hacking projects..\n"))
866     (kazz
867      (widget-insert "\
868 Kazz is the XEmacs lead on BSD (especially FreeBSD).
869 His main workspace is, probably, the latest stable version of
870 FreeBSD and it makes him comfortable and not.
871 His *mission* is to make XEmacs runs on FreeBSD without
872 any problem.
873
874 In real life, he is working on a PDM product based on CORBA,
875 and doing consultation, design and implemention.
876 He loves to play soccer, yes football!
877 See also:")
878      (about-url-link 'kazz "Visit Kazz's home page")
879      (widget-insert ".\n"))
880     (dkindred
881      (widget-insert "\
882 Darrell tends to come out of the woodwork a couple of weeks
883 before a new release with a flurry of fixes for bugs that
884 annoy him.  He hopes he's spared you from a core dump or two.
885
886 Darrell is currently a doctoral student in computer science at
887 Carnegie Mellon University, but he's trying hard to kick that
888 habit.
889
890 See ")
891      (about-url-link 'dkindred "Visit Darrell's WWW page")
892      (widget-insert ".\n"))
893     (pez
894      (widget-insert "\
895 Author of SQL Mode, edit-toolbar, mailtool-mode, and various other
896 small packages with varying degrees of usefulness.  Peter has
897 recently left Wall Street to start Daedalus World Wide Corporation,
898 a software development firm.  See ")
899      (about-url-link 'pez "Daedalus on the web")
900      (widget-insert ".\n"))
901     (dv
902      (widget-insert "\
903 I'm currently working (Ph.D.) on the cognitive aspects of
904 Human-Machine Interaction in Virtual Environments, and especialy on
905 the possibility of adding (artificial) intelligence between the system
906 and the operator, in order to detect the intentions of the latter.
907
908 Otherwise, I'm, say, 35.82% professional Jazz guitar player,
909 which means that's not the way I earn my crust, but things may very
910 well reverse in the future ...\n"))
911     (rossini
912      (widget-insert "\
913 Author of the first XEmacs FAQ, as well as minor priest in the
914 movement to get every statistician in the world to use XEmacs for
915 statistical programming and data analysis.  Current development lead
916 for ESS (Emacs Speaks Statistics), a mode and inferior mode for
917 statistical programming and data analysis for SAS, S, S-PLUS, R,
918 XLispStat; configurable for nearly any other statistical
919 language/package one might want.  In spare time, acts as a
920 Ph.D. (bio)statistician for money and amusement.  Current position:
921 Assistant Professor of Statistics at the University of South Carolina.\n"))
922     (ograf
923      (widget-insert "\
924 I'm a student of computer sciences at the University of Koblenz. My
925 major is computational linguistics (human language generation and
926 analysis).
927
928 I make my living as a managing director of a small but fine company
929 which I started two years ago with one of my friends. We provide
930 business network solutions based on linux servers and various other
931 networking products.
932
933 Most of my spare time I spent on the development of the XEmacs
934 Drag'n'Drop API, a enhanced version of Tk called TkStep (better looks,
935 also Drag'n'Drop, and more), and various other hacks: ISDN-tools,
936 cd players, python, etc...
937
938 To see some of these have a look at ")
939      (about-url-link 'ograf "one of my homepages")
940      (widget-insert ".\n"))
941     (juhp
942      (widget-insert "\
943 I started using XEmacs-20 as my work-environment in June 1997.  I
944 became a beta developer shortly after that (\"it seems like a good
945 idea at the time...\" :-), so far contributing mainly bug fixes,
946 \"find-func.el\" and improvements to \"help.el\".
947
948 My current dreams for XEmacs: move to using guile as the Lisp engine
949 and gtk as the default X toolkit.
950
951 I have been a postdoctoral researcher at the Research Institute for
952 Mathematical Sciences, Kyoto University, since August 1994, doing
953 research in mathematical physics (representation theory of quantum
954 groups).  Though now I seem to be heading for other things.
955
956 My homepage is ")
957      (about-url-link 'juhp "Visit Jens' homepage")
958      (widget-insert ".\n"))
959     (jason
960      (widget-insert "\
961 Beta tester, manager of the various XEmacs mailing lists and
962 binary kit manager.  Also, originator and maintainer of the gnus.org
963 domain.
964
965 Jason resides in Albuquerque, New Mexico where he keeps himself
966 busy with studies at the university and consulting work.
967
968 See: ")
969       (about-url-link 'jason "Visit Jason's homepage")
970       (widget-insert ".\n"))
971     (jmiller
972      (widget-insert "\
973 Jeff grew up in Indiana and is a country boy at heart.  He currently lives
974 in, of all places, Millersville Maryland.  He spends a lot of his free
975 time tinkering with Linux and hacking on XEmacs and loves it when he finds
976 new cool features in either.  When he's not doing that, he enjoys downhill
977 skiing, puzzles, and sci-fi.  Jeff is also really interested in classical
978 Roman history and enjoys making trips to Italy, where he was born, and
979 seeing the sights")
980      (widget-insert ".\n"))
981     (chr
982      (widget-insert "\
983 Maintainer of the XEmacs FAQ and proud author of `zap-up-to-char'.
984
985 Christian is a student at the Norwegian School of Economics and
986 Business Administration in Bergen, Norway.  He used to work for an
987 internet startup called New Media Science, doing scripting and
988 violation of HTML DTD's.  After graduation, spring 1999, he'll be
989 looking for a job involving lisp programming, French and Russian.")
990      (widget-insert ".\n"))
991     (aj
992      (widget-insert "\
993 In the XEmacs team I'm responsible for the packages which means mainly
994 applying patches and packaging the packages.
995
996 I'm a software developer working for the SuSE Labs of the Linux
997 distributor SuSE.  My main task is to improve the GNU C library.")
998      (widget-insert ".\n"))
999 ))
1000
1001 ;; Setup the buffer for a maintainer.
1002 (defun about-maintainer (widget &optional event)
1003   (let* ((entry (assq (widget-value widget) xemacs-hackers))
1004          (who (car entry))
1005          (name (cadr entry))
1006          (address (caddr entry))
1007          (bufname (format "*About %s*" name)))
1008     (unless (about-get-buffer bufname)
1009       ;; Display the glyph and name
1010       (widget-insert "\n")
1011       (widget-create 'default :format "%t"
1012                      :tag-glyph (about-maintainer-glyph who))
1013       (widget-insert
1014        "  " (about-with-face (format "%s" name) 'bold)
1015        " <" address ">\n\n")
1016       ;; Display the actual info
1017       (about-maintainer-info entry)
1018       (widget-insert "\n")
1019       (about-finish-buffer 'kill)
1020       (forward-line 2))))
1021
1022 (defsubst about-tabs (str)
1023   (let ((x (length str)))
1024     (cond ((>= x 24) " ")
1025           ((>= x 16) "\t")
1026           ((>= x 8) "\t\t")
1027           (t "\t\t\t"))))
1028
1029 (defun about-show-linked-info (who shortinfo)
1030   (let* ((entry (assq who xemacs-hackers))
1031          (name (cadr entry))
1032          (address (caddr entry)))
1033     (widget-create 'link :help-echo (concat "Find out more about " name)
1034                    :action 'about-maintainer
1035                    :button-prefix ""
1036                    :button-suffix ""
1037                    :tag name
1038                    :value who)
1039     (widget-insert (about-tabs name)
1040                    (format "<%s>\n%s\n" address shortinfo))))
1041
1042 (defun about-hackers (&rest ignore)
1043   (unless (about-get-buffer "*About Contributors*")
1044     (let ((title "Other Contributors to XEmacs"))
1045       (widget-insert
1046        (about-center title)
1047        (about-with-face title 'bold)))
1048     (widget-insert
1049      "\n
1050 Like most free software, XEmacs is a collaborative effort.  These are
1051 some of the contributors.  We have no doubt forgotten someone; we
1052 apologize!  You can see some of our faces under the links.\n\n")
1053     (about-show-linked-info 'vladimir "\
1054 Former technical lead for XEmacs at Sun.  He is now with a startup
1055 marketing embedded Java databases.\n")
1056     (about-show-linked-info 'stig "\
1057 Peripatetic uninominal Emacs hacker.  Stig sometimes operates out of a
1058 big white van set up for nomadic living and hacking.  Implemented the
1059 faster stay-up Lucid menus and hyper-apropos.  Contributor of many
1060 dispersed improvements in the core Lisp code, and back-seat
1061 contributor for several of its major packages.\n")
1062     (about-show-linked-info 'baw "\
1063 Author of CC Mode for C, C++, Objective-C and Java editing, and
1064 Supercite for mail and news citing.  Also various and sundry other
1065 Emacs utilities, fixes, enhancements and kludgery as whimsy, boredom,
1066 and ToT dictate (but not necessarily in that order).\n")
1067     (about-show-linked-info 'piper "\
1068 Created the prototype for the toolbars.  Has been the first to make
1069 use of many of the new XEmacs graphics features. Has implemented many
1070 of XEmacs' graphics features under MS-Windows and has ported XEmacs
1071 to cygwin under MS-Windows.\n")
1072     (about-show-linked-info 'bw "\
1073 Author of the Hyperbole everyday information management hypertext
1074 system and the OO-Browser multi-language code browser.  He also
1075 designed the BeOpen InfoDock integrated development environment
1076 for software engineers.  It runs atop XEmacs and is available from
1077 his firm, BeOpen, which offers custom development and support packages
1078 for corporate users of XEmacs, GNU Emacs and InfoDock.  His interests
1079 include user interfaces, information management, CASE tools,
1080 communications and enterprise integration.\n")
1081     (about-show-linked-info 'wmperry "\
1082 Author of Emacs-w3, the builtin web browser that comes with XEmacs,
1083 and various additions to the C code (e.g. the database support, the
1084 PNG support, some of the GIF/JPEG support, the strikethru face
1085 attribute support).\n")
1086     (about-show-linked-info 'kyle "\
1087 Author of VM, a mail-reading package that is included in the standard
1088 XEmacs distribution, and contributor of many improvements and bug
1089 fixes.  Unlike RMAIL and MH-E, VM uses the standard UNIX mailbox
1090 format for its folders; thus, you can use VM concurrently with other
1091 UNIX mail readers such as Berkeley Mail and ELM.\n")
1092     (about-show-linked-info 'larsi "\
1093 Author of Gnus the Usenet news and Mail reading package in the
1094 standard XEmacs distribution, and contributor of various enhancements
1095 and portability fixes.  Lars is a student at the Institute of
1096 Informatics at the University of Oslo.  He is currently plumbing away
1097 at his majors work at the Institute of Physics, working on an SCI
1098 project connected with CASCADE and CERN and stuff.\n")
1099     (about-show-linked-info 'jens "\
1100 I'm currently working at the University of Karlsruhe, Germany on
1101 getting my diploma thesis on Supersymmetry (uuh, that's physics) done.
1102 After that (and all the remaining exams) I'm looking forward to make a
1103 living out of my hobbies -- computers (and graphics). But because I
1104 have no deadline for the exams and XEmacs betas are released at a high
1105 rate this may take some time...\n")
1106     (about-show-linked-info 'jareth "\
1107 Jareth Hein is a mountain boy who abandoned his home state of Colorado
1108 for the perpetual state of chaos known as Tokyo in a failed attempt to
1109 become a cel-animator, and a more successful one to become a
1110 computer-game programmer. As he happens to be bilingual (guess which
1111 two?) he's been doing quite a bit of MULE hacking. He's also getting
1112 his hands dirty in the graphics areas as well.\n")
1113     (about-show-linked-info 'morioka "\
1114 I am the author of tm-view (general MIME Viewer for GNU Emacs) and
1115 major author and maintainer of tm (Tools for MIME; general MIME
1116 package for GNU Emacs).  In addition, I am working to unify MULE API
1117 for Emacs and XEmacs.  In XEmacs, I have ported many mule features.
1118
1119 I am a doctoral student at School of Information Science of JAIST
1120 \(Japan Advanced Institute of Science and Technology, Hokuriku).  I'm
1121 interested in Natural Language, Affordance and writing systems.\n")
1122     (about-show-linked-info 'dmoore "\
1123 David has contributed greatly to the quest to speed up XEmacs.  He is
1124 a student in the Computer Systems Laboratory at UCSD.  When he manages
1125 to have free time, he usually spends it on 200 mile bicycle rides,
1126 learning german or showing people the best mail & news environment
1127 he's found in 10 years.  (That'd be XEmacs, Gnus and bbdb, of course.)
1128 He can be found at `druidmuck.egbt.org 4201' at various hours of the
1129 day.\n")
1130     (about-show-linked-info 'sperber "\
1131 Mike ported EFS to XEmacs 20 and integrated EFS into XEmacs.  He's
1132 also responsible for the ports of facemenu.el and enriched.el.  When
1133 Mike isn't busy putting together patches for free software he has just
1134 installed or changing his hairstyle, he does research in modern
1135 programming languages and their implementation, and hopes that one day
1136 XEmacs will speak Scheme.\n")
1137     (about-show-linked-info 'vin "\
1138 Vin helps maintain the older, more mature (read: moldy) versions of
1139 XEmacs.  Vin has maintained the official XEmacs patch pages.\n")
1140     (about-show-linked-info 'thiessel "\
1141 Worked at University of Kaiserslautern where he took part in the 
1142 development and design of a CAD framework for analog integrated
1143 circuits with special emphasis on distributed software concepts. He 
1144 has now joined HP as technical consultant.  
1145
1146 For XEmacs he does beta testing and tries to take care of XEmacs
1147 website at <http://www.xemacs.org>.\n")
1148     (about-show-linked-info 'ajc "\
1149 When not helping maintain the XEmacs website, Andrew is a Network
1150 Software Engineer(tm) for Monash University in Australia, maintaining
1151 webservers and doing random other things.  As well as spending spare
1152 time being an Eager Young Space Cadet and fiddling with XEmacs/Gnus
1153 et. al., he spends his time pursuing, among other things, a Life.
1154 Some of this currently involves doing an A-Z (by country) of
1155 restaurants with friends, and has, in the past, involved dyeing his
1156 hair various colours.\n")
1157     (about-show-linked-info 'kazz "\
1158 IENAGA Kazuyuki is the XEmacs technical lead on BSD, particularly
1159 FreeBSD.\n")
1160     (about-show-linked-info 'dkindred "\
1161 Darrell tends to come out of the woodwork a couple of weeks
1162 before a new release with a flurry of fixes for bugs that
1163 annoy him.  He hopes he's spared you from a core dump or two.
1164
1165 Darrell is currently a doctoral student in computer science at
1166 Carnegie Mellon University, but he's trying hard to kick that
1167 habit.\n")
1168     (about-show-linked-info 'dv "\
1169 I'm currently working (Ph.D.) on the cognitive aspects of
1170 Human-Machine Interaction in Virtual Environments, and especialy on
1171 the possibility of adding (artificial) intelligence between the system
1172 and the operator, in order to detect the intentions of the latter.
1173
1174 Otherwise, I'm, say, 35.82% professional Jazz guitar player,
1175 which means that's not the way I earn my crust, but things may very
1176 well reverse in the future ...\n")
1177     (about-show-linked-info 'marcpa "\
1178 I work for Positron Industries Inc., Public Safety Division.\n")
1179     (about-show-linked-info 'pez "\
1180 Author of SQL Mode, edit-toolbar, mailtool-mode, and various other
1181 small packages with varying degrees of usefulness.\n")
1182     (about-show-linked-info 'rickc "\
1183 The hacker formerly known as Rick Busdiecker, maintainer of ILISP.\n")
1184     (about-show-linked-info 'rossini "\
1185 Author of the first XEmacs FAQ, as well as minor priest in the
1186 movement to get every statistician in the world to use XEmacs for
1187 statistical programming and data analysis.  Current development lead
1188 for ESS (Emacs Speaks Statistics), a mode and inferior mode for
1189 statistical programming and data analysis for SAS, S, S-PLUS, R,
1190 XLispStat; configurable for nearly any other statistical
1191 language/package one might want.  In spare time, acts as a
1192 Ph.D. (bio)statistician for money and amusement.  Current position:
1193 Assistant Professor of Statistics at the University of South Carolina.\n")
1194     (about-show-linked-info 'stigb "\
1195 Currently studying computer science in Trondheim, Norway.  Full time
1196 Linux user and proud of it.  XEmacs hacker light.  Maintainer of the
1197 RPM package.\n")
1198     (about-show-linked-info 'ograf "\
1199 Author of the XEmacs Drag'n'Drop API.\n")
1200     (about-show-linked-info 'juhp "\
1201 Author of \"find-func.el\".\n")
1202     (about-show-linked-info 'jason "\
1203 Beta tester and manager of the various XEmacs mailing lists.
1204 Originator and maintainer of the gnus.org domain.\n")
1205     (about-show-linked-info 'jmiller "\
1206 Beta tester and last hacker of calendar.\n")
1207     (about-show-linked-info 'chr "\
1208 Maintainer of the XEmacs FAQ and proud author of `zap-up-to-char'.\n")
1209     (about-show-linked-info 'aj "\
1210 `Package Patch Tender', beta tester and GNU libc developer.\n")
1211
1212     (flet ((print-short (name addr &optional shortinfo)
1213              (concat (about-with-face name 'italic)
1214                      (about-tabs name)
1215                      "<" addr ">\n"
1216                      (if shortinfo (concat shortinfo "\n") ""))))
1217       (widget-insert
1218        (print-short "Eduardo Pelegri-Llopart" "pelegri@eng.sun.com" "\
1219 Author of EOS, a package included in the standard XEmacs distribution
1220 that integrates XEmacs with the SPARCworks development environment
1221 from Sun.  Past lead for XEmacs at Sun; advocated the validity of
1222 using Epoch, and later Lemacs, at Sun through several early
1223 prototypes.\n")
1224        (print-short "Matthieu Devin" "devin@rs.com" "\
1225 Part of the original (pre-19.0) Lucid Emacs development team.
1226 Matthieu wrote the initial Energize interface, designed the
1227 toolkit-independent Lucid Widget library, and fixed enough redisplay
1228 bugs to last a lifetime.  The features in Lucid Emacs were largely
1229 inspired by Matthieu's initial prototype of an Energize interface
1230 using Epoch.\n")
1231        (print-short "Harlan Sexton" "hbs@odi.com" "\
1232 Part of the original (pre-19.0) Lucid Emacs development team.  Harlan
1233 designed and implemented many of the low level data structures which
1234 are original to the Lucid version of Emacs, including extents and hash
1235 tables.\n")
1236        (print-short "Eric Benson" "eb@kaleida.com" "\
1237 Also part of the original Lucid Emacs development team.  Eric played a
1238 big part in the design of many aspects of the system, including the
1239 new command loop and keymaps, fixed numerous bugs, and has been a
1240 reliable beta tester ever since.\n")
1241        (print-short "John Rose" "john.rose@sun.com" "\
1242 Author of many extensions to the `extents' code, including the initial
1243 implementation of `duplicable' properties.\n")
1244        (print-short "Hans Muller" "hmuller@eng.sun.com" "\
1245 Author of the code used to connect XEmacs with ToolTalk, and of an
1246 early client of the external Emacs widget.\n")
1247        (print-short "David hobley" "david.hobley@usa.net" "\
1248 I used to do real work, but now I am a Project Manager for one of the
1249 Telco's in Australia. In my spare time I like to get back to basics and
1250 muck around with things. As a result I started the NT port. Hopefully I
1251 will get to finish it sometime sooner rather than later. I do vaguely
1252 remember University where it seems like I had more spare time that I can
1253 believe now. Oh well, such is life.\n")
1254        (print-short "Jonathan Harris" "jhar@tardis.ed.ac.uk" "\
1255 Manages the team responsible for the EPOC kernel at Symbian Ltd. Started
1256 the mswindows native-GUI port of XEmacs because he felt lost using
1257 Microsoft Windows without a real editor.\n")
1258        (print-short "Michael R. Cook" "mcook@cognex.com" "\
1259 Author of the \"shy groups\" and minimal matching regular expression
1260 extensions.\n")
1261        (print-short "Darryl Okahata" "darrylo@sr.hp.com" "\
1262 Perennial Emacs hacker since 1986 or so, when he first started on GNU
1263 Emacs 17.something.  Over the years, he's developed \"OEmacs\", the first
1264 version of GNU Emacs 19 for MSDOS, and \"bigperl\", a 32-bit version of
1265 Perl4 for MSDOS.  In recent years, reality has intruded and he no longer 
1266 has much time for playing with cool programs.  What little time he has
1267 now goes to XEmacs hacking, where he's worked on speeding up dired under 
1268 MS Windows, and to feeding his two cats.\n")
1269        "\n\
1270 In addition to those just mentioned, the following people have spent a
1271 great deal of effort providing feedback, testing beta versions of
1272 XEmacs, providing patches to the source code, or doing all of the
1273 above.  We couldn't have done it without them.\n\n"
1274        (print-short "Nagi M. Aboulenein" "aboulene@ponder.csci.unt.edu")
1275        (print-short "Per Abrahamsen" "abraham@dina.kvl.dk")
1276        (print-short "Gary Adams" "gra@zeppo.East.Sun.COM")
1277        (print-short "Gennady Agranov" "agranov@csa.CS.Technion.Ac.IL")
1278        (print-short "Adrian Aichner" "adrian@xemacs.org")
1279        (print-short "Mark Allender" "allender@vnet.IBM.COM")
1280        (print-short "Stephen R. Anderson" "sra@bloch.ling.yale.edu")
1281        (print-short "Butch Anton" "butch@zaphod.uchicago.edu")
1282        (print-short "Fred Appelman" "Fred.Appelman@cv.ruu.nl")
1283        (print-short "Erik \"The Pope\" Arneson" "lazarus@mind.net")
1284        (print-short "Tor Arntsen" "tor@spacetec.no")
1285        (print-short "Marc Aurel" "4-tea-2@bong.saar.de")
1286        (print-short "Larry Auton" "lda@control.att.com")
1287        (print-short "Larry Ayers" "layers@marktwain.net")
1288        (print-short "Oswald P. Backus IV" "backus@altagroup.com")
1289        (print-short "Mike Battaglia" "mbattagl@dsccc.com")
1290        (print-short "Neal Becker" "neal@ctd.comsat.com")
1291        (print-short "Paul Bibilo" "peb@delcam.com")
1292        (print-short "Leonard Blanks" "ltb@haruspex.demon.co.uk")
1293        (print-short "Jan Borchers" "job@tk.uni-linz.ac.at")
1294        (print-short "Mark Borges" "mdb@cdc.noaa.gov")
1295        (print-short "David P. Boswell" "daveb@tau.space.thiokol.com")
1296        (print-short "Tim Bradshaw" "tfb@edinburgh.ac.uk")
1297        (print-short "Rick Braumoeller" "rickb@mti.sgi.com")
1298        (print-short "Matthew J. Brown" "mjb@doc.ic.ac.uk")
1299        (print-short "Alastair Burt" "burt@dfki.uni-kl.de")
1300        (print-short "David Bush" "david.bush@adn.alcatel.com")
1301        (print-short "Richard Caley" "rjc@cstr.edinburgh.ac.uk")
1302        (print-short "Stephen Carney" "carney@gvc.dec.com")
1303        (print-short "Lorenzo M. Catucci" "lorenzo@argon.roma2.infn.it")
1304        (print-short "Philippe Charton" "charton@lmd.ens.fr")
1305        (print-short "Peter Cheng" "peter.cheng@sun.com")
1306        (print-short "Jin S. Choi" "jin@atype.com")
1307        (print-short "Tomasz J. Cholewo" "tjchol01@mecca.spd.louisville.edu")
1308        (print-short "Serenella Ciongoli" "czs00@ladybug.oes.amdahl.com")
1309        (print-short "Glynn Clements" "glynn@sensei.co.uk")
1310        (print-short "Richard Cognot" "cognot@ensg.u-nancy.fr")
1311        (print-short "Andy Cohen" "cohen@andy.bu.edu")
1312        (print-short "Richard Coleman" "coleman@math.gatech.edu")
1313        (print-short "Mauro Condarelli" "MC5686@mclink.it")
1314        (print-short "Andrew J Cosgriff" "ajc@bing.wattle.id.au")
1315        (print-short "Nick J. Crabtree" "nickc@scopic.com")
1316        (print-short "Christopher Davis" "ckd@kei.com")
1317        (print-short "Soren Dayton" "csdayton@cs.uchicago.edu")
1318        (print-short "Chris Dean" "ctdean@cogit.com")
1319        (print-short "Michael Diers" "mdiers@logware.de")
1320        (print-short "William G. Dubuque" "wgd@martigny.ai.mit.edu")
1321        (print-short "Steve Dunham" "dunham@dunham.tcimet.net")
1322        (print-short "Samuel J. Eaton" "samuele@cogs.susx.ac.uk")
1323        (print-short "Carl Edman" "cedman@Princeton.EDU")
1324        (print-short "Dave Edmondson" "davided@sco.com")
1325        (print-short "Jonathan Edwards" "edwards@intranet.com")
1326        (print-short "Eric Eide" "eeide@asylum.cs.utah.edu")
1327        (print-short "EKR" "ekr@terisa.com")
1328        (print-short "Gunnar Evermann" "ge204@eng.cam.ac.uk")
1329        (print-short "Oscar Figueiredo" "Oscar.Figueiredo@di.epfl.ch")
1330        (print-short "David Fletcher" "frodo@tsunami.com")
1331        (print-short "Paul Flinders" "ptf@delcam.co.uk")
1332        (print-short "Jered J Floyd" "jered@mit.edu")
1333        (print-short "Gary D. Foster" "Gary.Foster@Corp.Sun.COM")
1334        (print-short "Jerry Frain" "jerry@sneffels.tivoli.com")
1335        (print-short "Holger Franz" "hfranz@physik.rwth-aachen.de")
1336        (print-short "Benjamin Fried" "bf@morgan.com")
1337        (print-short "Barry Friedman" "friedman@nortel.ca")
1338        (print-short "Noah Friedman" "friedman@splode.com")
1339        (print-short "Kazuyoshi Furutaka" "furutaka@Flux.tokai.jaeri.go.jp")
1340        (print-short "Lew Gaiter III" "lew@StarFire.com")
1341        (print-short "Olivier Galibert" "Olivier.Galibert@mines.u-nancy.fr")
1342        (print-short "Itay Gat" "itay@cs.huji.ac.il")
1343        (print-short "Tim Geisler" "Tim.Geisler@informatik.uni-muenchen.de")
1344        (print-short "Dave Gillespie" "daveg@synaptics.com")
1345        (print-short "Christian F. Goetze" "cg@bigbook.com")
1346        (print-short "Yusuf Goolamabbas" "yusufg@iss.nus.sg")
1347        (print-short "Wolfgang Grieskamp" "wg@cs.tu-berlin.de")
1348        (print-short "John Griffith" "griffith@sfs.nphil.uni-tuebingen.de")
1349        (print-short "James Grinter" "jrg@demon.net")
1350        (print-short "Ben Gross" "bgross@uiuc.edu")
1351        (print-short "Dirk Grunwald" "grunwald@foobar.cs.Colorado.EDU")
1352        (print-short "Michael Guenther" "michaelg@igor.stuttgart.netsurf.de")
1353        (print-short "Dipankar Gupta" "dg@hplb.hpl.hp.com")
1354        (print-short "Markus Gutschke" "gutschk@GOEDEL.UNI-MUENSTER.DE")
1355        (print-short "Kai Haberzettl" "khaberz@synnet.de")
1356        (print-short "Adam Hammer" "hammer@cs.purdue.edu")
1357        (print-short "Magnus Hammerin" "magnush@epact.se")
1358        (print-short "ChangGil Han" "cghan@phys401.phys.pusan.ac.kr")
1359        (print-short "Derek Harding" "dharding@lssec.bt.co.uk")
1360        (print-short "Michael Harnois" "mharnois@sbt.net")
1361        (print-short "Yoshiki Hayashi" "yoshiki@xemacs.org")
1362        (print-short "John Haxby" "J.Haxby@isode.com")
1363        (print-short "Karl M. Hegbloom" "karlheg@inetarena.com")
1364        (print-short "Benedikt Heinen" "beh@icemark.thenet.ch")
1365        (print-short "Stephan Herrmann" "sh@first.gmd.de")
1366        (print-short "August Hill" "awhill@inlink.com")
1367        (print-short "Mike Hill" "mikehill@hgeng.com")
1368        (print-short "Charles Hines" "chuck_hines@VNET.IBM.COM")
1369        (print-short "Shane Holder" "holder@rsn.hp.com")
1370        (print-short "Chris Holt" "xris@migraine.stanford.edu")
1371        (print-short "Tetsuya HOYANO" "hoyano@ari.bekkoame.or.jp")
1372        (print-short "David Hughes" "djh@harston.cv.com")
1373        (print-short "Tudor Hulubei" "tudor@cs.unh.edu")
1374        (print-short "Tatsuya Ichikawa" "ichikawa@hv.epson.co.jp")
1375        (print-short "Andrew Innes" "andrewi@harlequin.co.uk")
1376        (print-short "Markku Jarvinen" "Markku.Jarvinen@simpukka.funet.fi")
1377        (print-short "Robin Jeffries" "robin.jeffries@sun.com")
1378        (print-short "Philip Johnson" "johnson@uhics.ics.Hawaii.Edu")
1379        (print-short "J. Kean Johnston" "jkj@paradigm-sa.com")
1380        (print-short "John W. Jones" "jj@asu.edu")
1381        (print-short "Andreas Kaempf" "andreas@sccon.com")
1382        (print-short "Yoshiaki Kasahara" "kasahara@nc.kyushu-u.ac.jp")
1383        (print-short "Kirill M. Katsnelson" "kkm@kis.ru")
1384        (print-short "Amir Katz" "amir@ndsoft.com")
1385        (print-short "Doug Keller" "dkeller@vnet.ibm.com")
1386        (print-short "Hunter Kelly" "retnuh@corona")
1387        (print-short "Gregor Kennedy" "gregork@dadd.ti.com")
1388        (print-short "Michael Kifer" "kifer@cs.sunysb.edu")
1389        (print-short "Yasuhiko Kiuchi" "kiuchi@dsp.ksp.fujixerox.co.jp")
1390        (print-short "Greg Klanderman" "greg.klanderman@alum.mit.edu")
1391        (print-short "Valdis Kletnieks" "Valdis.Kletnieks@vt.edu")
1392        (print-short "Norbert Koch" "n.koch@delta-ii.de")
1393        (print-short "Rob Kooper" "kooper@cc.gatech.edu")
1394        (print-short "Peter Skov Knudsen" "knu@dde.dk")
1395        (print-short "Jens Krinke" "krinke@ips.cs.tu-bs.de")
1396        (print-short "Maximilien Lincourt" "max@toonboom.com")
1397        (print-short "Mats Larsson" "Mats.Larsson@uab.ericsson.se")
1398        (print-short "Simon Leinen" "simon@instrumatic.ch")
1399        (print-short "Carsten Leonhardt" "leo@arioch.oche.de")
1400        (print-short "James LewisMoss" "moss@cs.sc.edu")
1401        (print-short "Mats Lidell" "mats.lidell@contactor.se")
1402        (print-short "Matt Liggett" "mliggett@seven.ucs.indiana.edu")
1403        (print-short "Christian Limpach" "Christian.Limpach@nice.ch")
1404        (print-short "Maximilien Lincourt" "max@toonboom.com")
1405        (print-short "Markus Linnala" "maage@b14b.tupsu.ton.tut.fi")
1406        (print-short "Robert Lipe" "robertl@arnet.com")
1407        (print-short "Derrell Lipman" "derrell@vis-av.com")
1408        (print-short "Damon Lipparelli" "lipp@aa.net")
1409        (print-short "Hamish Macdonald" "hamish@bnr.ca")
1410        (print-short "Ian MacKinnon" "imackinnon@telia.co.uk")
1411        (print-short "Patrick MacRoberts" "macro@hpcobr30.cup.hp.com")
1412        (print-short "Tonny Madsen" "Tonny.Madsen@netman.dk")
1413        (print-short "Ketil Z Malde" "ketil@ii.uib.no")
1414        (print-short "Steve March" "smarch@quaver.urbana.mcd.mot.com")
1415        (print-short "Ricardo Marek" "ricky@ornet.co.il")
1416        (print-short "Pekka Marjola" "pema@iki.fi")
1417        (print-short "Simon Marshall" "simon@gnu.ai.mit.edu")
1418        (print-short "Dave Mason" "dmason@plg.uwaterloo.ca")
1419        (print-short "Jaye Mathisen" "mrcpu@cdsnet.net")
1420        (print-short "Jason McLaren" "mclaren@math.mcgill.ca")
1421        (print-short "Michael McNamara" "mac@silicon-sorcery.com")
1422        (print-short "Michael Meissner" "meissner@osf.org")
1423        (print-short "David M. Meyer" "meyer@ns.uoregon.edu")
1424        (print-short "John Mignault" "jbm@panix.com")
1425        (print-short "Brad Miller" "bmiller@cs.umn.edu")
1426        (print-short "John Morey" "jmorey@crl.com")
1427        (print-short "Rob Mori" "rob.mori@sun.com")
1428        (print-short "Heiko Muenkel" "muenkel@tnt.uni-hannover.de")
1429        (print-short "Arup Mukherjee" "arup+@cs.cmu.edu")
1430        (print-short "Colas Nahaboo" "Colas.Nahaboo@sophia.inria.fr")
1431        (print-short "Lynn D. Newton" "lynn@ives.phx.mcd.mot.com")
1432        (print-short "Casey Nielson" "knielson@joule.elee.calpoly.edu")
1433        (print-short "Georg Nikodym" "Georg.Nikodym@canada.sun.com")
1434        (print-short "Andy Norman" "ange@hplb.hpl.hp.com")
1435        (print-short "Joe Nuspl" "nuspl@sequent.com")
1436        (print-short "Kim Nyberg" "kny@tekla.fi")
1437        (print-short "Kevin Oberman" "oberman@es.net")
1438        (print-short "David Ofelt" "ofelt@getalife.Stanford.EDU")
1439        (print-short "Alexandre Oliva" "oliva@dcc.unicamp.br")
1440        (print-short "Tore Olsen" "toreo@colargol.idb.hist.no")
1441        (print-short "Greg Onufer" "Greg.Onufer@eng.sun.com")
1442        (print-short "Achim Oppelt" "aoppelt@theorie3.physik.uni-erlangen.de")
1443        (print-short "Rebecca Ore" "rebecca.ore@op.net")
1444        (print-short "Sudeep Kumar Palat" "palat@idt.unit.no")
1445        (print-short "Joel Peterson" "tarzan@aosi.com")
1446        (print-short "Thomas A. Peterson" "tap@src.honeywell.com")
1447        (print-short "Tibor Polgar" "tibor@alteon.com")
1448        (print-short "Fabrice POPINEAU" "popineau@esemetz.ese-metz.fr")
1449        (print-short "Frederic Poncin" "fp@info.ucl.ac.be")
1450        (print-short "E. Rehmi Post" "rehmi@asylum.sf.ca.us")
1451        (print-short "Martin Pottendorfer" "Martin.Pottendorfer@aut.alcatel.at")
1452        (print-short "Colin Rafferty" "colin@xemacs.org")
1453        (print-short "Rick Rankin" "Rick_Rankin-P15254@email.mot.com")
1454        (print-short "Paul M Reilly" "pmr@pajato.com")
1455        (print-short "Jack Repenning" "jackr@sgi.com")
1456        (print-short "Daniel Rich" "drich@cisco.com")
1457        (print-short "Roland Rieke" "rol@darmstadt.gmd.de")
1458        (print-short "Art Rijos" "art.rijos@SNET.com")
1459        (print-short "Russell Ritchie" "ritchier@britannia-life.co.uk")
1460        (print-short "Roland" "rol@darmstadt.gmd.de")
1461        (print-short "Mike Russell" "mjruss@rchland.vnet.ibm.com")
1462        (print-short "Hajime Saitou" "hajime@jsk.t.u-tokyo.ac.jp")
1463        (print-short "Jan Sandquist" "etxquist@iqa.ericsson.se")
1464        (print-short "Marty Sasaki" "sasaki@spdcc.com")
1465        (print-short "SATO Daisuke" "densuke@ga2.so-net.or.jp")
1466        (print-short "Kenji Sato" "ken@ny.kdd.com")
1467        (print-short "Mike Scheidler" "c23mts@eng.delcoelect.com")
1468        (print-short "Daniel Schepler" "daniel@shep13.wustl.edu")
1469        (print-short "Holger Schauer" "schauer@coling.uni-freiburg.de")
1470        (print-short "Darrel Schneider" "darrel@slc.com")
1471        (print-short "Hayden Schultz" "haydens@ll.mit.edu")
1472        (print-short "Cotton Seed" "cottons@cybercom.net")
1473        (print-short "Axel Seibert" "seiberta@informatik.tu-muenchen.de")
1474        (print-short "Odd-Magne Sekkingstad" "oddms@ii.uib.no")
1475        (print-short "Gregory Neil Shapiro" "gshapiro@sendmail.org")
1476        (print-short "Justin Sheehy" "justin@linus.mitre.org")
1477        (print-short "John Shen" "zfs60@cas.org")
1478        (print-short "Murata Shuuichirou" "mrt@mickey.ai.kyutech.ac.jp")
1479        (print-short "Matt Simmons" "simmonmt@acm.org")
1480        (print-short "Dinesh Somasekhar" "somasekh@ecn.purdue.edu")
1481        (print-short "Jeffrey Sparkes" "jsparkes@bnr.ca")
1482        (print-short "Manoj Srivastava" "srivasta@pilgrim.umass.edu")
1483        (print-short "Francois Staes" "frans@kiwi.uia.ac.be")
1484        (print-short "Anders Stenman" "stenman@isy.liu.se")
1485        (print-short "Jason Stewart" "jasons@cs.unm.edu")
1486        (print-short "Rick Tait" "rickt@gnu.ai.mit.edu")
1487        (print-short "TANAKA Hayashi" "tanakah@mxa.mesh.ne.jp")
1488        (print-short "Samuel Tardieu" "sam@inf.enst.fr")
1489        (print-short "James Thompson" "thompson@wg2.waii.com")
1490        (print-short "Nobu Toge" "toge@accad1.kek.jp")
1491        (print-short "Raymond L. Toy" "toy@rtp.ericsson.se")
1492        (print-short "Remek Trzaska" "remek@npac.syr.edu")
1493        (print-short "TSUTOMU Nakamura" "tsutomu@rs.kyoto.omronsoft.co.jp")
1494        (print-short "Stefanie Teufel" "s.teufel@ndh.net")
1495        (print-short "Gary Thomas" "g.thomas@opengroup.org")
1496        (print-short "Stephen Turnbull" "turnbull@sk.tsukuba.ac.jp")
1497        (print-short "John Turner" "turner@xdiv.lanl.gov")
1498        (print-short "UENO Fumihiro" "7m2vej@ritp.ye.IHI.CO.JP")
1499        (print-short "Aki Vehtari" "Aki.Vehtari@hut.fi")
1500        (print-short "Juan E. Villacis" "jvillaci@cs.indiana.edu")
1501        (print-short "Jan Vroonhof" "vroonhof@math.ethz.ch")
1502        (print-short "Vladimir Vukicevic" "vladimir@intrepid.com")
1503        (print-short "Charles G. Waldman" "cgw@fnal.gov")
1504        (print-short "David Walte" "djw18@cornell.edu")
1505        (print-short "Peter Ware" "ware@cis.ohio-state.edu")
1506        (print-short "Christoph Wedler" "wedler@fmi.uni-passau.de")
1507        (print-short "Yoav Weiss" "yoav@zeus.datasrv.co.il")
1508        (print-short "Peter B. West" "p.west@uq.net.au")
1509        (print-short "Rod Whitby" "rwhitby@asc.corp.mot.com")
1510        (print-short "Rich Williams" "rdw@hplb.hpl.hp.com")
1511        (print-short "Raymond Wiker" "raymond@orion.no")
1512        (print-short "Peter Windle" "peterw@SDL.UG.EDS.COM")
1513        (print-short "David C Worenklein" "dcw@gcm.com")
1514        (print-short "Takeshi Yamada" "yamada@sylvie.kecl.ntt.jp")
1515        (print-short "Katsumi Yamaoka" "yamaoka@ga.sony.co.jp")
1516        (print-short "Jason Yanowitz" "yanowitz@eternity.cs.umass.edu")
1517        (print-short "La Monte Yarroll" "piggy@hilbert.maths.utas.edu.au")
1518        (print-short "Blair Zajac" "blair@olympia.gps.caltech.edu")
1519        (print-short "Volker Zell" "vzell@de.oracle.com")
1520        (print-short "Daniel Zivkovic" "daniel@canada.sun.com")
1521        (print-short "Karel Zuiderveld" "Karel.Zuiderveld@cv.ruu.nl")
1522        "\n"))
1523     (about-finish-buffer)))
1524
1525 ;;; about.el ends here