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