0
|
1 ;;; about.el --- the About The Authors page (shameless self promotion).
|
|
2 ;;;
|
|
3
|
86
|
4 ;; Copyright (c) 1995, 1996, 1997 XEmacs Advocacy Organization.
|
0
|
5
|
|
6 ;; This file is part of XEmacs.
|
|
7
|
|
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
|
|
10 ;; the Free Software Foundation; either version 2, or (at your option)
|
|
11 ;; any later version.
|
|
12
|
|
13 ;; XEmacs is distributed in the hope that it will be useful, but
|
|
14 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
16 ;; General Public License for more details.
|
|
17
|
|
18 ;; You should have received a copy of the GNU General Public License
|
16
|
19 ;; along with XEmacs; see the file COPYING. If not, write to the
|
70
|
20 ;; Free Software Foundation, 59 Temple Place - Suite 330,
|
16
|
21 ;; Boston, MA 02111-1307, USA.
|
0
|
22
|
|
23 ;;; Synched up with: Not in FSF.
|
|
24
|
|
25 ;;; This is kind of a kludge. We were going to use W3 to do this, but
|
|
26 ;;; it's too slow to load, and HTML gives you too little control over
|
|
27 ;;; the layout (especially indentation and inter-paragraph spacing).
|
|
28 ;;; Maybe the text should have been written in limited HTML anyway,
|
|
29 ;;; and I should have hacked up a simple and fast parser for it, but
|
|
30 ;;; it's done now...
|
|
31 ;;;
|
|
32 ;;; Code: Jamie Zawinski <jwz@netscape.com>
|
|
33 ;;; Text: Ben Wing <wing@666.com>, Jamie Zawinski <jwz@netscape.com>
|
|
34 ;;; Hard: Amiga 1000, Progressive Peripherals Frame Grabber.
|
|
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>
|
|
37 ;;; and Chuck Thompson <cthomp@xemacs.org>
|
|
38 ;;; More hacking for 19.12 by Chuck Thompson and Ben Wing.
|
|
39 ;;; 19.13 and 19.14 updating done by Chuck Thompson.
|
88
|
40 ;;; 19.15 and 20.0 updating done by Steve Baur and Martin Buchholz.
|
0
|
41
|
|
42 (require 'browse-url)
|
|
43 (defvar about-xref-map (let ((map (make-sparse-keymap)))
|
|
44 (define-key map 'button1 'about-xemacs-xref)
|
|
45 (define-key map 'button2 'about-xemacs-xref)
|
|
46 (define-key map '(return) 'about-xemacs-xref)
|
|
47 map))
|
|
48
|
|
49 ;; This historically significant variable has been removed from service.
|
|
50 (defvar what-are-we-calling-it-today "XEmacs")
|
|
51
|
|
52 (defun about-face (text face)
|
|
53 (let ((p (point))
|
|
54 e)
|
|
55 (insert text)
|
|
56 (setq e (make-extent p (point)))
|
|
57 ;;(set-extent-property e 'start-open t)
|
|
58 (set-extent-face e face)
|
|
59 e))
|
|
60
|
|
61 (defun about-xref (text xref help)
|
|
62 (let ((e (about-face text 'bold)))
|
|
63 (set-extent-property e 'keymap about-xref-map)
|
|
64 (set-extent-property e 'mouse-face 'highlight)
|
|
65 (set-extent-property e 'xref xref)
|
|
66 (set-extent-property e 'help-echo help)
|
|
67 e))
|
|
68
|
|
69 ;;;###autoload
|
|
70 (defun about-xemacs ()
|
|
71 (interactive)
|
|
72 (switch-to-buffer (get-buffer-create "About XEmacs"))
|
|
73 (delete-other-windows)
|
|
74 (buffer-disable-undo (current-buffer))
|
|
75 (widen)
|
|
76 (set (make-local-variable 'tab-width) 8)
|
|
77 (setq buffer-read-only t)
|
|
78 (view-mode nil 'kill-buffer) ;; assume the new view-less
|
|
79 (let* ((buffer-read-only nil)
|
|
80 (emacs-short-version (concat emacs-major-version "." emacs-minor-version))
|
86
|
81 (emacs-about-version (format "version %s; February 1997" emacs-short-version))
|
0
|
82 (indent-tabs-mode t)
|
|
83 )
|
|
84 (erase-buffer)
|
|
85 (insert "\n")
|
|
86 (indent-to (startup-center-spaces xemacs-logo))
|
|
87 (let ((e (make-extent (point) (point))))
|
|
88 (set-extent-begin-glyph e xemacs-logo))
|
|
89 (insert "\n\n")
|
|
90 (indent-to (startup-center-spaces "(formerly known as Lucid Emacs)"))
|
|
91 (insert "(formerly known as Lucid Emacs)")
|
|
92 (insert "\n\n")
|
|
93 (indent-to (startup-center-spaces emacs-about-version))
|
|
94 (about-xref emacs-about-version 'news "The latest NEWS of XEmacs")
|
|
95 (insert "\n\n")
|
|
96
|
|
97 (insert "\n\t")
|
|
98 (about-face "XEmacs" 'italic)
|
|
99 (insert " is a powerful, extensible text editor with full GUI
|
|
100 support, initially based on an early version of GNU Emacs 19 from
|
|
101 the Free Software Foundation and since kept up to date with recent
|
|
102 versions of that product. XEmacs stems from a ")
|
|
103 (about-xref "collaboration" 'history "An XEmacs History Lesson")
|
|
104 (insert "\n\tof Lucid, Inc. with Sun Microsystems, Inc. and the University
|
|
105 of Illinois with additional support having been provided by
|
|
106 Amdahl Corporation and INS Engineering Corporation.\n\n\t")
|
|
107
|
|
108 (insert "In almost all circumstances, Emacs-Lisp code written for
|
|
109 GNU Emacs versions 18 and 19 will run under XEmacs without
|
88
|
110 requiring any modifications, or at most will require small
|
0
|
111 changes to accommodate an improved functional interface.\n\n\t")
|
|
112
|
|
113 (insert "XEmacs provides a great number of ")
|
|
114 (about-xref "new features" 'features "See a list of the new features.")
|
|
115 (insert ". More details
|
|
116 on XEmacs's functionality, including bundled packages can be
|
|
117 obtained through the ")
|
|
118
|
|
119 (about-xref "`info`" 'info "Look at the info pages")
|
|
120 (insert " on-line information system.
|
|
121
|
|
122 The WWW page for XEmacs can be browsed, using any WWW browser, at\n\t\t")
|
|
123 (about-xref "http://www.xemacs.org/" 'w3-xemacs "Go to the XEmacs World Wide Web page")
|
|
124 (insert "\n\n\tNote that w3 (XEmacs's own browser), might need customization
|
|
125 (due to firewalls) in order to work correctly.\n\n\t")
|
|
126
|
|
127 (insert "XEmacs is the result of the time and effort of many people.
|
|
128 The developers responsible for the " emacs-short-version " release are:
|
|
129
|
86
|
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>
|
70
|
132 * ") (about-xref "Chuck Thompson" 'cthomp "Find out more about Chuck Thompson") (insert " <cthomp@xemacs.org>
|
|
133 * ") (about-xref "Ben Wing" 'wing "Find out more about Ben Wing") (insert " <wing@xemacs.org>
|
16
|
134
|
|
135 * ") (about-xref "And many other contributors..." 'others "Read about the legion of XEmacs hackers") (insert "
|
|
136
|
86
|
137 Chuck Thompson was Mr. XEmacs from 19.11 through 19.14. Ben Wing
|
|
138 was crucial to each of those releases.
|
|
139
|
0
|
140 Jamie Zawinski was Mr. Lucid Emacs from 19.0 through 19.10,
|
|
141 the last release actually named Lucid Emacs. Richard Mlynarik
|
|
142 was crucial to most of those releases.
|
|
143
|
|
144 * ") (about-xref "Jamie Zawinski" 'jwz "Find out more about Jamie Zawinski") (insert " <jwz@netscape.com>
|
|
145 * ") (about-xref "Richard Mlynarik" 'mly "Find out more about Richard Mlynarik") (insert " <mly@adoc.xerox.com>")
|
|
146 (insert "\n\n\tClick ")
|
|
147 (about-xref "here" 'kill-buffer "Exit the About page")
|
|
148 (insert " to remove (kill) this buffer.")
|
|
149 (goto-char (point-min)))
|
|
150 )
|
|
151
|
|
152 (defun about-load-mosaic (&optional who-to-load)
|
|
153 (save-excursion
|
|
154 (set-buffer (get-buffer-create "About XEmacs"))
|
|
155 (toggle-read-only 0)
|
|
156
|
|
157 (let ((rest (if who-to-load (list who-to-load)
|
86
|
158 '(steve mrb cthomp wing stig jwz mly vladimir baw piper bw wmperry)))
|
0
|
159 (got-error nil))
|
|
160 (while rest
|
|
161 (let* ((who (car rest))
|
|
162 (who-xpm (expand-file-name
|
|
163 (concat (symbol-name who)
|
|
164 (if (memq (device-class (selected-device))
|
|
165 '(color grayscale))
|
|
166 ""
|
|
167 "m")
|
|
168 ".xpm")
|
|
169 data-directory)))
|
|
170 (or (file-exists-p who-xpm) (setq who-xpm (concat who-xpm ".Z")))
|
|
171 (if (eq nil (assoc who (buffer-local-variables)))
|
|
172 (make-local-variable who))
|
|
173 (if (and (boundp who)
|
|
174 (glyphp (symbol-value who)))
|
|
175 nil
|
|
176 (message "One moment please...")
|
|
177 (condition-case c
|
|
178 (save-restriction
|
|
179 (set who nil)
|
|
180 (narrow-to-region (point) (point))
|
|
181 (insert-file-contents who-xpm)
|
|
182 (if (looking-at "\037\235") ;may already be decompressed...
|
|
183 (call-process-region (point-min) (point-max)
|
|
184 "zcat" t t nil))
|
|
185 (set who (make-glyph
|
|
186 (prog1 (buffer-string)
|
|
187 (delete-region (point-min) (point-max)))))
|
|
188 )
|
|
189 (error
|
|
190 (setq got-error t)
|
|
191 (message nil)
|
|
192 (display-error c nil)
|
|
193 (sit-for 2)))))
|
|
194 (setq rest (cdr rest)))
|
|
195 (or got-error (message nil)))
|
|
196 (toggle-read-only 1)
|
|
197 ))
|
|
198
|
|
199 (defun about-add-mosaic ()
|
|
200 (goto-char (point-min))
|
|
201 (about-load-mosaic)
|
70
|
202
|
0
|
203 ;; HERE TO PLACE ADDITIONAL MUGSHOTS
|
|
204
|
70
|
205 (goto-char (point-max))
|
|
206 (insert "\n ")
|
0
|
207
|
86
|
208 (let ((rest '(steve mrb cthomp wing stig linebreak jwz mly vladimir linebreak baw piper bw linebreak wmperry))
|
70
|
209 (got-error nil))
|
|
210 (while rest
|
|
211 (if (eq (car rest) 'linebreak)
|
|
212 (insert "\n\n ")
|
|
213 (let* ((who (car rest))
|
|
214 (b (get-buffer "About XEmacs"))
|
|
215 (p (symbol-value-in-buffer who b nil)))
|
|
216 (or (glyphp p) (setq p nil))
|
|
217 (and p
|
|
218 (let ((e (make-extent (point) (point))))
|
|
219 (set-extent-begin-glyph e p)
|
|
220 (set-extent-property e 'keymap about-xref-map)
|
|
221 (set-extent-property e 'xref who)))
|
|
222 (insert " ")
|
|
223 (sit-for 0)))
|
|
224 (setq rest (cdr rest)))
|
|
225 (insert "\n")
|
|
226 (goto-char (point-min))
|
|
227 (or got-error (message nil)))
|
|
228 )
|
44
|
229
|
0
|
230 (defun about-xemacs-xref ()
|
|
231 (interactive "@")
|
|
232 (let* ((e (or current-mouse-event last-input-event))
|
|
233 (extent (or (and (null e) (extent-at (point)))
|
|
234 (and (mouse-event-p e) (event-glyph-extent e))
|
|
235 (extent-at (if (mouse-event-p e)
|
|
236 (event-point e)
|
|
237 (point))
|
|
238 (if (mouse-event-p e)
|
|
239 (event-buffer e)
|
|
240 (current-buffer))
|
|
241 'xref)))
|
|
242 (xref (extent-property extent 'xref))
|
|
243 prev-page)
|
|
244 ;; prev-page is used for the core people's pages since they can be
|
|
245 ;; reached from two different locations
|
|
246 (if (equal (buffer-name) "About XEmacs")
|
|
247 (setq prev-page 'about)
|
|
248 ;; Kill the sub-buffers when going back to the top, so that we
|
|
249 ;; don't hold pointers to the bitmaps longer than necessary.
|
70
|
250 (if (not (eq xref 'w3-jamie))
|
0
|
251 (progn
|
|
252 (kill-buffer (current-buffer))
|
|
253 (setq prev-page 'others))))
|
|
254 (cond
|
|
255 ((eq xref 'about)
|
|
256 (about-xemacs))
|
|
257 ((eq xref 'info)
|
|
258 (info))
|
70
|
259 ((or (eq xref 'w3-xemacs) (eq xref 'w3-jamie))
|
0
|
260 (funcall browse-url-browser-function
|
70
|
261 (if (eq xref 'w3-xemacs)
|
|
262 "http://www.xemacs.org/"
|
|
263 "http://www.netscape.com/people/jwz/")))
|
0
|
264 ((eq xref 'kill-buffer)
|
|
265 (kill-buffer (current-buffer)))
|
|
266 ((eq xref 'news)
|
|
267 (view-emacs-news)
|
|
268 (view-mode nil 'kill-buffer) ;; assume the new view-less
|
|
269 (save-excursion
|
|
270 (goto-char (point-min))
|
|
271 (let ((buffer-read-only nil))
|
|
272 (insert "\nClick ")
|
|
273 (about-xref "here" prev-page "Return to previous page")
|
|
274 (insert " to go back to the previous page.\n\n")
|
|
275 (set-buffer-modified-p nil)
|
|
276 )))
|
|
277 (t
|
88
|
278 (switch-to-buffer
|
|
279 (get-buffer-create
|
|
280 (case xref
|
|
281 ('jwz "About Jamie Zawinski")
|
|
282 ('cthomp "About Chuck Thompson")
|
|
283 ('wing "About Ben Wing")
|
|
284 ('mly "About Richard Mlynarik")
|
|
285 ('vladimir "About Vladimir Ivanovic")
|
|
286 ('baw "About Barry Warsaw")
|
|
287 ('wmperry "About William Perry")
|
|
288 ('bw "About Bob Weiner")
|
|
289 ('piper "About Andy Piper")
|
|
290 ('stig "About Jonathan Stigelman")
|
|
291 ('steve "About Steve Baur")
|
|
292 ('mrb "About Martin Buchholz")
|
|
293 ('others "About Everyone")
|
|
294 ('features "New XEmacs Features")
|
|
295 ('history "XEmacs History")
|
|
296 )))
|
0
|
297 (delete-other-windows)
|
|
298 (buffer-disable-undo (current-buffer))
|
|
299 (widen)
|
|
300 (setq buffer-read-only t)
|
|
301 (view-mode nil 'kill-buffer) ;; assume the new view-less
|
|
302 (let ((buffer-read-only nil)
|
|
303 (case-fold-search nil)
|
|
304 )
|
|
305 (if (and (not (eq xref 'others)) (not (eq xref 'history))
|
|
306 (not (eq xref 'features)))
|
|
307 (about-load-mosaic xref))
|
|
308 (erase-buffer)
|
|
309 (let* ((b (get-buffer "About XEmacs"))
|
|
310 (p (and b (symbol-value-in-buffer xref b nil))))
|
|
311 (or (glyphp p) (setq p nil))
|
|
312 (cond (p
|
|
313 (insert "\n\t")
|
|
314 (set-extent-begin-glyph (make-extent (point) (point)) p)
|
|
315 (insert "\n\t"))
|
|
316 (t
|
|
317 (insert "\n\t"))))
|
|
318 (cond
|
|
319 ((eq xref 'history)
|
|
320 (insert "Click ")
|
|
321 (about-xref "here" prev-page "Return to previous page")
|
|
322 (insert " to go back to the previous page.\n\n\t")
|
|
323
|
|
324 (about-face "XEmacs" 'bold)
|
|
325 (insert "\n\n\n\t")
|
|
326 (about-face "The Lucid, Inc. Point of View" 'italic)
|
|
327 (insert "
|
|
328
|
|
329 At the time of the inception of Lucid Emacs (the former name
|
|
330 of XEmacs), Lucid's latest product was Energize, a C/C++
|
|
331 development environment. Rather than invent (and force our
|
|
332 users to learn) a new user interface, we chose to build part
|
|
333 of our environment on top of the world's best editor, GNU
|
|
334 Emacs. (Though our product is commercial, the work we did on
|
|
335 GNU Emacs is free software, and is useful in its own right.)
|
|
336
|
|
337 We needed a version of Emacs with mouse-sensitive regions,
|
|
338 multiple fonts, the ability to mark sections of a buffer as
|
88
|
339 read-only, the ability to detect which parts of a buffer have
|
0
|
340 been modified, and many other features.
|
|
341
|
|
342 For our purposes, the existing version of Epoch was not
|
|
343 sufficient; it did not allow us to put arbitrary pixmaps/icons
|
|
344 in buffers, `undo' did not restore changes to regions, regions
|
|
345 did not overlap and merge their attributes in the way we needed,
|
|
346 and several other things.
|
|
347
|
|
348 We could have devoted our time to making Epoch do what we needed
|
|
349 (and, in fact, we spent some time doing that in 1990) but, since
|
|
350 the FSF planned to include Epoch-like features in their version
|
|
351 19, we decided that our efforts would be better spent improving
|
|
352 Emacs 19 instead of Epoch.
|
|
353
|
|
354 Our original hope was that our changes to Emacs would be
|
|
355 incorporated into the \"official\" v19. However, scheduling
|
|
356 conflicts arose, and we found that, given the amount of work
|
|
357 still remaining to be done, we didn't have the time or manpower
|
|
358 to do the level of coordination that would be necessary to get
|
|
359 our changes accepted by the FSF. Consequently, we released our
|
|
360 work as a forked branch of Emacs, instead of delaying any
|
|
361 longer.
|
|
362
|
|
363 Roughly a year after Lucid Emacs 19.0 was released, a beta
|
|
364 version of the FSF branch of Emacs 19 was released. The FSF
|
|
365 version is better in some areas, and worse in others, as
|
|
366 reflects the differing focus of our development efforts.
|
|
367
|
|
368 We plan to continue developing and supporting Lucid Emacs, and
|
|
369 merging in bug fixes and new features from the FSF branch as
|
|
370 appropriate; we do not plan to discard any of the functionality
|
|
371 that we implemented which RMS has chosen not to include in his
|
|
372 version.
|
|
373
|
|
374 Certain elements of Lucid Emacs, or derivatives of them, have
|
|
375 been ported to the FSF version. We have not been doing work in
|
|
376 this direction, because we feel that Lucid Emacs has a cleaner
|
|
377 and more extensible substrate, and that any kind of merger
|
|
378 between the two branches would be far easier by merging the FSF
|
|
379 changes into our version than the other way around.
|
|
380
|
|
381 We have been working closely with the Epoch developers to merge
|
|
382 in the remaining Epoch functionality which Lucid Emacs does not
|
|
383 yet have. Epoch and Lucid Emacs will soon be one and the same
|
|
384 thing. Work is being done on a compatibility package which will
|
|
385 allow Epoch 4 code to run in XEmacs with little or no change.")
|
|
386
|
|
387 (insert "\n\n\n\t")
|
|
388 (about-face "The Sun Microsystems, Inc. Point of View" 'italic)
|
|
389 (insert "
|
|
390
|
88
|
391 Emacs 18 has been around for a long, long time. Version 19
|
|
392 was supposed to be the successor to v18 with X support. It
|
|
393 was going to be available \"real soon\" for a long time (some
|
0
|
394 people remember hearing about v19 as early as 1984!), but it
|
|
395 never came out. v19 development was going very, very slowly,
|
|
396 and from the outside it seemed that it was not moving at all.
|
|
397 In the meantime other people gave up waiting for v19 and
|
88
|
398 decided to build their own X-aware Emacsen. The most
|
|
399 important of these was probably Epoch, which came from the
|
|
400 University of Illinois (\"UofI\") and was based on v18.
|
0
|
401
|
88
|
402 Around 1990, the Developer Products group within Sun
|
|
403 Microsystems Inc., decided that it wanted an integrated
|
|
404 editor. (This group is now known as DevPro. It used to be
|
|
405 known as SunPro - the name was changed in mid-1994.) They
|
|
406 contracted with the University of Illinois to provide a number
|
|
407 of basic enhancements to the functionality in Epoch. UofI
|
|
408 initially was planning to deliver this on top of Epoch code.
|
0
|
409
|
88
|
410 In the meantime, (actually some time before they talked with
|
|
411 UofI) Lucid had decided that it also wanted to provide an
|
|
412 integrated environment with an integrated editor. Lucid
|
|
413 decided that the Version 19 base was a better one than Version
|
|
414 18 and thus decided not to use Epoch but instead to work with
|
|
415 Richard Stallman, the head of the Free Software Foundation and
|
|
416 principal author of Emacs, on getting v19 out. At some point
|
|
417 Stallman and Lucid parted ways. Lucid kept working and got a
|
|
418 v19 out that they called Lucid Emacs 19.
|
0
|
419
|
88
|
420 After Lucid's v19 came out it became clear to us (the UofI and
|
|
421 Sun) that the right thing to do was to push for an integration
|
|
422 of both Lucid Emacs and Epoch, and to get the deliverables
|
|
423 that Sun was asking from the University of Illinois on top of
|
|
424 this integrated platform. Until 1994, Sun and Lucid both
|
|
425 actively supported XEmacs as part of their product suite and
|
|
426 invested a comparable amount of effort into it. Substantial
|
0
|
427 portions of the current code have originated under the support
|
88
|
428 of Sun, either directly within Sun, or at UofI but paid for by
|
|
429 Sun. This code was kept away from Lucid for a while, but
|
|
430 later was made available to them. Initially Lucid didn't know
|
|
431 that Sun was supporting UofI, but later Sun was open about it.
|
0
|
432
|
88
|
433 Around 1992 DevPro-originated code started showing up in Lucid
|
|
434 Emacs, starting with the infusion of the Epoch redisplay code.
|
|
435 The separate code bases at Lucid, Sun, and the University of
|
|
436 Illinois were merged, allowing a single XEmacs to evolve from
|
|
437 that point on.
|
0
|
438
|
88
|
439 Sun originally called the integrated product \"ERA\", for
|
|
440 \"Emacs Rewritten Again\". Sun and Lucid eventually came
|
0
|
441 to an agreement to find a name for the product that was not
|
|
442 specific to either company. An additional constraint that
|
|
443 Lucid placed on the name was that it must contain the word
|
|
444 \"Emacs\" in it -- thus \"ERA\" was not acceptable. The
|
88
|
445 tentatively agreed-upon name was \"XEmacs\", and this has been
|
|
446 the name of the program since version 19.11.)
|
0
|
447
|
88
|
448 As of 1997, Sun is shipping XEmacs as part of its Developer
|
|
449 Products integrated programming environment \"Sun WorkShop\".
|
|
450 Sun is continuing to support XEmacs development, with focus on
|
|
451 internationalization and quality improvement.")
|
0
|
452
|
|
453 (insert "\n\n\n\t")
|
|
454 (about-face "Lucid goes under\n" 'italic)
|
|
455 (insert "
|
88
|
456 Around mid-'94, Lucid went out of business. Lucid founder
|
|
457 Richard Gabriel's book \"Patterns of Software\", which is
|
|
458 highly recommended reading in any case, documents the demise
|
|
459 of Lucid and suggests lessons to be learned for the whole
|
|
460 software development community.
|
|
461
|
|
462 Development on XEmacs, however, has continued unabated under
|
|
463 the auspices of Sun Microsystems and the University of
|
|
464 Illinois, with help from Amdahl Corporation and INS
|
|
465 Engineering Corporation. Sun plans to continue to support
|
|
466 XEmacs into the future.")
|
0
|
467
|
|
468 (insert "\n\n\n\t")
|
|
469 (about-face "The Amdahl Corporation point of view" 'italic)
|
|
470 (insert "
|
|
471
|
|
472 Amdahl Corporation's Storage Products Group (SPG) uses XEmacs
|
|
473 as the focal point of a environment for development of the
|
|
474 microcode used in Amdahl's large-scale disk arrays, or DASD's.
|
|
475 SPG has joint ventures with Japanese companies, and decided
|
|
476 in late 1994 to contract out for work on XEmacs in order
|
|
477 to hasten the development of Mule support (i.e. support for
|
|
478 Japanese, Chinese, etc.) in XEmacs and as a gesture of goodwill
|
|
479 towards the XEmacs community for all the work they have done
|
|
480 on making a powerful, modern, freely available text editor.
|
|
481 Through this contract, Amdahl provided a large amount of work
|
|
482 in XEmacs in the form of rewriting the basic text-processing
|
|
483 mechanisms to allow for Mule support and writing a large
|
|
484 amount of the support for multiple devices.
|
|
485
|
|
486 Although Amdahl is no longer hiring a full-time contractor,
|
|
487 they are still funding part-time work on XEmacs and providing
|
|
488 resources for further XEmacs development.")
|
|
489
|
|
490 (insert "\n\n\n\t")
|
|
491 (about-face "The INS Engineering point of view" 'italic)
|
|
492 (insert "
|
|
493
|
88
|
494 INS Engineering Corporation, based in Tokyo, bought rights
|
0
|
495 to sell Energize when Lucid went out of business. Unhappy
|
|
496 with the performance of the Japanese support in XEmacs 19.11,
|
|
497 INS also contributed to the XEmacs development from late 1994
|
|
498 to early 1995.")
|
|
499
|
|
500 (insert "\n\n\n\t")
|
|
501 (insert "Click ")
|
|
502 (about-xref "here" prev-page "Return to previous page")
|
|
503 (insert " to go back to the previous page.\n\n\t")
|
|
504 )
|
|
505 ((eq xref 'jwz)
|
|
506 (about-face "Jamie Zawinski" 'bold)
|
|
507 (insert "\t\t\"")
|
|
508 (about-face "So much to do, so little time." 'italic)
|
|
509 (insert "\"\n")
|
|
510 (insert "\n
|
|
511 Jamie Zawinski was primarily to blame for Lucid Emacs from its
|
|
512 inception in 1991, to 1994 when Lucid Inc. finally died. He is
|
|
513 now to be found at Netscape Communications, hacking on Netscape
|
88
|
514 Navigator (he did the first Unix version and the mail reader).
|
|
515 Thankfully his extensive sleep deprivation experiments conducted
|
|
516 during 1994 and 1995 are now a thing of the past, but his
|
|
517 predilection for dark, Gothic music remains unabated.
|
0
|
518
|
|
519 Come visit his glorified .plan file at
|
|
520
|
|
521 ")
|
70
|
522 (about-xref "http://www.netscape.com/people/jwz/" 'w3-jamie "Visit Jamie's WWW page")
|
16
|
523 (insert "\n\n\tClick ")
|
|
524 (about-xref "here" prev-page "Return to previous page")
|
|
525 (insert " to go back to the previous page.\n")
|
|
526 )
|
86
|
527 ((eq xref 'steve)
|
|
528 (about-face "Steve Baur" 'bold)
|
|
529 (insert " <steve@altair.xemacs.org>
|
|
530
|
|
531 Steve took over the maintenance of XEmacs in November of 1996
|
|
532 (it seemed like a good idea at the time ...). In real life he is a
|
|
533 network administrator and Unix systems programmer for Miranova
|
|
534 Systems, Inc.
|
|
535
|
|
536 Steve's main contributions to XEmacs have been reviving the FAQ,
|
|
537 testing and integrating patches, tracking down and fixing bugs, and
|
|
538 answering hundreds of questions on Usenet.")
|
|
539
|
|
540 (insert "\n\n\tClick ")
|
|
541 (about-xref "here" prev-page "Return to previous page")
|
|
542 (insert " to go back to the previous page.\n")
|
|
543 )
|
|
544 ((eq xref 'mrb)
|
|
545 (about-face "Martin Buchholz" 'bold)
|
|
546 (insert " <mrb@eng.sun.com>
|
|
547
|
88
|
548 Martin is the XEmacs guy at DevPro, a part of Sun Microsystems.
|
|
549 Martin used to do XEmacs as a `hobby' while at IBM, and was
|
|
550 crazy enough to try to make a living doing it at Sun.
|
|
551
|
|
552 Martin starting using Emacs originally not to edit files, but
|
|
553 to get the benefit of shell mode. He actually used to run
|
|
554 nothing but a shell buffer, and use `xterm -e vi' to edit
|
|
555 files. But then he saw the light. He dreams of rewriting
|
|
556 shell mode from scratch. Stderr should show up in red!!
|
|
557
|
|
558 Martin is currently working mostly on Internationalization.
|
|
559 He spends most of his waking hours inside a Japanized XEmacs.")
|
86
|
560
|
|
561 (insert "\n\n\tClick ")
|
|
562 (about-xref "here" prev-page "Return to previous page")
|
|
563 (insert " to go back to the previous page.\n")
|
|
564 )
|
0
|
565 ((eq xref 'cthomp)
|
|
566 (about-face "Chuck Thompson" 'bold)
|
|
567 (insert " <cthomp@xemacs.org>
|
|
568
|
|
569 Chuck, through being in the wrong place at the right time, has
|
|
570 gotten stuck with being Jamie's replacement as the primary
|
|
571 maintainer of XEmacs. This has caused his hair to begin
|
|
572 falling out and quadrupled his daily coffee dosage. Though he
|
|
573 works at and for the University of Illinois his funding for
|
|
574 XEmacs work actually came from Sun Microsystems.
|
|
575
|
|
576 He has worked on XEmacs since November 1992, which fact
|
|
577 occasionally gives him nightmares. As of October 1995, he no
|
|
578 longer works full-time on XEmacs, though he does continue as
|
|
579 an active maintainer. His main contributions have been the
|
|
580 greatly enhanced redisplay engine, scrollbar support, the
|
|
581 toolbars, configure support and numerous other minor features
|
|
582 and fixes.
|
|
583
|
|
584 Rumors that Chuck is aka Black Francis aka Frank Black are
|
|
585 completely unfounded.")
|
|
586
|
|
587 (insert "\n\n\tClick ")
|
|
588 (about-xref "here" prev-page "Return to previous page")
|
|
589 (insert " to go back to the previous page.\n")
|
|
590 )
|
|
591 ((eq xref 'wing)
|
|
592 (about-face "Ben Wing" 'bold)
|
|
593 (insert " <wing@666.com>
|
|
594
|
|
595 I'm not a thug -- I just play one on video.
|
|
596 My roommate says I'm a San Francisco \"Mission Critter\".\n\n\t")
|
|
597 (about-face "Gory stuff follows:" 'italic)
|
|
598 (insert "
|
|
599
|
|
600 In 1992 I left a stuffy East-Coast university, set out into the
|
|
601 real world, and ended up a co-founder of Pearl Software. As
|
|
602 part of this company, I became the principal architect of
|
|
603 Win-Emacs, a port of Lucid Emacs to Microsoft Windows and
|
|
604 Windows NT (for more info, e-mail to ")
|
|
605 (about-face "info@pearlsoft.com" 'italic)
|
|
606 (insert ").
|
|
607
|
|
608 Since April 1993, I've worked on XEmacs as a contractor
|
|
609 for various companies, changing hats faster than Ronald Reagan's
|
88
|
610 hair color (oops, did I just show my age?). My main contributions
|
|
611 to XEmacs include rewriting large parts of the internals and the
|
|
612 gory Xt/Xlib interfacing, adding the Mule support, implementing
|
|
613 the external client widget, improving the documentation (especially
|
|
614 the Emacs Lisp manual), and being a general nuisance ... er,
|
|
615 brainstormer for many of the new features of XEmacs.
|
0
|
616
|
88
|
617 Recently I took a job at Dimension X, where I'm working on a
|
|
618 Java-based toolkit for developing VRML applications.")
|
0
|
619 (insert "\n\n\tClick ")
|
|
620 (about-xref "here" prev-page "Return to previous page")
|
|
621 (insert " to go back to the previous page.\n")
|
|
622 )
|
|
623 ((eq xref 'mly)
|
|
624 (about-face "Richard Mlynarik" 'bold)
|
|
625 (insert " <mly@adoc.xerox.com>
|
|
626
|
|
627 Cars are Evil. Ride a bike.")
|
|
628
|
|
629 (insert "\n\n\tClick ")
|
|
630 (about-xref "here" prev-page "Return to previous page")
|
|
631 (insert " to go back to the previous page.\n")
|
|
632 )
|
|
633 ((eq xref 'vladimir)
|
|
634 (about-face "Vladimir Ivanovic" 'bold)
|
|
635 (insert " <vladimir@mri.com>
|
|
636
|
88
|
637 Former technical lead for XEmacs at Sun. He is now with
|
|
638 Microtec Research Inc., working on embedded systems
|
|
639 development tools.")
|
0
|
640
|
|
641 (insert "\n\n\tClick ")
|
|
642 (about-xref "here" prev-page "Return to previous page")
|
|
643 (insert " to go back to the previous page.\n")
|
|
644 )
|
|
645
|
|
646 ((eq xref 'baw)
|
|
647 (about-face "Barry Warsaw" 'bold)
|
70
|
648 (insert " <bwarsaw@cnri.reston.va.us>
|
0
|
649
|
70
|
650 Author of cc-mode for C++, C, and Objective-C editing, and
|
|
651 Supercite for mail and news citing. Also various and sundry other
|
|
652 Emacs utilities, fixes, enhancements and kludgery as whimsy,
|
|
653 boredom, and ToT dictate (but not necessarily in that order).
|
|
654
|
0
|
655
|
|
656 Daddy
|
|
657 © 1994 Warsaw
|
70
|
658 ========
|
0
|
659 Drive me Daddy, drive me quick
|
|
660 Push my pedal, shift my stick
|
|
661 Fill me up with golden gas
|
|
662 My rubber squeals, I go real fast
|
|
663
|
|
664 Milk me Daddy, milk me now
|
|
665 Milk me like a big ol' cow
|
|
666 I've got milk inside my udder
|
|
667 Churn it up and make some butter")
|
|
668
|
|
669 (insert "\n\n\tClick ")
|
|
670 (about-xref "here" prev-page "Return to previous page")
|
|
671 (insert " to go back to the previous page.\n")
|
|
672 )
|
|
673
|
|
674 ((eq xref 'bw)
|
|
675 (about-face "Bob Weiner" 'bold)
|
86
|
676 (insert " <weiner@infodock.com>
|
0
|
677
|
|
678 Author of the Hyperbole everyday information management
|
|
679 hypertext system and the OO-Browser multi-language code
|
|
680 browser. He also designed the InfoDock integrated tool
|
|
681 framework for software engineers. It runs atop XEmacs and is
|
86
|
682 available from his firm, InfoDock Associates, which offers custom
|
88
|
683 development and support packages for corporate users of XEmacs,
|
|
684 GNU Emacs and InfoDock. See \"http://www.infodock.com>\".
|
0
|
685 His interests include user interfaces, information management,
|
|
686 CASE tools, communications and enterprise integration.")
|
|
687
|
|
688 (insert "\n\n\tClick ")
|
|
689 (about-xref "here" prev-page "Return to previous page")
|
|
690 (insert " to go back to the previous page.\n")
|
|
691 )
|
|
692
|
|
693 ((eq xref 'piper)
|
|
694 (about-face "Andy Piper" 'bold)
|
|
695 (insert " <andyp@parallax.co.uk>
|
|
696
|
|
697 Author of the original \"fake\" XEmacs toolbar, and outl-mouse for
|
|
698 mouse gesture based outlining. Accomplished kludge contributor.")
|
|
699
|
|
700 (insert "\n\n\tClick ")
|
|
701 (about-xref "here" prev-page "Return to previous page")
|
|
702 (insert " to go back to the previous page.\n")
|
|
703 )
|
|
704
|
|
705 ((eq xref 'stig)
|
|
706 (about-face "Jonathan Stigelman" 'bold)
|
|
707 (insert " <stig@hackvan.com>
|
|
708
|
|
709 Stig is sort of a tool fetishist. He has a hate/love relationship
|
|
710 with computers and he hacks on XEmacs because it's a good tool that
|
|
711 makes computers somewhat less of a nuisance. Besides XEmacs, Stig
|
|
712 especially likes his Leatherman, his Makita, and his lockpicks.
|
|
713 Stig wants a MIG welder and air tools.
|
|
714
|
|
715 Stig likes to perch, hang from the ceiling, and climb on the walls.
|
|
716 Stig has a cool van. Stig would like to be able to telecommute
|
|
717 from, say, the north rim of the Grand Canyon or the midst of Baja.")
|
|
718
|
|
719 (insert "\n\n\tClick ")
|
|
720 (about-xref "here" prev-page "Return to previous page")
|
|
721 (insert " to go back to the previous page.\n")
|
|
722 )
|
|
723
|
|
724 ((eq xref 'wmperry)
|
|
725 (about-face "William Perry" 'bold)
|
86
|
726 (insert " <wmperry@aventail.com>
|
0
|
727
|
86
|
728 Author of Emacs-w3, the builtin web browser that comes with XEmacs,
|
|
729 and various additions to the C code (e.g. the database support,
|
|
730 the PNG support, some of the GIF/JPEG support, the strikethru
|
|
731 face attribute support).
|
24
|
732
|
86
|
733 He is currently working at Aventail, Corp. on SOCKS v5 servers.")
|
32
|
734
|
|
735 (insert "\n\n\tClick ")
|
|
736 (about-xref "here" prev-page "Return to previous page")
|
|
737 (insert " to go back to the previous page.\n")
|
|
738 )
|
|
739
|
0
|
740 ((eq xref 'others)
|
|
741 (insert "Click ")
|
|
742 (about-xref "here" 'about "Return to previous page")
|
|
743 (insert " to go back to the previous page\n\n\t")
|
|
744
|
|
745 (about-face "Other Contributors to XEmacs" 'italic)
|
|
746
|
|
747 (insert "
|
|
748
|
|
749 Like most free software, XEmacs is a collaborative effort.
|
|
750 These are some of the contributors; we have no doubt forgotten
|
|
751 someone; we apologize! You can see some of our faces further below.
|
|
752
|
|
753 ") (about-xref "Vladimir Ivanovic" 'vladimir "Find out more about Vladimir Ivanovic") (insert " <vladimir@mri.com>
|
88
|
754 Former technical lead for XEmacs at Sun Microsystems. He is
|
|
755 now with Microtec Research Inc., working on embedded systems
|
|
756 development tools.
|
0
|
757
|
|
758 ") (about-xref "Jonathan Stigelman" 'stig "Find out more about Jonathan Stigelman") (insert " <stig@hackvan.com>
|
88
|
759 Peripatetic uninominal Emacs hacker. Stig sometimes operates
|
|
760 out of a big white van set up for nomadic living and hacking.
|
|
761 Implemented the faster stay-up Lucid menus and hyper-apropos.
|
|
762 Contributor of many dispersed improvements in the core Lisp code,
|
|
763 and back-seat contributor for several of it's major packages.
|
0
|
764
|
70
|
765 ") (about-xref "Barry Warsaw" 'baw "Find out more about Barry Warsaw") (insert " <bwarsaw@cnri.reston.va.us>
|
88
|
766 Author of cc-mode for C++, C, and Objective-C editing, and
|
|
767 Supercite for mail and news citing. Also various and sundry other
|
|
768 Emacs utilities, fixes, enhancements and kludgery as whimsy,
|
|
769 boredom, and ToT dictate (but not necessarily in that order).
|
0
|
770
|
|
771 ") (about-xref "Andy Piper" 'piper "Find out more about Andy Piper") (insert " <andyp@parallax.co.uk>
|
88
|
772 Created the prototype for the toolbars. Has been the first to make
|
|
773 use of many of the new XEmacs graphics features.
|
0
|
774
|
86
|
775 ") (about-xref "Bob Weiner" 'bw "Find out more about Bob Weiner") (insert " <weiner@infodock.com>
|
88
|
776 Author of the Hyperbole everyday information management
|
|
777 hypertext system and the OO-Browser multi-language code
|
|
778 browser. He also designed the InfoDock integrated tool
|
|
779 framework for software engineers. It runs atop XEmacs and is
|
|
780 available from his firm, InfoDock Associates, which offers custom
|
|
781 development and support packages for corporate users of XEmacs,
|
|
782 GNU Emacs and InfoDock. See \"http://www.infodock.com>\".
|
|
783 His interests include user interfaces, information management,
|
|
784 CASE tools, communications and enterprise integration.
|
0
|
785
|
86
|
786 ") (about-xref "William Perry" 'wmperry "Find out more about Bill Perry") (insert " <wmperry@aventail.com>
|
88
|
787 Author of Emacs-w3, the builtin web browser that comes with XEmacs,
|
|
788 and various additions to the C code (e.g. the database support,
|
|
789 the PNG support, some of the GIF/JPEG support, the strikethru
|
|
790 face attribute support).
|
0
|
791
|
70
|
792 Kyle Jones <kyle@crystal.wonderworks.com>
|
88
|
793 Author of VM (View Mail), a mail-reading package that is
|
|
794 included in the standard XEmacs distribution, and
|
|
795 contributor of many improvements and bug fixes. Unlike most
|
|
796 other mail-reading packages, VM uses the standard Unix-mail
|
|
797 format for its mailboxes; thus, you can use VM concurrently
|
|
798 with standard mail readers such as Unix mail and ELM.
|
66
|
799
|
70
|
800 Darrell Kindred <Darrell.Kindred@cmu.edu>
|
88
|
801 Unofficial maintainer of the xemacs-beta list of extant bugs
|
|
802 and contributor of an extraordinary number of important bug
|
|
803 fixes, many of them in areas that neither Chuck nor Ben were
|
|
804 particularly enthusiastic about investigating.
|
66
|
805
|
0
|
806 Eduardo Pelegri-Llopart <pelegri@eng.sun.com>
|
88
|
807 Author of EOS, a package included in the standard XEmacs
|
|
808 distribution that integrates XEmacs with the SPARCworks
|
|
809 development environment from Sun. Past lead for XEmacs at
|
|
810 Sun; advocated the validity of using Epoch, and later Lemacs,
|
|
811 at Sun through several early prototypes.
|
0
|
812
|
|
813 Matthieu Devin <devin@rs.com>
|
88
|
814 Part of the original (pre-19.0) Lucid Emacs development team.
|
|
815 Matthieu wrote the initial Energize interface, designed the
|
|
816 toolkit-independent Lucid Widget library, and fixed enough
|
|
817 redisplay bugs to last a lifetime. The features in Lucid
|
|
818 Emacs were largely inspired by Matthieu's initial prototype of
|
|
819 an Energize interface using Epoch.
|
0
|
820
|
|
821 Harlan Sexton <hbs@odi.com>
|
88
|
822 Part of the original (pre-19.0) Lucid Emacs development team.
|
|
823 Harlan designed and implemented many of the low level data
|
|
824 structures which are original to the Lucid version of Emacs,
|
|
825 including extents and hash tables.
|
0
|
826
|
|
827 Eric Benson <eb@kaleida.com>
|
88
|
828 Part of the original (pre-19.0) Lucid Emacs development team.
|
|
829 Eric played a big part in the design of many aspects of the
|
|
830 system, including the new command loop and keymaps, fixed
|
|
831 numerous bugs, and has been a reliable beta tester ever since.
|
0
|
832
|
|
833 John Rose <john.rose@sun.com>
|
88
|
834 Author of many extensions to the `extents' code, including
|
|
835 the initial implementation of `duplicable' properties.
|
0
|
836
|
|
837 Hans Muller <hmuller@eng.sun.com>
|
88
|
838 Author of the code used to connect XEmacs with ToolTalk, and
|
|
839 of an early client of the external Emacs widget.
|
24
|
840
|
0
|
841 In addition to those just mentioned, the following people have
|
|
842 spent a great deal of effort providing feedback, testing beta
|
88
|
843 versions of XEmacs, providing patches to the source code, or
|
|
844 doing all of the above. We couldn't have done it without them.
|
0
|
845
|
|
846 Nagi M. Aboulenein <aboulene@ponder.csci.unt.edu>
|
|
847 Gary Adams <gra@zeppo.East.Sun.COM>
|
|
848 Gennady Agranov <agranov@csa.CS.Technion.Ac.IL>
|
|
849 Mark Allender <allender@vnet.IBM.COM>
|
|
850 Butch Anton <butch@zaphod.uchicago.edu>
|
|
851 Fred Appelman <Fred.Appelman@cv.ruu.nl>
|
86
|
852 Erik \"The Pope\" Arneson <lazarus@mind.net>
|
0
|
853 Tor Arntsen <tor@spacetec.no>
|
|
854 Mike Battaglia <mbattagl@dsccc.com>
|
|
855 Neal Becker <neal@ctd.comsat.com>
|
|
856 Paul Bibilo <peb@delcam.com>
|
|
857 Jan Borchers <job@tk.uni-linz.ac.at>
|
|
858 Mark Borges <mdb@cdc.noaa.gov>
|
|
859 David P. Boswell <daveb@tau.space.thiokol.com>
|
|
860 Tim Bradshaw <tfb@edinburgh.ac.uk>
|
|
861 Rick Braumoeller <rickb@mti.sgi.com>
|
|
862 Matthew J. Brown <mjb@doc.ic.ac.uk>
|
|
863 Alastair Burt <burt@dfki.uni-kl.de>
|
88
|
864 Rick Campbell <rickc@lehman.com>
|
0
|
865 Richard Caley <rjc@cstr.edinburgh.ac.uk>
|
|
866 Stephen Carney <carney@gvc.dec.com>
|
|
867 Philippe Charton <charton@lmd.ens.fr>
|
|
868 Peter Cheng <peter.cheng@sun.com>
|
|
869 Jin S. Choi <jin@atype.com>
|
86
|
870 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
0
|
871 Serenella Ciongoli <czs00@ladybug.oes.amdahl.com>
|
|
872 Richard Cognot <cognot@ensg.u-nancy.fr>
|
|
873 Andy Cohen <cohen@andy.bu.edu>
|
86
|
874 Andrew J Cosgriff <ajc@bing.wattle.id.au>
|
|
875 Nick J. Crabtree <nickc@scopic.com>
|
0
|
876 Christopher Davis <ckd@kei.com>
|
86
|
877 Soren Dayton <csdayton@cs.uchicago.edu>
|
0
|
878 Michael Diers <mdiers@logware.de>
|
|
879 William G. Dubuque <wgd@martigny.ai.mit.edu>
|
|
880 Samuel J. Eaton <samuele@cogs.susx.ac.uk>
|
|
881 Carl Edman <cedman@Princeton.EDU>
|
|
882 Dave Edmondson <davided@sco.com>
|
86
|
883 Jonathan Edwards <edwards@intranet.com>
|
0
|
884 Eric Eide <eeide@asylum.cs.utah.edu>
|
86
|
885 EKR <ekr@terisa.com>
|
|
886 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
0
|
887 David Fletcher <frodo@tsunami.com>
|
|
888 Paul Flinders <ptf@delcam.co.uk>
|
|
889 Jered J Floyd <jered@mit.edu>
|
|
890 Jerry Frain <jerry@sneffels.tivoli.com>
|
|
891 Benjamin Fried <bf@morgan.com>
|
|
892 Barry Friedman <friedman@bnr.ca>
|
|
893 Lew Gaiter III <lew@StarFire.com>
|
86
|
894 Itay Gat <itay@cs.huji.ac.il>
|
0
|
895 Tim Geisler <Tim.Geisler@informatik.uni-muenchen.de>
|
|
896 Dave Gillespie <daveg@synaptics.com>
|
|
897 Christian F. Goetze <cg@bigbook.com>
|
|
898 Wolfgang Grieskamp <wg@cs.tu-berlin.de>
|
|
899 James Grinter <jrg@demon.net>
|
|
900 Ben Gross <bgross@uiuc.edu>
|
|
901 Dirk Grunwald <grunwald@foobar.cs.Colorado.EDU>
|
|
902 Dipankar Gupta <dg@hplb.hpl.hp.com>
|
|
903 Markus Gutschke <gutschk@GOEDEL.UNI-MUENSTER.DE>
|
|
904 Adam Hammer <hammer@cs.purdue.edu>
|
|
905 Magnus Hammerin <magnush@epact.se>
|
|
906 ChangGil Han <cghan@phys401.phys.pusan.ac.kr>
|
|
907 Derek Harding <dharding@lssec.bt.co.uk>
|
86
|
908 Michael Harnois <mharnois@sbt.net>
|
0
|
909 John Haxby <J.Haxby@isode.com>
|
|
910 Jareth \"JHod\" Hein <jhod@po.iijnet.or.jp>
|
|
911 Benedikt Heinen <beh@icemark.thenet.ch>
|
|
912 Stephan Herrmann <sh@first.gmd.de>
|
|
913 Charles Hines <chuck_hines@VNET.IBM.COM>
|
|
914 David Hughes <djh@harston.cv.com>
|
70
|
915 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
0
|
916 Andrew Innes <andrewi@harlequin.co.uk>
|
|
917 Markku Jarvinen <Markku.Jarvinen@simpukka.funet.fi>
|
|
918 Robin Jeffries <robin.jeffries@sun.com>
|
|
919 Philip Johnson <johnson@uhics.ics.Hawaii.Edu>
|
|
920 J. Kean Johnston <jkj@paradigm-sa.com>
|
86
|
921 Andreas Kaempf <andreas@sccon.com>
|
0
|
922 Doug Keller <dkeller@vnet.ibm.com>
|
86
|
923 Hunter Kelly <retnuh@corona>
|
0
|
924 Gregor Kennedy <gregork@dadd.ti.com>
|
|
925 Michael Kifer <kifer@cs.sunysb.edu>
|
|
926 Yasuhiko Kiuchi <kiuchi@dsp.ksp.fujixerox.co.jp>
|
86
|
927 Greg Klanderman <greg@alphatech.com>
|
|
928 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
929 Jens Krinke <krinke@ips.cs.tu-bs.de>
|
|
930 Mats Larsson <Mats.Larsson@uab.ericsson.se>
|
0
|
931 Jens Lautenbacher <jens@lemcbed.lem.uni-karlsruhe.de>
|
|
932 Simon Leinen <simon@instrumatic.ch>
|
86
|
933 Carsten Leonhardt <leo@arioch.tng.oche.de>
|
0
|
934 James LewisMoss <moss@cs.sc.edu>
|
|
935 Mats Lidell <mats.lidell@contactor.se>
|
|
936 Matt Liggett <mliggett@seven.ucs.indiana.edu>
|
|
937 Christian Limpach <Christian.Limpach@nice.ch>
|
|
938 Robert Lipe <robertl@arnet.com>
|
|
939 Damon Lipparelli <lipp@aa.net>
|
|
940 Hamish Macdonald <hamish@bnr.ca>
|
86
|
941 Ian MacKinnon <imackinnon@telia.co.uk>
|
0
|
942 Patrick MacRoberts <macro@hpcobr30.cup.hp.com>
|
|
943 Tonny Madsen <Tonny.Madsen@netman.dk>
|
|
944 Ketil Z Malde <ketil@ii.uib.no>
|
|
945 Steve March <smarch@quaver.urbana.mcd.mot.com>
|
86
|
946 Pekka Marjola <pema@iki.fi>
|
70
|
947 Simon Marshall <Simon.Marshall@mail.esrin.esa.it>
|
0
|
948 Dave Mason <dmason@plg.uwaterloo.ca>
|
|
949 Jaye Mathisen <mrcpu@cdsnet.net>
|
|
950 Michael Meissner <meissner@osf.org>
|
|
951 David M. Meyer <meyer@ns.uoregon.edu>
|
|
952 Brad Miller <bmiller@cs.umn.edu>
|
86
|
953 Jeff Miller <jmiller@bay1.bayserve.net>
|
|
954 David Moore <dmoore@UCSD.EDU>
|
0
|
955 John Morey <jmorey@crl.com>
|
|
956 Rob Mori <rob.mori@sun.com>
|
|
957 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
958 Arup Mukherjee <arup+@cs.cmu.edu>
|
|
959 Colas Nahaboo <Colas.Nahaboo@sophia.inria.fr>
|
|
960 Lynn D. Newton <lynn@ives.phx.mcd.mot.com>
|
86
|
961 Casey Nielson <knielson@joule.elee.calpoly.edu>
|
0
|
962 Georg Nikodym <Georg.Nikodym@canada.sun.com>
|
86
|
963 Hrvoje Niksic <hniksic@srce.hr>
|
0
|
964 Andy Norman <ange@hplb.hpl.hp.com>
|
|
965 Joseph J. Nuspl Jr. <nuspl@cc.purdue.edu>
|
|
966 Kim Nyberg <kny@tekla.fi>
|
|
967 David Ofelt <ofelt@getalife.Stanford.EDU>
|
86
|
968 Tore Olsen <toreo@colargol.idb.hist.no>
|
0
|
969 Greg Onufer <Greg.Onufer@eng.sun.com>
|
|
970 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
|
|
971 Sudeep Kumar Palat <palat@idt.unit.no>
|
|
972 Marc Paquette <Marc.Paquette@Softimage.com>
|
|
973 Jens-U H Petersen <petersen@kurims.kyoto-u.ac.jp>
|
86
|
974 Joel Peterson <tarzan@aosi.com>
|
0
|
975 Thomas A. Peterson <tap@src.honeywell.com>
|
|
976 Peter Pezaris <pez@dwwc.com>
|
|
977 Tibor Polgar <tlp00@eng.amdahl.com>
|
86
|
978 Frederic Poncin <fp@info.ucl.ac.be>
|
0
|
979 E. Rehmi Post <rehmi@asylum.sf.ca.us>
|
86
|
980 Colin Rafferty <craffert@spspme.ml.com>
|
0
|
981 Paul M Reilly <pmr@pajato.com>
|
|
982 Jack Repenning <jackr@sgi.com>
|
|
983 Daniel Rich <drich@cisco.com>
|
|
984 Roland Rieke <rol@darmstadt.gmd.de>
|
|
985 Russell Ritchie <ritchier@msc.ie>
|
86
|
986 Roland <rol@darmstadt.gmd.de>
|
0
|
987 Mike Russell <mjruss@rchland.vnet.ibm.com>
|
|
988 Jan Sandquist <etxquist@iqa.ericsson.se>
|
|
989 Marty Sasaki <sasaki@spdcc.com>
|
|
990 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
991 Darrel Schneider <darrel@slc.com>
|
|
992 Hayden Schultz <haydens@ll.mit.edu>
|
|
993 Cotton Seed <cottons@cybercom.net>
|
|
994 Axel Seibert <seiberta@informatik.tu-muenchen.de>
|
|
995 Odd-Magne Sekkingstad <oddms@ii.uib.no>
|
86
|
996 Vinnie Shelton <shelton@icd.teradyne.com>
|
0
|
997 John Shen <zfs60@cas.org>
|
86
|
998 Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
|
0
|
999 Jeffrey Sparkes <jsparkes@bnr.ca>
|
|
1000 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
1001 Manoj Srivastava <srivasta@pilgrim.umass.edu>
|
|
1002 Francois Staes <frans@kiwi.uia.ac.be>
|
|
1003 Jason Stewart <jasons@cs.unm.edu>
|
|
1004 Rick Tait <rickt@gnu.ai.mit.edu>
|
|
1005 James Thompson <thompson@wg2.waii.com>
|
|
1006 Morioka Tomohiko <morioka@jaist.ac.jp>
|
|
1007 Raymond L. Toy <toy@rtp.ericsson.se>
|
|
1008 John Turner <turner@xdiv.lanl.gov>
|
86
|
1009 Juan E. Villacis <jvillaci@cs.indiana.edu>
|
0
|
1010 Vladimir Vukicevic <vladimir@intrepid.com>
|
|
1011 Peter Ware <ware@cis.ohio-state.edu>
|
|
1012 Yoav Weiss <yoav@zeus.datasrv.co.il>
|
|
1013 Rod Whitby <rwhitby@asc.corp.mot.com>
|
|
1014 Rich Williams <rdw@hplb.hpl.hp.com>
|
|
1015 David C Worenklein <dcw@gcm.com>
|
|
1016 Takeshi Yamada <yamada@sylvie.kecl.ntt.jp>
|
|
1017 Jason Yanowitz <yanowitz@eternity.cs.umass.edu>
|
|
1018 La Monte Yarroll <piggy@hilbert.maths.utas.edu.au>
|
|
1019 Blair Zajac <blair@olympia.gps.caltech.edu>
|
|
1020 Daniel Zivkovic <daniel@canada.sun.com>
|
|
1021 Karel Zuiderveld <Karel.Zuiderveld@cv.ruu.nl>
|
|
1022 and the makers of Jolt Cola (tm)")
|
|
1023 (goto-char (point-min))
|
|
1024 (while (re-search-forward "^[ \t]*\\([^<>\n]+\\) <[^>\n]+>$"
|
|
1025 nil t)
|
|
1026 (set-extent-face (make-extent (match-beginning 1) (match-end 1))
|
|
1027 'bold))
|
|
1028 (goto-char (point-min))
|
|
1029 (while (re-search-forward "^[ \t]*<\\([^>\n]+\\)>$" nil t)
|
|
1030 (set-extent-face (make-extent (match-beginning 1) (match-end 1))
|
|
1031 'bold))
|
|
1032
|
|
1033 (goto-char (point-max))
|
|
1034 (insert "\n")
|
|
1035 (about-add-mosaic)
|
|
1036 (goto-char (point-max))
|
|
1037 (insert "\n\n\tClick ")
|
|
1038 (about-xref "here" 'about "Return to previous page")
|
|
1039 (insert " to go back to the previous page.\n")
|
|
1040 )
|
|
1041 ((eq xref 'features)
|
|
1042 (insert "Click ")
|
|
1043 (about-xref "here" 'about "Return to previous page")
|
|
1044 (insert " to go back to the previous page\n\n\t")
|
|
1045
|
|
1046 (about-face "New Features in XEmacs" 'bold-italic)
|
|
1047
|
|
1048 (insert "\n
|
88
|
1049 * MULE (Multi-Lingual Emacs) support. Display of multiple
|
|
1050 simultaneous character sets is possible.
|
|
1051 * Text for complex languages can be entered using the XIM mechanism.
|
|
1052 * Localization of menubar text for the Japanese locale.
|
|
1053 * A real toolbar.
|
|
1054 * Proper integration with Xt and Motif (including Motif menubars
|
|
1055 and scrollbars). Motif look-alike menubars and scrollbars
|
|
1056 are provided for those systems without real Motif support.
|
|
1057 * Face support on TTY's, including color.
|
|
1058 * Horizontal and vertical scrollbars in all windows.
|
|
1059 * Support for variable-width and variable height fonts.
|
|
1060 * Support for display on multiple simultaneous X and/or TTY devices.
|
|
1061 * Support for arbitrary pixmaps in a buffer.
|
|
1062 * Access to the ToolTalk API.
|
|
1063 * Support for using XEmacs frames as Xt widgets.
|
|
1064 * Support for overlapping regions (or extents) and efficient handling
|
|
1065 of a large number of such extents in a single buffer.
|
|
1066 * Powerful, flexible control over the display characteristics
|
|
1067 of most of the visual aspects of XEmacs through the use
|
|
1068 of specifiers, which allow separate values to be specified
|
|
1069 for individual buffers, windows, frames, devices, device classes,
|
|
1070 and device types.
|
|
1071 * A clean interface to the menubar, window-system events, and key
|
|
1072 combinations."))
|
0
|
1073 ))
|
|
1074 (goto-char (point-min))
|
|
1075 ))))
|