comparison lisp/prim/about.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 0293115a14e9
children 441bb1e64a06
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
154 (save-excursion 154 (save-excursion
155 (set-buffer (get-buffer-create "About XEmacs")) 155 (set-buffer (get-buffer-create "About XEmacs"))
156 (toggle-read-only 0) 156 (toggle-read-only 0)
157 157
158 (let ((rest (if who-to-load (list who-to-load) 158 (let ((rest (if who-to-load (list who-to-load)
159 '(steve mrb cthomp wing stig jwz mly vladimir baw piper bw wmperry))) 159 '(steve mrb cthomp wing stig jwz mly vladimir baw piper bw wmperry kyle)))
160 (got-error nil)) 160 (got-error nil))
161 (while rest 161 (while rest
162 (let* ((who (car rest)) 162 (let* ((who (car rest))
163 (who-xpm (expand-file-name 163 (who-xpm (expand-file-name
164 (concat (symbol-name who) 164 (concat (symbol-name who)
204 ;; HERE TO PLACE ADDITIONAL MUGSHOTS 204 ;; HERE TO PLACE ADDITIONAL MUGSHOTS
205 205
206 (goto-char (point-max)) 206 (goto-char (point-max))
207 (insert "\n ") 207 (insert "\n ")
208 208
209 (let ((rest '(steve mrb cthomp wing stig linebreak jwz mly vladimir linebreak baw piper bw linebreak wmperry)) 209 (let ((rest '(steve mrb cthomp wing stig linebreak jwz mly vladimir linebreak baw piper bw linebreak wmperry kyle))
210 (got-error nil)) 210 (got-error nil))
211 (while rest 211 (while rest
212 (if (eq (car rest) 'linebreak) 212 (if (eq (car rest) 'linebreak)
213 (insert "\n\n ") 213 (insert "\n\n ")
214 (let* ((who (car rest)) 214 (let* ((who (car rest))
287 ((eq xref 'bw) "About Bob Weiner") 287 ((eq xref 'bw) "About Bob Weiner")
288 ((eq xref 'piper) "About Andy Piper") 288 ((eq xref 'piper) "About Andy Piper")
289 ((eq xref 'stig) "About Jonathan Stigelman") 289 ((eq xref 'stig) "About Jonathan Stigelman")
290 ((eq xref 'steve) "About Steve Baur") 290 ((eq xref 'steve) "About Steve Baur")
291 ((eq xref 'mrb) "About Martin Buchholz") 291 ((eq xref 'mrb) "About Martin Buchholz")
292 ((eq xref 'kyle) "About Kyle Jones")
292 ((eq xref 'others) "About Everyone") 293 ((eq xref 'others) "About Everyone")
293 ((eq xref 'features) "New XEmacs Features") 294 ((eq xref 'features) "New XEmacs Features")
294 ((eq xref 'history) "XEmacs History") 295 ((eq xref 'history) "XEmacs History")
295 ))) 296 )))
296 (delete-other-windows) 297 (delete-other-windows)
673 hypertext system and the OO-Browser multi-language code 674 hypertext system and the OO-Browser multi-language code
674 browser. He also designed the InfoDock integrated tool 675 browser. He also designed the InfoDock integrated tool
675 framework for software engineers. It runs atop XEmacs and is 676 framework for software engineers. It runs atop XEmacs and is
676 available from his firm, InfoDock Associates, which offers custom 677 available from his firm, InfoDock Associates, which offers custom
677 development and support packages for corporate users of XEmacs, 678 development and support packages for corporate users of XEmacs,
678 GNU Emacs and InfoDock. See \"http://www.infodock.com>\". 679 GNU Emacs and InfoDock. See \"http://www.infodock.com\".
679 His interests include user interfaces, information management, 680 His interests include user interfaces, information management,
680 CASE tools, communications and enterprise integration.") 681 CASE tools, communications and enterprise integration.")
681 682
682 (insert "\n\n\tClick ") 683 (insert "\n\n\tClick ")
683 (about-xref "here" prev-page "Return to previous page") 684 (about-xref "here" prev-page "Return to previous page")
723 and various additions to the C code (e.g. the database support, 724 and various additions to the C code (e.g. the database support,
724 the PNG support, some of the GIF/JPEG support, the strikethru 725 the PNG support, some of the GIF/JPEG support, the strikethru
725 face attribute support). 726 face attribute support).
726 727
727 He is currently working at Aventail, Corp. on SOCKS v5 servers.") 728 He is currently working at Aventail, Corp. on SOCKS v5 servers.")
729
730 (insert "\n\n\tClick ")
731 (about-xref "here" prev-page "Return to previous page")
732 (insert " to go back to the previous page.\n")
733 )
734
735 ((eq xref 'kyle)
736 (about-face "Kyle Jones" 'bold)
737 (insert " <kyle_jones@wonderworks.com>
738
739 Author of VM, a mail-reading package that is included in
740 the standard XEmacs distribution, and contributor of many
741 improvements and bug fixes. Unlike RMAIL and MH-E, VM
742 uses the standard UNIX mailbox format for its folders;
743 thus, you can use VM concurrently with other UNIX mail
744 readers such as Berkeley Mail and ELM.
745 See \"http://www.wonderworks.com/kyle/\".")
728 746
729 (insert "\n\n\tClick ") 747 (insert "\n\n\tClick ")
730 (about-xref "here" prev-page "Return to previous page") 748 (about-xref "here" prev-page "Return to previous page")
731 (insert " to go back to the previous page.\n") 749 (insert " to go back to the previous page.\n")
732 ) 750 )
771 hypertext system and the OO-Browser multi-language code 789 hypertext system and the OO-Browser multi-language code
772 browser. He also designed the InfoDock integrated tool 790 browser. He also designed the InfoDock integrated tool
773 framework for software engineers. It runs atop XEmacs and is 791 framework for software engineers. It runs atop XEmacs and is
774 available from his firm, InfoDock Associates, which offers custom 792 available from his firm, InfoDock Associates, which offers custom
775 development and support packages for corporate users of XEmacs, 793 development and support packages for corporate users of XEmacs,
776 GNU Emacs and InfoDock. See \"http://www.infodock.com>\". 794 GNU Emacs and InfoDock. See \"http://www.infodock.com\".
777 His interests include user interfaces, information management, 795 His interests include user interfaces, information management,
778 CASE tools, communications and enterprise integration. 796 CASE tools, communications and enterprise integration.
779 797
780 ") (about-xref "William Perry" 'wmperry "Find out more about Bill Perry") (insert " <wmperry@aventail.com> 798 ") (about-xref "William Perry" 'wmperry "Find out more about Bill Perry") (insert " <wmperry@aventail.com>
781 Author of Emacs-w3, the builtin web browser that comes with XEmacs, 799 Author of Emacs-w3, the builtin web browser that comes with XEmacs,
782 and various additions to the C code (e.g. the database support, 800 and various additions to the C code (e.g. the database support,
783 the PNG support, some of the GIF/JPEG support, the strikethru 801 the PNG support, some of the GIF/JPEG support, the strikethru
784 face attribute support). 802 face attribute support).
785 803
786 Kyle Jones <kyle@crystal.wonderworks.com> 804 ") (about-xref "Kyle Jones" 'kyle "Find out more about Kyle Jones") (insert " <kyle_jones@wonderworks.com>
787 Author of VM (View Mail), a mail-reading package that is 805 Author of VM, a mail-reading package that is included in
788 included in the standard XEmacs distribution, and 806 the standard XEmacs distribution, and contributor of many
789 contributor of many improvements and bug fixes. Unlike most 807 improvements and bug fixes. Unlike RMAIL and MH-E, VM
790 other mail-reading packages, VM uses the standard Unix-mail 808 uses the standard UNIX mailbox format for its folders;
791 format for its mailboxes; thus, you can use VM concurrently 809 thus, you can use VM concurrently with other UNIX mail
792 with standard mail readers such as Unix mail and ELM. 810 readers such as Berkeley Mail and ELM.
811 See \"http://www.wonderworks.com/kyle/\".
793 812
794 Darrell Kindred <Darrell.Kindred@cmu.edu> 813 Darrell Kindred <Darrell.Kindred@cmu.edu>
795 Unofficial maintainer of the xemacs-beta list of extant 814 Unofficial maintainer of the xemacs-beta list of extant
796 bugs and contributor of an extraordinary number of 815 bugs and contributor of an extraordinary number of
797 important bug fixes, many of them in areas that neither 816 important bug fixes, many of them in areas that neither
831 the initial implementation of `duplicable' properties. 850 the initial implementation of `duplicable' properties.
832 851
833 Hans Muller <hmuller@eng.sun.com> 852 Hans Muller <hmuller@eng.sun.com>
834 Author of the code used to connect XEmacs with ToolTalk, 853 Author of the code used to connect XEmacs with ToolTalk,
835 and of an early client of the external Emacs widget. 854 and of an early client of the external Emacs widget.
855
856 David Moore <dmoore@UCSD.EDU>
857 David has contributed greatly to the quest to speed up XEmacs.
858 He is a student in the Computer Systems Laboratory at UCSD.
859 When he manages to have free time, he usually spends it on 200
860 mile bicycle rides, learning german or showing people the best
861 mail & news environment he's found in 10 years. (That'd be
862 XEmacs, Gnus and bbdb, of course.) He can be found at
863 `druidmuck.egbt.org 4201' at various hours of the day.
864
865 Hrvoje Niksic <hniksic@srce.hr>
866 Hrvoje is currently a student at the Faculty of Electrical
867 Engineering and Computing in Zagreb, Croatia. He works part-
868 time at SRCE, where he helps run the network machines.
869 In his free time he is helping develop free software (especially
870 XEmacs, as well as GNU software) and is writing his own -- he has
871 written a small network mirroring utility Wget, see
872 \"ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/\".
836 873
837 In addition to those just mentioned, the following people have 874 In addition to those just mentioned, the following people have
838 spent a great deal of effort providing feedback, testing beta 875 spent a great deal of effort providing feedback, testing beta
839 versions of XEmacs, providing patches to the source code, 876 versions of XEmacs, providing patches to the source code,
840 or doing all of the above. We couldn't have done it without 877 or doing all of the above. We couldn't have done it without
939 Patrick MacRoberts <macro@hpcobr30.cup.hp.com> 976 Patrick MacRoberts <macro@hpcobr30.cup.hp.com>
940 Tonny Madsen <Tonny.Madsen@netman.dk> 977 Tonny Madsen <Tonny.Madsen@netman.dk>
941 Ketil Z Malde <ketil@ii.uib.no> 978 Ketil Z Malde <ketil@ii.uib.no>
942 Steve March <smarch@quaver.urbana.mcd.mot.com> 979 Steve March <smarch@quaver.urbana.mcd.mot.com>
943 Pekka Marjola <pema@iki.fi> 980 Pekka Marjola <pema@iki.fi>
944 Simon Marshall <Simon.Marshall@mail.esrin.esa.it> 981 Simon Marshall <simon@gnu.ai.mit.edu>
945 Dave Mason <dmason@plg.uwaterloo.ca> 982 Dave Mason <dmason@plg.uwaterloo.ca>
946 Jaye Mathisen <mrcpu@cdsnet.net> 983 Jaye Mathisen <mrcpu@cdsnet.net>
947 Michael Meissner <meissner@osf.org> 984 Michael Meissner <meissner@osf.org>
948 David M. Meyer <meyer@ns.uoregon.edu> 985 David M. Meyer <meyer@ns.uoregon.edu>
949 Brad Miller <bmiller@cs.umn.edu> 986 Brad Miller <bmiller@cs.umn.edu>
950 Jeff Miller <jmiller@bay1.bayserve.net> 987 Jeff Miller <jmiller@bay1.bayserve.net>
951 David Moore <dmoore@UCSD.EDU>
952 John Morey <jmorey@crl.com> 988 John Morey <jmorey@crl.com>
953 Rob Mori <rob.mori@sun.com> 989 Rob Mori <rob.mori@sun.com>
954 Heiko Muenkel <muenkel@tnt.uni-hannover.de> 990 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
955 Arup Mukherjee <arup+@cs.cmu.edu> 991 Arup Mukherjee <arup+@cs.cmu.edu>
956 Colas Nahaboo <Colas.Nahaboo@sophia.inria.fr> 992 Colas Nahaboo <Colas.Nahaboo@sophia.inria.fr>