Mercurial > hg > xemacs-beta
comparison lisp/prim/about.el @ 102:a145efe76779 r20-1b3
Import from CVS: tag r20-1b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:49 +0200 |
parents | 4be1180a9e89 |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
101:a0ec055d74dd | 102:a145efe76779 |
---|---|
153 (save-excursion | 153 (save-excursion |
154 (set-buffer (get-buffer-create "About XEmacs")) | 154 (set-buffer (get-buffer-create "About XEmacs")) |
155 (toggle-read-only 0) | 155 (toggle-read-only 0) |
156 | 156 |
157 (let ((rest (if who-to-load (list who-to-load) | 157 (let ((rest (if who-to-load (list who-to-load) |
158 '(steve mrb cthomp wing stig jwz mly vladimir baw piper bw wmperry kyle))) | 158 '(steve mrb cthomp wing stig jwz mly vladimir baw piper bw wmperry kyle larsi))) |
159 (got-error nil)) | 159 (got-error nil)) |
160 (while rest | 160 (while rest |
161 (let* ((who (car rest)) | 161 (let* ((who (car rest)) |
162 (who-xpm (expand-file-name | 162 (who-xpm (expand-file-name |
163 (concat (symbol-name who) | 163 (concat (symbol-name who) |
203 ;; HERE TO PLACE ADDITIONAL MUGSHOTS | 203 ;; HERE TO PLACE ADDITIONAL MUGSHOTS |
204 | 204 |
205 (goto-char (point-max)) | 205 (goto-char (point-max)) |
206 (insert "\n ") | 206 (insert "\n ") |
207 | 207 |
208 (let ((rest '(steve mrb cthomp wing stig linebreak jwz mly vladimir linebreak baw piper bw linebreak wmperry kyle)) | 208 (let ((rest '(steve mrb cthomp wing stig linebreak jwz mly vladimir linebreak baw piper bw linebreak wmperry kyle larsi)) |
209 (got-error nil)) | 209 (got-error nil)) |
210 (while rest | 210 (while rest |
211 (if (eq (car rest) 'linebreak) | 211 (if (eq (car rest) 'linebreak) |
212 (insert "\n\n ") | 212 (insert "\n\n ") |
213 (let* ((who (car rest)) | 213 (let* ((who (car rest)) |
289 ('piper "About Andy Piper") | 289 ('piper "About Andy Piper") |
290 ('stig "About Jonathan Stigelman") | 290 ('stig "About Jonathan Stigelman") |
291 ('steve "About Steve Baur") | 291 ('steve "About Steve Baur") |
292 ('mrb "About Martin Buchholz") | 292 ('mrb "About Martin Buchholz") |
293 ('kyle "About Kyle Jones") | 293 ('kyle "About Kyle Jones") |
294 ('larsi "About Lars Magne Ingebrigtsen") | |
294 ('others "About Everyone") | 295 ('others "About Everyone") |
295 ('features "New XEmacs Features") | 296 ('features "New XEmacs Features") |
296 ('history "XEmacs History") | 297 ('history "XEmacs History") |
297 ))) | 298 ))) |
298 (delete-other-windows) | 299 (delete-other-windows) |
753 (insert "\n\n\tClick ") | 754 (insert "\n\n\tClick ") |
754 (about-xref "here" prev-page "Return to previous page") | 755 (about-xref "here" prev-page "Return to previous page") |
755 (insert " to go back to the previous page.\n") | 756 (insert " to go back to the previous page.\n") |
756 ) | 757 ) |
757 | 758 |
759 ((eq xref 'larsi) | |
760 (about-face "Lars Magne Ingebrigtsen" 'bold) | |
761 (insert " <larsi@ifi.uio.no> | |
762 | |
763 Author of Gnus the Usenet news and Mail reading package in | |
764 the standard XEmacs distribution, and contributor of various | |
765 enhancements and portability fixes. Lars is a student at the | |
766 Institute of Informatics at the University of Oslo. He is | |
767 currently plumbing away at his majors work at the Institute of | |
768 Physics, working on an SCI project connected with CASCADE and | |
769 CERN and stuff. | |
770 See \"http://www.ifi.uio.no/~larsi/\".") | |
771 | |
772 (insert "\n\n\tClick ") | |
773 (about-xref "here" prev-page "Return to previous page") | |
774 (insert " to go back to the previous page.\n") | |
775 ) | |
776 | |
758 ((eq xref 'others) | 777 ((eq xref 'others) |
759 (insert "Click ") | 778 (insert "Click ") |
760 (about-xref "here" 'about "Return to previous page") | 779 (about-xref "here" 'about "Return to previous page") |
761 (insert " to go back to the previous page\n\n\t") | 780 (insert " to go back to the previous page\n\n\t") |
762 | 781 |
813 improvements and bug fixes. Unlike RMAIL and MH-E, VM | 832 improvements and bug fixes. Unlike RMAIL and MH-E, VM |
814 uses the standard UNIX mailbox format for its folders; | 833 uses the standard UNIX mailbox format for its folders; |
815 thus, you can use VM concurrently with other UNIX mail | 834 thus, you can use VM concurrently with other UNIX mail |
816 readers such as Berkeley Mail and ELM. | 835 readers such as Berkeley Mail and ELM. |
817 See \"http://www.wonderworks.com/kyle/\" | 836 See \"http://www.wonderworks.com/kyle/\" |
837 | |
838 ") (about-xref "Lars Magne Ingebrigtsen" 'larsi "Find out more about Lars Magne Ingebrigtsen") (insert " <larsi@ifi.uio.no> | |
839 Author of Gnus the Usenet news and Mail reading package in | |
840 the standard XEmacs distribution, and contributor of various | |
841 enhancements and portability fixes. Lars is a student at the | |
842 Institute of Informatics at the University of Oslo. He is | |
843 currently plumbing away at his majors work at the Institute of | |
844 Physics, working on an SCI project connected with CASCADE and | |
845 CERN and stuff. | |
846 See \"http://www.ifi.uio.no/~larsi/\" | |
818 | 847 |
819 Darrell Kindred <Darrell.Kindred@cmu.edu> | 848 Darrell Kindred <Darrell.Kindred@cmu.edu> |
820 Unofficial maintainer of the xemacs-beta list of extant bugs | 849 Unofficial maintainer of the xemacs-beta list of extant bugs |
821 and contributor of an extraordinary number of important bug | 850 and contributor of an extraordinary number of important bug |
822 fixes, many of them in areas that neither Chuck nor Ben were | 851 fixes, many of them in areas that neither Chuck nor Ben were |
947 Jareth \"JHod\" Hein <jhod@po.iijnet.or.jp> | 976 Jareth \"JHod\" Hein <jhod@po.iijnet.or.jp> |
948 Benedikt Heinen <beh@icemark.thenet.ch> | 977 Benedikt Heinen <beh@icemark.thenet.ch> |
949 Stephan Herrmann <sh@first.gmd.de> | 978 Stephan Herrmann <sh@first.gmd.de> |
950 Charles Hines <chuck_hines@VNET.IBM.COM> | 979 Charles Hines <chuck_hines@VNET.IBM.COM> |
951 David Hughes <djh@harston.cv.com> | 980 David Hughes <djh@harston.cv.com> |
952 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
953 Andrew Innes <andrewi@harlequin.co.uk> | 981 Andrew Innes <andrewi@harlequin.co.uk> |
954 Markku Jarvinen <Markku.Jarvinen@simpukka.funet.fi> | 982 Markku Jarvinen <Markku.Jarvinen@simpukka.funet.fi> |
955 Robin Jeffries <robin.jeffries@sun.com> | 983 Robin Jeffries <robin.jeffries@sun.com> |
956 Philip Johnson <johnson@uhics.ics.Hawaii.Edu> | 984 Philip Johnson <johnson@uhics.ics.Hawaii.Edu> |
957 J. Kean Johnston <jkj@paradigm-sa.com> | 985 J. Kean Johnston <jkj@paradigm-sa.com> |