comparison lisp/prim/about.el @ 26:441bb1e64a06 r19-15b96

Import from CVS: tag r19-15b96
author cvs
date Mon, 13 Aug 2007 08:51:32 +0200
parents 4103f0995bd7
children ec9a17fef872
comparison
equal deleted inserted replaced
25:383a494979f8 26:441bb1e64a06
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 kyle))) 159 '(steve mrb cthomp wing stig jwz mly vladimir baw piper bw wmperry kyle larsi)))
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 kyle)) 209 (let ((rest '(steve mrb cthomp wing stig linebreak jwz mly vladimir linebreak baw piper bw linebreak wmperry kyle larsi))
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))
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 'kyle) "About Kyle Jones")
293 ((eq xref 'larsi) "About Lars Magne Ingebrigtsen")
293 ((eq xref 'others) "About Everyone") 294 ((eq xref 'others) "About Everyone")
294 ((eq xref 'features) "New XEmacs Features") 295 ((eq xref 'features) "New XEmacs Features")
295 ((eq xref 'history) "XEmacs History") 296 ((eq xref 'history) "XEmacs History")
296 ))) 297 )))
297 (delete-other-windows) 298 (delete-other-windows)
747 (insert "\n\n\tClick ") 748 (insert "\n\n\tClick ")
748 (about-xref "here" prev-page "Return to previous page") 749 (about-xref "here" prev-page "Return to previous page")
749 (insert " to go back to the previous page.\n") 750 (insert " to go back to the previous page.\n")
750 ) 751 )
751 752
753 ((eq xref 'larsi)
754 (about-face "Lars Magne Ingebrigtsen" 'bold)
755 (insert " <larsi@ifi.uio.no>
756
757 Author of Gnus the Usenet news and Mail reading package in
758 the standard XEmacs distribution, and contributor of various
759 enhancements and portability fixes. Lars is a student at the
760 Institute of Informatics at the University of Oslo. He is
761 currently plumbing away at his majors work at the Institute of
762 Physics, working on an SCI project connected with CASCADE and
763 CERN and stuff.
764 See \"http://www.ifi.uio.no/~larsi/\".")
765
766 (insert "\n\n\tClick ")
767 (about-xref "here" prev-page "Return to previous page")
768 (insert " to go back to the previous page.\n")
769 )
770
752 ((eq xref 'others) 771 ((eq xref 'others)
753 (insert "Click ") 772 (insert "Click ")
754 (about-xref "here" 'about "Return to previous page") 773 (about-xref "here" 'about "Return to previous page")
755 (insert " to go back to the previous page\n\n\t") 774 (insert " to go back to the previous page\n\n\t")
756 775
800 and various additions to the C code (e.g. the database support, 819 and various additions to the C code (e.g. the database support,
801 the PNG support, some of the GIF/JPEG support, the strikethru 820 the PNG support, some of the GIF/JPEG support, the strikethru
802 face attribute support). 821 face attribute support).
803 822
804 ") (about-xref "Kyle Jones" 'kyle "Find out more about Kyle Jones") (insert " <kyle_jones@wonderworks.com> 823 ") (about-xref "Kyle Jones" 'kyle "Find out more about Kyle Jones") (insert " <kyle_jones@wonderworks.com>
805 Author of VM, a mail-reading package that is included in 824 Author of VM, a mail-reading package that is included in
806 the standard XEmacs distribution, and contributor of many 825 the standard XEmacs distribution, and contributor of many
807 improvements and bug fixes. Unlike RMAIL and MH-E, VM 826 improvements and bug fixes. Unlike RMAIL and MH-E, VM
808 uses the standard UNIX mailbox format for its folders; 827 uses the standard UNIX mailbox format for its folders;
809 thus, you can use VM concurrently with other UNIX mail 828 thus, you can use VM concurrently with other UNIX mail
810 readers such as Berkeley Mail and ELM. 829 readers such as Berkeley Mail and ELM.
811 See \"http://www.wonderworks.com/kyle/\". 830 See \"http://www.wonderworks.com/kyle/\".
831
832 ") (about-xref "Lars Magne Ingebrigtsen" 'larsi "Find out more about Lars Magne Ingebrigtsen") (insert " <larsi@ifi.uio.no>
833 Author of Gnus the Usenet news and Mail reading package in
834 the standard XEmacs distribution, and contributor of various
835 enhancements and portability fixes. Lars is a student at the
836 Institute of Informatics at the University of Oslo. He is
837 currently plumbing away at his majors work at the Institute of
838 Physics, working on an SCI project connected with CASCADE and
839 CERN and stuff.
840 See \"http://www.ifi.uio.no/~larsi/\"
812 841
813 Darrell Kindred <Darrell.Kindred@cmu.edu> 842 Darrell Kindred <Darrell.Kindred@cmu.edu>
814 Unofficial maintainer of the xemacs-beta list of extant 843 Unofficial maintainer of the xemacs-beta list of extant
815 bugs and contributor of an extraordinary number of 844 bugs and contributor of an extraordinary number of
816 important bug fixes, many of them in areas that neither 845 important bug fixes, many of them in areas that neither
944 Jareth \"JHod\" Hein <jhod@po.iijnet.or.jp> 973 Jareth \"JHod\" Hein <jhod@po.iijnet.or.jp>
945 Benedikt Heinen <beh@icemark.thenet.ch> 974 Benedikt Heinen <beh@icemark.thenet.ch>
946 Stephan Herrmann <sh@first.gmd.de> 975 Stephan Herrmann <sh@first.gmd.de>
947 Charles Hines <chuck_hines@VNET.IBM.COM> 976 Charles Hines <chuck_hines@VNET.IBM.COM>
948 David Hughes <djh@harston.cv.com> 977 David Hughes <djh@harston.cv.com>
949 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
950 Andrew Innes <andrewi@harlequin.co.uk> 978 Andrew Innes <andrewi@harlequin.co.uk>
951 Markku Jarvinen <Markku.Jarvinen@simpukka.funet.fi> 979 Markku Jarvinen <Markku.Jarvinen@simpukka.funet.fi>
952 Robin Jeffries <robin.jeffries@sun.com> 980 Robin Jeffries <robin.jeffries@sun.com>
953 Philip Johnson <johnson@uhics.ics.Hawaii.Edu> 981 Philip Johnson <johnson@uhics.ics.Hawaii.Edu>
954 J. Kean Johnston <jkj@paradigm-sa.com> 982 J. Kean Johnston <jkj@paradigm-sa.com>