comparison lisp/prim/about.el @ 86:364816949b59 r20-0b93

Import from CVS: tag r20-0b93
author cvs
date Mon, 13 Aug 2007 09:09:02 +0200
parents 131b0175ea99
children 821dec489c24
comparison
equal deleted inserted replaced
85:c661705957e0 86:364816949b59
1 ;;; about.el --- the About The Authors page (shameless self promotion). 1 ;;; about.el --- the About The Authors page (shameless self promotion).
2 ;;; 2 ;;;
3 3
4 ;; Copyright (c) 1995, 1996 XEmacs Advocacy Organization. 4 ;; Copyright (c) 1995, 1996, 1997 XEmacs Advocacy Organization.
5 5
6 ;; This file is part of XEmacs. 6 ;; This file is part of XEmacs.
7 7
8 ;; XEmacs is free software; you can redistribute it and/or modify it 8 ;; XEmacs is free software; you can redistribute it and/or modify it
9 ;; under the terms of the GNU General Public License as published by 9 ;; under the terms of the GNU General Public License as published by
35 ;;; Soft: FG 2.0, DigiPaint 3.0, pbmplus (dec 91), xv 3.0. 35 ;;; Soft: FG 2.0, DigiPaint 3.0, pbmplus (dec 91), xv 3.0.
36 ;;; Modified for 19.11 by Eduardo Pelegri-Llopart <pelegri@eng.sun.com> 36 ;;; Modified for 19.11 by Eduardo Pelegri-Llopart <pelegri@eng.sun.com>
37 ;;; and Chuck Thompson <cthomp@xemacs.org> 37 ;;; and Chuck Thompson <cthomp@xemacs.org>
38 ;;; More hacking for 19.12 by Chuck Thompson and Ben Wing. 38 ;;; More hacking for 19.12 by Chuck Thompson and Ben Wing.
39 ;;; 19.13 and 19.14 updating done by Chuck Thompson. 39 ;;; 19.13 and 19.14 updating done by Chuck Thompson.
40 ;;; 19.15 and 20.0 updating done by Steve Baur.
40 41
41 (require 'browse-url) 42 (require 'browse-url)
42 (defvar about-xref-map (let ((map (make-sparse-keymap))) 43 (defvar about-xref-map (let ((map (make-sparse-keymap)))
43 (define-key map 'button1 'about-xemacs-xref) 44 (define-key map 'button1 'about-xemacs-xref)
44 (define-key map 'button2 'about-xemacs-xref) 45 (define-key map 'button2 'about-xemacs-xref)
75 (set (make-local-variable 'tab-width) 8) 76 (set (make-local-variable 'tab-width) 8)
76 (setq buffer-read-only t) 77 (setq buffer-read-only t)
77 (view-mode nil 'kill-buffer) ;; assume the new view-less 78 (view-mode nil 'kill-buffer) ;; assume the new view-less
78 (let* ((buffer-read-only nil) 79 (let* ((buffer-read-only nil)
79 (emacs-short-version (concat emacs-major-version "." emacs-minor-version)) 80 (emacs-short-version (concat emacs-major-version "." emacs-minor-version))
80 (emacs-about-version (format "version %s; June 1996" emacs-short-version)) 81 (emacs-about-version (format "version %s; February 1997" emacs-short-version))
81 (indent-tabs-mode t) 82 (indent-tabs-mode t)
82 ) 83 )
83 (erase-buffer) 84 (erase-buffer)
84 (insert "\n") 85 (insert "\n")
85 (indent-to (startup-center-spaces xemacs-logo)) 86 (indent-to (startup-center-spaces xemacs-logo))
124 (due to firewalls) in order to work correctly.\n\n\t") 125 (due to firewalls) in order to work correctly.\n\n\t")
125 126
126 (insert "XEmacs is the result of the time and effort of many people. 127 (insert "XEmacs is the result of the time and effort of many people.
127 The developers responsible for the " emacs-short-version " release are: 128 The developers responsible for the " emacs-short-version " release are:
128 129
130 * ") (about-xref "Steve Baur" 'steve "Find out more about Steve Baur") (insert " <steve@altair.xemacs.org>
131 * ") (about-xref "Martin Buchholz" 'mrb "Find out more about Martin Buchholz") (insert " <mrb@eng.sun.com>
129 * ") (about-xref "Chuck Thompson" 'cthomp "Find out more about Chuck Thompson") (insert " <cthomp@xemacs.org> 132 * ") (about-xref "Chuck Thompson" 'cthomp "Find out more about Chuck Thompson") (insert " <cthomp@xemacs.org>
130 * ") (about-xref "Ben Wing" 'wing "Find out more about Ben Wing") (insert " <wing@xemacs.org> 133 * ") (about-xref "Ben Wing" 'wing "Find out more about Ben Wing") (insert " <wing@xemacs.org>
131 134
132 * ") (about-xref "And many other contributors..." 'others "Read about the legion of XEmacs hackers") (insert " 135 * ") (about-xref "And many other contributors..." 'others "Read about the legion of XEmacs hackers") (insert "
136
137 Chuck Thompson was Mr. XEmacs from 19.11 through 19.14. Ben Wing
138 was crucial to each of those releases.
133 139
134 Jamie Zawinski was Mr. Lucid Emacs from 19.0 through 19.10, 140 Jamie Zawinski was Mr. Lucid Emacs from 19.0 through 19.10,
135 the last release actually named Lucid Emacs. Richard Mlynarik 141 the last release actually named Lucid Emacs. Richard Mlynarik
136 was crucial to most of those releases. 142 was crucial to most of those releases.
137 143
147 (save-excursion 153 (save-excursion
148 (set-buffer (get-buffer-create "About XEmacs")) 154 (set-buffer (get-buffer-create "About XEmacs"))
149 (toggle-read-only 0) 155 (toggle-read-only 0)
150 156
151 (let ((rest (if who-to-load (list who-to-load) 157 (let ((rest (if who-to-load (list who-to-load)
152 '(cthomp wing stig jwz mly vladimir baw piper bw wmperry))) 158 '(steve mrb cthomp wing stig jwz mly vladimir baw piper bw wmperry)))
153 (got-error nil)) 159 (got-error nil))
154 (while rest 160 (while rest
155 (let* ((who (car rest)) 161 (let* ((who (car rest))
156 (who-xpm (expand-file-name 162 (who-xpm (expand-file-name
157 (concat (symbol-name who) 163 (concat (symbol-name who)
197 ;; HERE TO PLACE ADDITIONAL MUGSHOTS 203 ;; HERE TO PLACE ADDITIONAL MUGSHOTS
198 204
199 (goto-char (point-max)) 205 (goto-char (point-max))
200 (insert "\n ") 206 (insert "\n ")
201 207
202 (let ((rest '(cthomp wing stig linebreak jwz mly vladimir linebreak baw piper bw linebreak wmperry)) 208 (let ((rest '(steve mrb cthomp wing stig linebreak jwz mly vladimir linebreak baw piper bw linebreak wmperry))
203 (got-error nil)) 209 (got-error nil))
204 (while rest 210 (while rest
205 (if (eq (car rest) 'linebreak) 211 (if (eq (car rest) 'linebreak)
206 (insert "\n\n ") 212 (insert "\n\n ")
207 (let* ((who (car rest)) 213 (let* ((who (car rest))
278 ((eq xref 'baw) "About Barry Warsaw") 284 ((eq xref 'baw) "About Barry Warsaw")
279 ((eq xref 'wmperry) "About William Perry") 285 ((eq xref 'wmperry) "About William Perry")
280 ((eq xref 'bw) "About Bob Weiner") 286 ((eq xref 'bw) "About Bob Weiner")
281 ((eq xref 'piper) "About Andy Piper") 287 ((eq xref 'piper) "About Andy Piper")
282 ((eq xref 'stig) "About Jonathan Stigelman") 288 ((eq xref 'stig) "About Jonathan Stigelman")
289 ((eq xref 'steve) "About Steve Baur")
290 ((eq xref 'mrb) "About Martin Buchholz")
283 ((eq xref 'others) "About Everyone") 291 ((eq xref 'others) "About Everyone")
284 ((eq xref 'features) "New XEmacs Features") 292 ((eq xref 'features) "New XEmacs Features")
285 ((eq xref 'history) "XEmacs History") 293 ((eq xref 'history) "XEmacs History")
286 ))) 294 )))
287 (delete-other-windows) 295 (delete-other-windows)
512 (about-xref "http://www.netscape.com/people/jwz/" 'w3-jamie "Visit Jamie's WWW page") 520 (about-xref "http://www.netscape.com/people/jwz/" 'w3-jamie "Visit Jamie's WWW page")
513 (insert "\n\n\tClick ") 521 (insert "\n\n\tClick ")
514 (about-xref "here" prev-page "Return to previous page") 522 (about-xref "here" prev-page "Return to previous page")
515 (insert " to go back to the previous page.\n") 523 (insert " to go back to the previous page.\n")
516 ) 524 )
525 ((eq xref 'steve)
526 (about-face "Steve Baur" 'bold)
527 (insert " <steve@altair.xemacs.org>
528
529 Steve took over the maintenance of XEmacs in November of 1996
530 (it seemed like a good idea at the time ...). In real life he is a
531 network administrator and Unix systems programmer for Miranova
532 Systems, Inc.
533
534 Steve's main contributions to XEmacs have been reviving the FAQ,
535 testing and integrating patches, tracking down and fixing bugs, and
536 answering hundreds of questions on Usenet.")
537
538 (insert "\n\n\tClick ")
539 (about-xref "here" prev-page "Return to previous page")
540 (insert " to go back to the previous page.\n")
541 )
542 ((eq xref 'mrb)
543 (about-face "Martin Buchholz" 'bold)
544 (insert " <mrb@eng.sun.com>
545
546 Martin Buchholz <Martin.Buchholz@sun.com>
547 Technical lead for XEmacs at DevPro (formerly SunPro), a
548 division of Sun Microsystems. Martin used to do XEmacs as a
549 `hobby' while at IBM, and was crazy enough to try to do it
550 for a living at Sun. Martin is currently working mostly on
551 Internationalization.")
552
553 (insert "\n\n\tClick ")
554 (about-xref "here" prev-page "Return to previous page")
555 (insert " to go back to the previous page.\n")
556 )
517 ((eq xref 'cthomp) 557 ((eq xref 'cthomp)
518 (about-face "Chuck Thompson" 'bold) 558 (about-face "Chuck Thompson" 'bold)
519 (insert " <cthomp@xemacs.org> 559 (insert " <cthomp@xemacs.org>
520 560
521 Chuck, through being in the wrong place at the right time, has 561 Chuck, through being in the wrong place at the right time, has
624 (insert " to go back to the previous page.\n") 664 (insert " to go back to the previous page.\n")
625 ) 665 )
626 666
627 ((eq xref 'bw) 667 ((eq xref 'bw)
628 (about-face "Bob Weiner" 'bold) 668 (about-face "Bob Weiner" 'bold)
629 (insert " <weiner@mot.com> 669 (insert " <weiner@infodock.com>
630 670
631 Author of the Hyperbole everyday information management 671 Author of the Hyperbole everyday information management
632 hypertext system and the OO-Browser multi-language code 672 hypertext system and the OO-Browser multi-language code
633 browser. He also designed the InfoDock integrated tool 673 browser. He also designed the InfoDock integrated tool
634 framework for software engineers. It runs atop XEmacs and is 674 framework for software engineers. It runs atop XEmacs and is
635 available from \"/anonymous@ftp.xemacs.org:pub/infodock\". 675 available from his firm, InfoDock Associates, which offers custom
676 development and support packages for corporate users of XEmacs,
677 GNU Emacs and InfoDock. See \"http://www.infodock.com>\".
636 His interests include user interfaces, information management, 678 His interests include user interfaces, information management,
637 CASE tools, communications and enterprise integration.") 679 CASE tools, communications and enterprise integration.")
638 680
639 (insert "\n\n\tClick ") 681 (insert "\n\n\tClick ")
640 (about-xref "here" prev-page "Return to previous page") 682 (about-xref "here" prev-page "Return to previous page")
672 (insert " to go back to the previous page.\n") 714 (insert " to go back to the previous page.\n")
673 ) 715 )
674 716
675 ((eq xref 'wmperry) 717 ((eq xref 'wmperry)
676 (about-face "William Perry" 'bold) 718 (about-face "William Perry" 'bold)
677 (insert " <wmperry@spry.com> 719 (insert " <wmperry@aventail.com>
678 720
679 Author of Emacs-w3, the builtin web browser that comes with XEmacs, 721 Author of Emacs-w3, the builtin web browser that comes with XEmacs,
680 and various additions to the C code (e.g. the database support, 722 and various additions to the C code (e.g. the database support,
681 the PNG support, some of the GIF/JPEG support, the strikethru 723 the PNG support, some of the GIF/JPEG support, the strikethru
682 face attribute support). 724 face attribute support).
683 725
684 He is currently working on adding really cool stylesheets to the 726 He is currently working at Aventail, Corp. on SOCKS v5 servers.")
685 web, which will stress the new capabilities of XEmacs to the limit.
686
687 He only gets paid for working on an HTTP server for Spry, but will
688 hack emacs for beer.")
689 727
690 (insert "\n\n\tClick ") 728 (insert "\n\n\tClick ")
691 (about-xref "here" prev-page "Return to previous page") 729 (about-xref "here" prev-page "Return to previous page")
692 (insert " to go back to the previous page.\n") 730 (insert " to go back to the previous page.\n")
693 ) 731 )
702 (insert " 740 (insert "
703 741
704 Like most free software, XEmacs is a collaborative effort. 742 Like most free software, XEmacs is a collaborative effort.
705 These are some of the contributors; we have no doubt forgotten 743 These are some of the contributors; we have no doubt forgotten
706 someone; we apologize! You can see some of our faces further below. 744 someone; we apologize! You can see some of our faces further below.
707
708 Martin Buchholz <Martin.Buchholz@sun.com>
709 Technical lead for XEmacs at DevPro (formerly SunPro), a
710 division of Sun Microsystems. Martin used to do XEmacs as a
711 `hobby' while at IBM, and was crazy enough to try to do it
712 for a living at Sun. Martin is currently working mostly on
713 Internationalization.
714 745
715 ") (about-xref "Vladimir Ivanovic" 'vladimir "Find out more about Vladimir Ivanovic") (insert " <vladimir@mri.com> 746 ") (about-xref "Vladimir Ivanovic" 'vladimir "Find out more about Vladimir Ivanovic") (insert " <vladimir@mri.com>
716 Former technical lead for XEmacs at Sun Microsystems. He is 747 Former technical lead for XEmacs at Sun Microsystems. He is
717 now with Microtec Research Inc., working on embedded systems 748 now with Microtec Research Inc., working on embedded systems
718 development tools. 749 development tools.
732 763
733 ") (about-xref "Andy Piper" 'piper "Find out more about Andy Piper") (insert " <andyp@parallax.co.uk> 764 ") (about-xref "Andy Piper" 'piper "Find out more about Andy Piper") (insert " <andyp@parallax.co.uk>
734 Created the prototype for the toolbars. Has been the first to make 765 Created the prototype for the toolbars. Has been the first to make
735 use of many of the new XEmacs graphics features. 766 use of many of the new XEmacs graphics features.
736 767
737 ") (about-xref "Bob Weiner" 'bw "Find out more about Bob Weiner") (insert " <weiner@mot.com> 768 ") (about-xref "Bob Weiner" 'bw "Find out more about Bob Weiner") (insert " <weiner@infodock.com>
738 Author of the Hyperbole everyday information management 769 Author of the Hyperbole everyday information management
739 hypertext system and the OO-Browser multi-language code 770 hypertext system and the OO-Browser multi-language code
740 browser. He also designed the InfoDock integrated tool 771 browser. He also designed the InfoDock integrated tool
741 framework for software engineers. It runs atop XEmacs and is 772 framework for software engineers. It runs atop XEmacs and is
742 available from \"/anonymous@ftp.xemacs.org:pub/infodock\". 773 available from his firm, InfoDock Associates, which offers custom
774 development and support packages for corporate users of XEmacs,
775 GNU Emacs and InfoDock. See \"http://www.infodock.com>\".
743 His interests include user interfaces, information management, 776 His interests include user interfaces, information management,
744 CASE tools, communications and enterprise integration. 777 CASE tools, communications and enterprise integration.
745 778
746 ") (about-xref "William Perry" 'wmperry "Find out more about Bill Perry") (insert " <wmperry@spry.com> 779 ") (about-xref "William Perry" 'wmperry "Find out more about Bill Perry") (insert " <wmperry@aventail.com>
747 Author of W3, a package for browsing the World Wide Web 780 Author of Emacs-w3, the builtin web browser that comes with XEmacs,
748 which is included in the standard XEmacs distribution. 781 and various additions to the C code (e.g. the database support,
749 Although W3 runs on all versions of Emacs, Bill has been 782 the PNG support, some of the GIF/JPEG support, the strikethru
750 quick to take advantage of the unique features of XEmacs 783 face attribute support).
751 (such as embedded images and windows). Thus, the XEmacs
752 version of W3 is significantly more powerful than versions
753 running in other Emacs variants.
754 784
755 Kyle Jones <kyle@crystal.wonderworks.com> 785 Kyle Jones <kyle@crystal.wonderworks.com>
756 Author of VM (View Mail), a mail-reading package that is 786 Author of VM (View Mail), a mail-reading package that is
757 included in the standard XEmacs distribution, and 787 included in the standard XEmacs distribution, and
758 contributor of many improvements and bug fixes. Unlike most 788 contributor of many improvements and bug fixes. Unlike most
813 Gary Adams <gra@zeppo.East.Sun.COM> 843 Gary Adams <gra@zeppo.East.Sun.COM>
814 Gennady Agranov <agranov@csa.CS.Technion.Ac.IL> 844 Gennady Agranov <agranov@csa.CS.Technion.Ac.IL>
815 Mark Allender <allender@vnet.IBM.COM> 845 Mark Allender <allender@vnet.IBM.COM>
816 Butch Anton <butch@zaphod.uchicago.edu> 846 Butch Anton <butch@zaphod.uchicago.edu>
817 Fred Appelman <Fred.Appelman@cv.ruu.nl> 847 Fred Appelman <Fred.Appelman@cv.ruu.nl>
848 Erik \"The Pope\" Arneson <lazarus@mind.net>
818 Tor Arntsen <tor@spacetec.no> 849 Tor Arntsen <tor@spacetec.no>
819 Mike Battaglia <mbattagl@dsccc.com> 850 Mike Battaglia <mbattagl@dsccc.com>
820 Steven L Baur <steve@miranova.com>
821 Neal Becker <neal@ctd.comsat.com> 851 Neal Becker <neal@ctd.comsat.com>
822 Paul Bibilo <peb@delcam.com> 852 Paul Bibilo <peb@delcam.com>
823 Jan Borchers <job@tk.uni-linz.ac.at> 853 Jan Borchers <job@tk.uni-linz.ac.at>
824 Mark Borges <mdb@cdc.noaa.gov> 854 Mark Borges <mdb@cdc.noaa.gov>
825 David P. Boswell <daveb@tau.space.thiokol.com> 855 David P. Boswell <daveb@tau.space.thiokol.com>
831 Richard Caley <rjc@cstr.edinburgh.ac.uk> 861 Richard Caley <rjc@cstr.edinburgh.ac.uk>
832 Stephen Carney <carney@gvc.dec.com> 862 Stephen Carney <carney@gvc.dec.com>
833 Philippe Charton <charton@lmd.ens.fr> 863 Philippe Charton <charton@lmd.ens.fr>
834 Peter Cheng <peter.cheng@sun.com> 864 Peter Cheng <peter.cheng@sun.com>
835 Jin S. Choi <jin@atype.com> 865 Jin S. Choi <jin@atype.com>
866 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
836 Serenella Ciongoli <czs00@ladybug.oes.amdahl.com> 867 Serenella Ciongoli <czs00@ladybug.oes.amdahl.com>
837 Richard Cognot <cognot@ensg.u-nancy.fr> 868 Richard Cognot <cognot@ensg.u-nancy.fr>
838 Andy Cohen <cohen@andy.bu.edu> 869 Andy Cohen <cohen@andy.bu.edu>
870 Andrew J Cosgriff <ajc@bing.wattle.id.au>
871 Nick J. Crabtree <nickc@scopic.com>
839 Christopher Davis <ckd@kei.com> 872 Christopher Davis <ckd@kei.com>
873 Soren Dayton <csdayton@cs.uchicago.edu>
840 Michael Diers <mdiers@logware.de> 874 Michael Diers <mdiers@logware.de>
841 William G. Dubuque <wgd@martigny.ai.mit.edu> 875 William G. Dubuque <wgd@martigny.ai.mit.edu>
842 Samuel J. Eaton <samuele@cogs.susx.ac.uk> 876 Samuel J. Eaton <samuele@cogs.susx.ac.uk>
843 Carl Edman <cedman@Princeton.EDU> 877 Carl Edman <cedman@Princeton.EDU>
844 Dave Edmondson <davided@sco.com> 878 Dave Edmondson <davided@sco.com>
879 Jonathan Edwards <edwards@intranet.com>
845 Eric Eide <eeide@asylum.cs.utah.edu> 880 Eric Eide <eeide@asylum.cs.utah.edu>
881 EKR <ekr@terisa.com>
882 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
846 David Fletcher <frodo@tsunami.com> 883 David Fletcher <frodo@tsunami.com>
847 Paul Flinders <ptf@delcam.co.uk> 884 Paul Flinders <ptf@delcam.co.uk>
848 Jered J Floyd <jered@mit.edu> 885 Jered J Floyd <jered@mit.edu>
849 Jerry Frain <jerry@sneffels.tivoli.com> 886 Jerry Frain <jerry@sneffels.tivoli.com>
850 Benjamin Fried <bf@morgan.com> 887 Benjamin Fried <bf@morgan.com>
851 Barry Friedman <friedman@bnr.ca> 888 Barry Friedman <friedman@bnr.ca>
852 Lew Gaiter III <lew@StarFire.com> 889 Lew Gaiter III <lew@StarFire.com>
890 Itay Gat <itay@cs.huji.ac.il>
853 Tim Geisler <Tim.Geisler@informatik.uni-muenchen.de> 891 Tim Geisler <Tim.Geisler@informatik.uni-muenchen.de>
854 Dave Gillespie <daveg@synaptics.com> 892 Dave Gillespie <daveg@synaptics.com>
855 Christian F. Goetze <cg@bigbook.com> 893 Christian F. Goetze <cg@bigbook.com>
856 Wolfgang Grieskamp <wg@cs.tu-berlin.de> 894 Wolfgang Grieskamp <wg@cs.tu-berlin.de>
857 James Grinter <jrg@demon.net> 895 James Grinter <jrg@demon.net>
861 Markus Gutschke <gutschk@GOEDEL.UNI-MUENSTER.DE> 899 Markus Gutschke <gutschk@GOEDEL.UNI-MUENSTER.DE>
862 Adam Hammer <hammer@cs.purdue.edu> 900 Adam Hammer <hammer@cs.purdue.edu>
863 Magnus Hammerin <magnush@epact.se> 901 Magnus Hammerin <magnush@epact.se>
864 ChangGil Han <cghan@phys401.phys.pusan.ac.kr> 902 ChangGil Han <cghan@phys401.phys.pusan.ac.kr>
865 Derek Harding <dharding@lssec.bt.co.uk> 903 Derek Harding <dharding@lssec.bt.co.uk>
904 Michael Harnois <mharnois@sbt.net>
866 John Haxby <J.Haxby@isode.com> 905 John Haxby <J.Haxby@isode.com>
867 Jareth \"JHod\" Hein <jhod@po.iijnet.or.jp> 906 Jareth \"JHod\" Hein <jhod@po.iijnet.or.jp>
868 Benedikt Heinen <beh@icemark.thenet.ch> 907 Benedikt Heinen <beh@icemark.thenet.ch>
869 Stephan Herrmann <sh@first.gmd.de> 908 Stephan Herrmann <sh@first.gmd.de>
870 Charles Hines <chuck_hines@VNET.IBM.COM> 909 Charles Hines <chuck_hines@VNET.IBM.COM>
873 Andrew Innes <andrewi@harlequin.co.uk> 912 Andrew Innes <andrewi@harlequin.co.uk>
874 Markku Jarvinen <Markku.Jarvinen@simpukka.funet.fi> 913 Markku Jarvinen <Markku.Jarvinen@simpukka.funet.fi>
875 Robin Jeffries <robin.jeffries@sun.com> 914 Robin Jeffries <robin.jeffries@sun.com>
876 Philip Johnson <johnson@uhics.ics.Hawaii.Edu> 915 Philip Johnson <johnson@uhics.ics.Hawaii.Edu>
877 J. Kean Johnston <jkj@paradigm-sa.com> 916 J. Kean Johnston <jkj@paradigm-sa.com>
917 Andreas Kaempf <andreas@sccon.com>
878 Doug Keller <dkeller@vnet.ibm.com> 918 Doug Keller <dkeller@vnet.ibm.com>
919 Hunter Kelly <retnuh@corona>
879 Gregor Kennedy <gregork@dadd.ti.com> 920 Gregor Kennedy <gregork@dadd.ti.com>
880 Michael Kifer <kifer@cs.sunysb.edu> 921 Michael Kifer <kifer@cs.sunysb.edu>
881 Yasuhiko Kiuchi <kiuchi@dsp.ksp.fujixerox.co.jp> 922 Yasuhiko Kiuchi <kiuchi@dsp.ksp.fujixerox.co.jp>
923 Greg Klanderman <greg@alphatech.com>
924 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
925 Jens Krinke <krinke@ips.cs.tu-bs.de>
926 Mats Larsson <Mats.Larsson@uab.ericsson.se>
882 Jens Lautenbacher <jens@lemcbed.lem.uni-karlsruhe.de> 927 Jens Lautenbacher <jens@lemcbed.lem.uni-karlsruhe.de>
883 Simon Leinen <simon@instrumatic.ch> 928 Simon Leinen <simon@instrumatic.ch>
929 Carsten Leonhardt <leo@arioch.tng.oche.de>
884 James LewisMoss <moss@cs.sc.edu> 930 James LewisMoss <moss@cs.sc.edu>
885 Mats Lidell <mats.lidell@contactor.se> 931 Mats Lidell <mats.lidell@contactor.se>
886 Matt Liggett <mliggett@seven.ucs.indiana.edu> 932 Matt Liggett <mliggett@seven.ucs.indiana.edu>
887 Christian Limpach <Christian.Limpach@nice.ch> 933 Christian Limpach <Christian.Limpach@nice.ch>
888 Robert Lipe <robertl@arnet.com> 934 Robert Lipe <robertl@arnet.com>
889 Damon Lipparelli <lipp@aa.net> 935 Damon Lipparelli <lipp@aa.net>
890 Hamish Macdonald <hamish@bnr.ca> 936 Hamish Macdonald <hamish@bnr.ca>
891 Ian MacKinnon <imac@rd.abs.alcatel.co.uk> 937 Ian MacKinnon <imackinnon@telia.co.uk>
892 Patrick MacRoberts <macro@hpcobr30.cup.hp.com> 938 Patrick MacRoberts <macro@hpcobr30.cup.hp.com>
893 Tonny Madsen <Tonny.Madsen@netman.dk> 939 Tonny Madsen <Tonny.Madsen@netman.dk>
894 Ketil Z Malde <ketil@ii.uib.no> 940 Ketil Z Malde <ketil@ii.uib.no>
895 Steve March <smarch@quaver.urbana.mcd.mot.com> 941 Steve March <smarch@quaver.urbana.mcd.mot.com>
942 Pekka Marjola <pema@iki.fi>
896 Simon Marshall <Simon.Marshall@mail.esrin.esa.it> 943 Simon Marshall <Simon.Marshall@mail.esrin.esa.it>
897 Dave Mason <dmason@plg.uwaterloo.ca> 944 Dave Mason <dmason@plg.uwaterloo.ca>
898 Jaye Mathisen <mrcpu@cdsnet.net> 945 Jaye Mathisen <mrcpu@cdsnet.net>
899 Michael Meissner <meissner@osf.org> 946 Michael Meissner <meissner@osf.org>
900 David M. Meyer <meyer@ns.uoregon.edu> 947 David M. Meyer <meyer@ns.uoregon.edu>
901 Brad Miller <bmiller@cs.umn.edu> 948 Brad Miller <bmiller@cs.umn.edu>
949 Jeff Miller <jmiller@bay1.bayserve.net>
950 David Moore <dmoore@UCSD.EDU>
902 John Morey <jmorey@crl.com> 951 John Morey <jmorey@crl.com>
903 Rob Mori <rob.mori@sun.com> 952 Rob Mori <rob.mori@sun.com>
904 Heiko Muenkel <muenkel@tnt.uni-hannover.de> 953 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
905 Arup Mukherjee <arup+@cs.cmu.edu> 954 Arup Mukherjee <arup+@cs.cmu.edu>
906 Colas Nahaboo <Colas.Nahaboo@sophia.inria.fr> 955 Colas Nahaboo <Colas.Nahaboo@sophia.inria.fr>
907 Lynn D. Newton <lynn@ives.phx.mcd.mot.com> 956 Lynn D. Newton <lynn@ives.phx.mcd.mot.com>
957 Casey Nielson <knielson@joule.elee.calpoly.edu>
908 Georg Nikodym <Georg.Nikodym@canada.sun.com> 958 Georg Nikodym <Georg.Nikodym@canada.sun.com>
959 Hrvoje Niksic <hniksic@srce.hr>
909 Andy Norman <ange@hplb.hpl.hp.com> 960 Andy Norman <ange@hplb.hpl.hp.com>
910 Joseph J. Nuspl Jr. <nuspl@cc.purdue.edu> 961 Joseph J. Nuspl Jr. <nuspl@cc.purdue.edu>
911 Kim Nyberg <kny@tekla.fi> 962 Kim Nyberg <kny@tekla.fi>
912 David Ofelt <ofelt@getalife.Stanford.EDU> 963 David Ofelt <ofelt@getalife.Stanford.EDU>
964 Tore Olsen <toreo@colargol.idb.hist.no>
913 Greg Onufer <Greg.Onufer@eng.sun.com> 965 Greg Onufer <Greg.Onufer@eng.sun.com>
914 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de> 966 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
915 Sudeep Kumar Palat <palat@idt.unit.no> 967 Sudeep Kumar Palat <palat@idt.unit.no>
916 Marc Paquette <Marc.Paquette@Softimage.com> 968 Marc Paquette <Marc.Paquette@Softimage.com>
917 Jens-U H Petersen <petersen@kurims.kyoto-u.ac.jp> 969 Jens-U H Petersen <petersen@kurims.kyoto-u.ac.jp>
970 Joel Peterson <tarzan@aosi.com>
918 Thomas A. Peterson <tap@src.honeywell.com> 971 Thomas A. Peterson <tap@src.honeywell.com>
919 Peter Pezaris <pez@dwwc.com> 972 Peter Pezaris <pez@dwwc.com>
920 Tibor Polgar <tlp00@eng.amdahl.com> 973 Tibor Polgar <tlp00@eng.amdahl.com>
974 Frederic Poncin <fp@info.ucl.ac.be>
921 E. Rehmi Post <rehmi@asylum.sf.ca.us> 975 E. Rehmi Post <rehmi@asylum.sf.ca.us>
976 Colin Rafferty <craffert@spspme.ml.com>
922 Paul M Reilly <pmr@pajato.com> 977 Paul M Reilly <pmr@pajato.com>
923 Jack Repenning <jackr@sgi.com> 978 Jack Repenning <jackr@sgi.com>
924 Daniel Rich <drich@cisco.com> 979 Daniel Rich <drich@cisco.com>
925 Roland Rieke <rol@darmstadt.gmd.de> 980 Roland Rieke <rol@darmstadt.gmd.de>
926 Russell Ritchie <ritchier@msc.ie> 981 Russell Ritchie <ritchier@msc.ie>
982 Roland <rol@darmstadt.gmd.de>
927 Mike Russell <mjruss@rchland.vnet.ibm.com> 983 Mike Russell <mjruss@rchland.vnet.ibm.com>
928 Jan Sandquist <etxquist@iqa.ericsson.se> 984 Jan Sandquist <etxquist@iqa.ericsson.se>
929 Marty Sasaki <sasaki@spdcc.com> 985 Marty Sasaki <sasaki@spdcc.com>
930 Mike Scheidler <c23mts@eng.delcoelect.com> 986 Mike Scheidler <c23mts@eng.delcoelect.com>
931 Darrel Schneider <darrel@slc.com> 987 Darrel Schneider <darrel@slc.com>
932 Hayden Schultz <haydens@ll.mit.edu> 988 Hayden Schultz <haydens@ll.mit.edu>
933 Cotton Seed <cottons@cybercom.net> 989 Cotton Seed <cottons@cybercom.net>
934 Axel Seibert <seiberta@informatik.tu-muenchen.de> 990 Axel Seibert <seiberta@informatik.tu-muenchen.de>
935 Odd-Magne Sekkingstad <oddms@ii.uib.no> 991 Odd-Magne Sekkingstad <oddms@ii.uib.no>
992 Vinnie Shelton <shelton@icd.teradyne.com>
936 John Shen <zfs60@cas.org> 993 John Shen <zfs60@cas.org>
994 Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
937 Jeffrey Sparkes <jsparkes@bnr.ca> 995 Jeffrey Sparkes <jsparkes@bnr.ca>
938 Michael Sperber <sperber@informatik.uni-tuebingen.de> 996 Michael Sperber <sperber@informatik.uni-tuebingen.de>
939 Manoj Srivastava <srivasta@pilgrim.umass.edu> 997 Manoj Srivastava <srivasta@pilgrim.umass.edu>
940 Francois Staes <frans@kiwi.uia.ac.be> 998 Francois Staes <frans@kiwi.uia.ac.be>
941 Jason Stewart <jasons@cs.unm.edu> 999 Jason Stewart <jasons@cs.unm.edu>
942 Rick Tait <rickt@gnu.ai.mit.edu> 1000 Rick Tait <rickt@gnu.ai.mit.edu>
943 James Thompson <thompson@wg2.waii.com> 1001 James Thompson <thompson@wg2.waii.com>
944 Morioka Tomohiko <morioka@jaist.ac.jp> 1002 Morioka Tomohiko <morioka@jaist.ac.jp>
945 Raymond L. Toy <toy@rtp.ericsson.se> 1003 Raymond L. Toy <toy@rtp.ericsson.se>
946 John Turner <turner@xdiv.lanl.gov> 1004 John Turner <turner@xdiv.lanl.gov>
1005 Juan E. Villacis <jvillaci@cs.indiana.edu>
947 Vladimir Vukicevic <vladimir@intrepid.com> 1006 Vladimir Vukicevic <vladimir@intrepid.com>
948 Peter Ware <ware@cis.ohio-state.edu> 1007 Peter Ware <ware@cis.ohio-state.edu>
949 Yoav Weiss <yoav@zeus.datasrv.co.il> 1008 Yoav Weiss <yoav@zeus.datasrv.co.il>
950 Rod Whitby <rwhitby@asc.corp.mot.com> 1009 Rod Whitby <rwhitby@asc.corp.mot.com>
951 Rich Williams <rdw@hplb.hpl.hp.com> 1010 Rich Williams <rdw@hplb.hpl.hp.com>