Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / doc / emacs / ack.texi
1 @c -*- coding: iso-latin-1 -*-
2 @c This is part of the Emacs manual.
3 @c Copyright (C) 1994-1997, 1999-2012 Free Software Foundation, Inc.
4 @c See file emacs.texi for copying conditions.
5 @c
6 @node Acknowledgments, Screen, Concept Index, Top
7 @unnumbered Acknowledgments
8
9 Many people have contributed code included in the Free Software
10 Foundation's distribution of GNU Emacs. To show our appreciation for
11 their public spirit, we list here in alphabetical order those who have
12 written substantial portions. Others too numerous to mention have
13 reported and fixed bugs, and added features to many parts of Emacs.
14 We thank them for their generosity as well.
15
16 This list is intended to mention every contributor of a major package or
17 feature we currently distribute; if you know of someone we have omitted,
18 please report that as a manual bug. More comprehensive information is
19 available in the @file{ChangeLog} files, summarized in the file
20 @file{etc/AUTHORS} in the distribution.
21
22 @c We should list here anyone who has contributed a new package,
23 @c and anyone who has made major enhancements in Emacs
24 @c that many users would notice and consider important.
25 @c Remove things that are no longer distributed.
26 @c Note this file is only used ifnottex; otherwise a shorter version in
27 @c emacs.texi is used.
28
29 @itemize @bullet
30 @item
31 Per Abrahamsen wrote the customization facilities, as well as
32 @file{double.el}, for typing accented characters not normally available
33 from the keyboard; @file{xt-mouse.el}, which allows mouse commands
34 through Xterm; @file{gnus-cus.el}, which implements customization
35 commands for Gnus; @file{gnus-cite.el}, a citation-parsing facility for
36 news articles); @file{gnus-score.el}, scoring for Gnus; @file{cpp.el},
37 which hides or highlights parts of C programs according to preprocessor
38 conditionals; and the widget library files @file{wid-browse.el},
39 @file{wid-edit.el}, @file{widget.el}. He also co-wrote
40 @file{gnus-soup.el}.
41
42 @item
43 Tomas Abrahamsson wrote @file{artist.el}, a package for producing
44 @acronym{ASCII} art with a mouse or with keyboard keys.
45
46 @item
47 Jay K.@: Adams wrote @file{jka-compr.el} and @file{jka-cmpr-hook.el},
48 providing automatic decompression and recompression for compressed
49 files.
50
51 @item
52 Michael Albinus wrote @file{dbus.el}, a package that implements the
53 D-Bus message bus protocol; @file{zeroconf.el}, a mode for browsing
54 Avahi services; and @file{xesam.el}, a Xesam-based search engine
55 interface. He and Kai Großjohann wrote the Tramp package, which
56 provides transparent remote file editing using rcp, ssh, ftp, and
57 other network protocols. He and Daniel Pittman wrote
58 @file{tramp-cache.el}.
59
60 @item
61 Ralf Angeli wrote @file{scroll-lock.el}, a minor mode which keeps the
62 point vertically fixed by scrolling the window when moving up and down
63 in the buffer.
64
65 @item
66 Joe Arceneaux wrote the original text property implementation, and
67 implemented support for X11.
68
69 @item
70 Miles Bader wrote @file{image-file.el}, support code for visiting image
71 files; @file{minibuf-eldef.el}, a minor mode that hides the minibuffer
72 default value when appropriate; @file{rfn-eshadow.el}, shadowing of
73 @code{read-file-name} input; @file{mb-depth.el}, display of minibuffer
74 depth; @file{button.el}, the library that implements clickable buttons;
75 @file{face-remap.el}, a package for changing the default face in
76 individual buffers; and @file{macroexp.el} for macro-expansion.
77
78 @item
79 David Bakhash wrote @file{strokes.el}, a mode for controlling Emacs by
80 moving the mouse in particular patterns.
81
82 @item
83 Eli Barzilay wrote @file{calculator.el}, a desktop calculator for
84 Emacs.
85
86 @item
87 Steven L.@: Baur wrote @file{footnote.el} which lets you include
88 footnotes in email messages; and @file{gnus-audio.el} and
89 @file{earcon.el}, which provide sound effects for Gnus. He also wrote
90 @file{gnus-setup.el}.
91
92 @item
93 Alexander L.@: Belikoff, Sergey Berezin, Sacha Chua, David Edmondson,
94 Noah Friedman, Andreas Fuchs, Mario Lang, Ben Mesander, Lawrence
95 Mitchell, Gergely Nagy, Michael Olson, Per Persson, Jorgen Schaefer,
96 Alex Schroeder, and Tom Tromey wrote ERC, an advanced Internet Relay
97 Chat client (for more information, see the file @file{CREDITS} in the
98 ERC distribution).
99
100 @item
101 Scott Bender, Michael Brouwer, Christophe de Dinechin, Carl Edman,
102 Christian Limpach and Adrian Robert developed and maintained the
103 NeXTstep port of Emacs.
104
105 @item
106 Anna M.@: Bigatti wrote @file{cal-html.el}, which produces HTML calendars.
107
108 @item
109 Ray Blaak and Simon South wrote @file{delphi.el}, a mode for editing
110 Delphi (Object Pascal) source code.
111
112 @item
113 Martin Blais, Stefan Merten, and David Goodger wrote @file{rst.el}, a
114 mode for editing reStructuredText documents.
115
116 @item
117 Jim Blandy wrote Emacs 19's input system, brought its configuration and
118 build process up to the GNU coding standards, and contributed to the
119 frame support and multi-face support. Jim also wrote @file{tvi970.el},
120 terminal support for the TeleVideo 970 terminals; and co-wrote
121 @file{wyse50.el} (q.v.@:).
122
123 @item
124 Per Bothner wrote @file{term.el}, a terminal emulator in an Emacs
125 buffer.
126
127 @item
128 Terrence M.@: Brannon wrote @file{landmark.el}, a neural-network robot
129 that learns landmarks.
130
131 @item
132 Frank Bresz wrote @file{diff.el}, a program to display @code{diff}
133 output.
134
135 @item
136 Peter Breton implemented @file{dirtrack.el}, a library for tracking
137 directory changes in shell buffers; @file{filecache.el}, which records
138 which directories your files are in; @file{locate.el}, which
139 interfaces to the @code{locate} command; @file{find-lisp.el}, an Emacs
140 Lisp emulation of the @command{find} program; @file{net-utils.el}; and
141 the ``generic mode'' feature.
142
143 @item
144 Emmanuel Briot wrote @file{xml.el}, an XML parser for Emacs; and
145 @file{ada-prj.el}, editing of Ada mode project files, as well as
146 co-authoring @file{ada-mode.el} and @file{ada-xref.el}.
147
148 @item
149 Kevin Broadey wrote @file{foldout.el}, providing folding extensions to
150 Emacs's outline modes.
151
152 @item
153 David M.@: Brown wrote @file{array.el}, for editing arrays and other
154 tabular data.
155
156 @item
157 W@l{}odek Bzyl and Ryszard Kubiak wrote @file{ogonek.el}, a package for
158 changing the encoding of Polish characters.
159
160 @item
161 Bill Carpenter provided @file{feedmail.el}, a package for massaging
162 outgoing mail messages and sending them through various popular mailers.
163
164 @item
165 Per Cederqvist and Inge Wallin wrote @file{ewoc.el}, an Emacs widget for
166 manipulating object collections. Per Cederqvist, Inge Wallin, and
167 Thomas Bellman wrote @file{avl-tree.el}, for balanced binary trees.
168
169 @item
170 Hans Chalupsky wrote @file{advice.el}, an overloading mechanism for
171 Emacs Lisp functions; and @file{trace.el}, a tracing facility for Emacs
172 Lisp.
173
174 @item
175 Chris Chase, Carsten Dominik, and J.@: D.@: Smith wrote IDLWAVE mode,
176 for editing IDL and WAVE CL.
177
178 @item
179 Bob Chassell wrote @file{texnfo-upd.el}, @file{texinfo.el}, and
180 @file{makeinfo.el}, modes and utilities for working with Texinfo files;
181 and @file{page-ext.el}, commands for extended page handling.
182
183 @item
184 Jihyun Cho wrote @file{hanja-util.el} and @file{hangul.el}, utilities
185 for Korean Hanja.
186
187 @item
188 Andrew Choi and Yamamoto Mitsuharu wrote the Carbon support, used
189 prior to Emacs 23 for Mac OS.
190
191 @item
192 Chong Yidong was the Emacs co-maintainer for Emacs 23. He made many
193 improvements to the Emacs display engine.
194
195 @item
196 James Clark wrote SGML mode, a mode for editing SGML documents; and
197 nXML mode, a mode for editing XML documents. He also contributed to
198 Emacs's dumping procedures.
199
200 @item
201 Mike Clarkson wrote @file{edt.el}, an emulation of DEC's EDT editor.
202
203 @item
204 Glynn Clements provided @file{gamegrid.el} and a couple of games that
205 use it, Snake and Tetris.
206
207 @item
208 Andrew Cohen wrote @file{spam-wash.el}, to decode and clean email before
209 it is analyzed for spam.
210
211 @item
212 Georges Brun-Cottan and Stefan Monnier wrote @file{easy-mmode.el}, a
213 package for easy definition of major and minor modes.
214
215 @item
216 Andrew Csillag wrote M4 mode (@file{m4-mode.el}).
217
218 @item
219 Doug Cutting and Jamie Zawinski wrote @file{disass.el}, a disassembler
220 for compiled Emacs Lisp code.
221
222 @item
223 Mathias Dahl wrote @file{image-dired.el}, a package for viewing image
224 files as ``thumbnails.''
225
226 @item
227 Julien Danjou wrote an implementation of ``Desktop Notifications''
228 (@file{notifications.el}).
229
230 @item
231 Vivek Dasmohapatra wrote @file{htmlfontify.el}, to convert a buffer or
232 source tree to HTML.
233
234 @item
235 Michael DeCorte wrote @file{emacs.csh}, a C-shell script that starts a
236 new Emacs job, or restarts a paused Emacs if one exists.
237
238 @item
239 Gary Delp wrote @file{mailpost.el}, an interface between RMAIL and the
240 @file{/usr/uci/post} mailer.
241
242 @item
243 Matthieu Devin wrote @file{delsel.el}, a package to make newly-typed
244 text replace the current selection.
245
246 @item
247 Eric Ding wrote @file{goto-addr.el},
248
249 @item
250 Jan Djärv added support for the GTK+ toolkit and X drag-and-drop.
251
252 @item
253 Carsten Dominik wrote Ref@TeX{}, a package for setting up labels and
254 cross-references in La@TeX{} documents; and co-wrote IDLWAVE mode
255 (q.v.@:). He was the main author of Org mode, for maintaining notes,
256 todo lists, and project planning. Thomas Baumann, Jan Böcker, Lennart
257 Borgman, Baoqiu Cui, Daniel German, Bastien Guerry, Tassilo Horn, Philip
258 Jackson, Tokuya Kameshima, Ross Patterson, Sebastian Rose, Eric Schulte,
259 Paul Sexton, Ulf Stegemann, Andy Stewart, David O'Toole, John Wiegley,
260 and Piotr Zielinski also wrote various Org mode components.
261
262 @item
263 Scott Draves wrote @file{tq.el}, help functions for maintaining
264 transaction queues between Emacs and its subprocesses.
265
266 @item
267 Benjamin Drieu wrote @file{pong.el}, an implementation of the classical
268 pong game.
269
270 @item
271 Viktor Dukhovni wrote support for dumping under SunOS version 4.
272
273 @item
274 John Eaton and Kurt Hornik wrote Octave mode.
275
276 @item
277 Rolf Ebert co-wrote Ada mode.
278
279 @item
280 Stephen Eglen wrote @file{mspools.el}, which tells you which Procmail
281 folders have mail waiting in them; and @file{iswitchb.el}, a feature
282 for incremental reading and completion of buffer names.
283
284 @item
285 Torbjörn Einarsson wrote @file{f90.el}, a mode for Fortran 90 files.
286
287 @item
288 Tsugutomo Enami co-wrote the support for international character sets.
289
290 @item
291 David Engster wrote @file{mairix.el} and @file{nnmairix.el}, an
292 interface to the Mairix indexing tool.
293
294 @item
295 Hans Henrik Eriksen wrote @file{simula.el}, a mode for editing SIMULA 87
296 code.
297
298 @item
299 Michael Ernst wrote @file{reposition.el}, a command for recentering a
300 function's source code and preceding comment on the screen.
301
302 @item
303 Ata Etemadi wrote @file{cdl.el}, functions for working with Common Data
304 Language source code.
305
306 @item
307 Frederick Farnbach implemented @file{morse.el}, which converts text to
308 Morse code.
309
310 @item
311 Oscar Figueiredo wrote EUDC, the Emacs Unified Directory Client, which
312 is an interface to directory servers via LDAP, CCSO PH/QI, or BBDB; and
313 @file{ldap.el}, the LDAP client interface.
314
315 @item
316 Fred Fish wrote the support for dumping COFF executable files.
317
318 @item
319 Karl Fogel wrote @file{bookmark.el}, which implements named
320 placeholders; @file{mail-hist.el}, a history mechanism for outgoing
321 mail messages; and @file{saveplace.el}, for preserving point's
322 location in files between editing sessions.
323
324 @item
325 Gary Foster wrote @file{crisp.el}, the emulation for CRiSP and Brief
326 editors; and @file{scroll-all.el}, a mode for scrolling several buffers
327 together.
328
329 @item
330 Noah Friedman wrote @file{rlogin.el}, an interface to Rlogin,
331 @file{type-break.el}, which reminds you to take periodic breaks from
332 typing, and @code{eldoc-mode}, a mode to show the defined parameters or
333 the doc string for the Lisp function near point.
334
335 @item
336 Shigeru Fukaya wrote a testsuite for the byte-compiler.
337
338 @item
339 Keith Gabryelski wrote @file{hexl.el}, a mode for editing binary files.
340
341 @item
342 Kevin Gallagher rewrote and enhanced the EDT emulation, and wrote
343 @file{flow-ctrl.el}, a package for coping with unsuppressible XON/XOFF
344 flow control.
345
346 @item
347 Kevin Gallo added multiple-frame support for Windows NT and wrote
348 @file{w32-win.el}, support functions for the MS-Windows window system.
349
350 @item
351 Juan León Lahoz García wrote @file{wdired.el}, a package for
352 performing file operations by directly editing Dired buffers.
353
354 @item
355 Howard Gayle wrote much of the C and Lisp code for display tables and
356 case tables. He also wrote @file{rot13.el}, a command to display the
357 plain-text form of a buffer encoded with the Caesar cipher;
358 @file{vt100-led.el}, a package for controlling the LEDs on
359 VT100-compatible terminals; and much of the support for ISO-8859
360 European character sets (which includes @file{iso-ascii.el},
361 @file{iso-insert.el}, @file{iso-swed.el},
362 @file{iso-syntax.el}, @file{iso-transl.el}, and @file{swedish.el}).
363
364 @item
365 Stephen Gildea made the Emacs quick reference card, and made many
366 contributions for @file{time-stamp.el}, a package for maintaining
367 last-change time stamps in files.
368
369 @item
370 Julien Gilles wrote @file{gnus-ml.el}, a mailing list minor mode for
371 Gnus.
372
373 @item
374 David Gillespie wrote the Common Lisp compatibility packages;
375 @code{Calc}, an advanced calculator and mathematical tool, since
376 maintained and developed by Jay Belanger; @file{complete.el}, a partial
377 completion mechanism; and @file{edmacro.el}, a package for editing
378 keyboard macros.
379
380 @item
381 Bob Glickstein wrote @file{sregex.el}, a facility for writing regexps
382 using a Lisp-like syntax.
383
384 @item
385 Boris Goldowsky wrote @file{avoid.el}, a package to keep the mouse
386 cursor out of the way of the text cursor; @file{shadowfile.el}, a
387 package for keeping identical copies of files in more than one place;
388 @file{format.el}, a package for reading and writing files in various
389 formats; @file{enriched.el}, a package for saving text properties in
390 files; @file{facemenu.el}, a package for specifying faces; and
391 @file{descr-text.el}, describing text and character properties.
392
393 @item
394 Michelangelo Grigni wrote @file{ffap.el} which visits a file,
395 taking the file name from the buffer.
396
397 @item
398 Odd Gripenstam wrote @file{dcl-mode.el} for editing DCL command files.
399
400 @item
401 Michael Gschwind wrote @file{iso-cvt.el}, a package to convert between
402 the ISO 8859-1 character set and the notations for non-@acronym{ASCII}
403 characters used by @TeX{} and net tradition.
404
405 @item
406 Bastien Guerry wrote @file{gnus-bookmark.el}, bookmark support for Gnus;
407 as well as contributing to Org mode (q.v.@:).
408
409 @item
410 Henry Guillaume wrote @file{find-file.el}, a package to visit files
411 related to the currently visited file.
412
413 @item
414 Doug Gwyn wrote the portable @code{alloca} implementation.
415
416 @item
417 Ken'ichi Handa implemented most of the support for international
418 character sets, and wrote most of the Emacs 23 font handling code. He
419 also wrote @file{composite.el}, which provides a minor mode that
420 composes characters automatically when they are displayed;
421 @file{isearch-x.el}, a facility for searching non-@acronym{ASCII}
422 text; and @file{ps-bdf.el}, a BDF font support for printing
423 non-@acronym{ASCII} text on a PostScript printer. Together with Naoto
424 Takahashi, he wrote @file{quail.el}, an input facility for typing
425 non-@acronym{ASCII} text from an @acronym{ASCII} keyboard.
426
427 @item
428 Jesper Harder wrote @file{yenc.el}, for decoding yenc encoded messages.
429
430 @item
431 K. Shane Hartman wrote @file{chistory.el} and @file{echistory.el},
432 packages for browsing command history lists; @file{electric.el} and
433 @file{helper.el}, which provide an alternative command loop and
434 appropriate help facilities; @file{emacsbug.el}, a package for
435 reporting Emacs bugs; @file{picture.el}, a mode for editing
436 @acronym{ASCII} pictures; and @file{view.el}, a package for perusing
437 files and buffers without editing them.
438
439 @item
440 John Heidemann wrote @file{mouse-copy.el} and @file{mouse-drag.el},
441 which provide alternative mouse-based editing and scrolling features.
442
443 @item
444 Jon K Hellan wrote @file{utf7.el}, support for mail-safe transformation
445 format of Unicode.
446
447 @item
448 Markus Heritsch co-wrote Ada mode.
449
450 @item
451 Karl Heuer wrote the original blessmail script, implemented the
452 @code{intangible} text property, and rearranged the structure of the
453 @code{Lisp_Object} type to allow for more data bits.
454
455 @item
456 Manabu Higashida ported Emacs to MS-DOS.
457
458 @item
459 Anders Holst wrote @file{hippie-exp.el}, a versatile completion and
460 expansion package.
461
462 @item
463 Tassilo Horn wrote DocView mode, allowing viewing of PDF, PostScript and
464 DVI documents.
465
466 @item
467 Tom Houlder wrote @file{mantemp.el}, which generates manual C@t{++}
468 template instantiations.
469
470 @item
471 Joakim Hove wrote @file{html2text.el}, a html to plain text converter.
472
473 @item
474 Denis Howe wrote @file{browse-url.el}, a package for invoking a WWW
475 browser to display a URL.
476
477 @item
478 Lars Magne Ingebrigtsen did a major redesign of the Gnus news-reader and
479 wrote many of its parts. Several of these are now general components of
480 Emacs: @file{dns.el} for Domain Name Service lookups;
481 @file{format-spec.el} for formatting arbitrary format strings;
482 @file{netrc.el} for parsing of @file{.netrc} files; and
483 @file{time-date.el} for general date and time handling. Components of
484 Gnus have also been written by: Nagy Andras, David Blacka, Scott Byer,
485 Kevin Greiner, Kai Großjohann, Joe Hildebrand, Paul Jarc, Sascha
486 Lüdecke, David Moore, Jim Radford, Benjamin Rutt, Raymond Scholz,
487 Thomas Steffen, Reiner Steib, Didier Verna, Ilja Weis, Katsumi Yamaoka,
488 Teodor Zlatanov, and others (@pxref{Contributors,,,gnus, the Gnus Manual}).
489
490 @item
491 Andrew Innes contributed extensively to the MS-Windows support.
492
493 @item
494 Seiichiro Inoue improved Emacs's XIM support.
495
496 @item
497 Philip Jackson wrote @file{find-cmd.el}, to build a @code{find}
498 command-line.
499
500 @item
501 Ulf Jasper wrote @file{icalendar.el}, a package for converting Emacs
502 diary entries to and from the iCalendar format;
503 @file{newsticker.el}, an RSS and Atom based Newsticker; and
504 @file{bubbles.el}, a puzzle game.
505
506 @item
507 Kyle Jones wrote @file{life.el}, a package to play Conway's ``life'' game.
508
509 @item
510 Terry Jones wrote @file{shadow.el}, a package for finding potential
511 load-path problems when some Lisp file ``shadows'' another.
512
513 @item
514 Simon Josefsson wrote @file{dns-mode.el}, an editing mode for Domain
515 Name System master files; @file{dig.el}, a Domain Name System interface;
516 @file{flow-fill.el}, a package for interpreting RFC2646 formatted text
517 in messages; @file{fringe.el}, a package for customizing the fringe;
518 @file{imap.el}, an Emacs Lisp library for talking to IMAP servers;
519 @file{password-cache.el}, a password reader; @file{nnimap.el}, the IMAP
520 back-end for Gnus; @file{url-imap.el} for the URL library;
521 @file{rfc2104.el}, a hashed message authentication facility; the Gnus
522 S/MIME and Sieve components; and @file{tls.el} and @file{starttls.el}
523 for the Transport Layer Security protocol.
524
525 @item
526 Arne Jørgensen wrote @file{latexenc.el}, a package to
527 automatically guess the correct coding system in LaTeX files.
528
529 @item
530 Alexandre Julliard wrote @file{vc-git.el}, support for the Git version
531 control system.
532
533 @item
534 Tomoji Kagatani implemented @file{smtpmail.el}, used for sending out
535 mail with SMTP.
536
537 @item
538 Ivan Kanis wrote @file{vc-hg.el}, support for the Mercurial version
539 control system.
540
541 @item
542 Henry Kautz wrote @file{bib-mode.el}, a mode for maintaining
543 bibliography databases compatible with @code{refer} (the @code{troff}
544 version) and @code{lookbib}, and @file{refbib.el}, a package to convert
545 those databases to the format used by the LaTeX text formatting package.
546
547 @item
548 Taichi Kawabata added support for Devanagari script and the Indian
549 languages, and wrote @file{ucs-normalize.el} for Unicode normalization.
550
551 @item
552 Taro Kawagishi implemented the MD4 Message Digest Algorithm in Lisp; and
553 wrote @file{ntlm.el} and @file{sasl-ntlm.el} for NT LanManager
554 authentication support.
555
556 @item
557 Howard Kaye wrote @file{sort.el}, commands to sort text in Emacs
558 buffers.
559
560 @item
561 Michael Kifer wrote @code{ediff}, an interactive interface to the
562 @command{diff}, @command{patch}, and @command{merge} programs; and
563 Viper, the newest emulation for VI.
564
565 @item
566 Richard King wrote the first version of @file{userlock.el} and
567 @file{filelock.c}, which provide simple support for multiple users
568 editing the same file. He also wrote the initial version of
569 @file{uniquify.el}, a facility to make buffer names unique by adding
570 parts of the file's name to the buffer name.
571
572 @item
573 Peter Kleiweg wrote @file{ps-mode.el}, a mode for editing PostScript
574 files and running a PostScript interpreter interactively from within
575 Emacs.
576
577 @item
578 Karel Klí@v{c} contributed SELinux support, for preserving the
579 Security-Enhanced Linux context of files on backup and copy.
580
581 @item
582 Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal
583 strings; support for HMAC (Keyed-Hashing for Message Authentication);
584 and a Lisp implementation of the SHA1 Secure Hash Algorithm.
585
586 @item
587 Pavel Kobyakov wrote @file{flymake.el}, a minor mode for performing
588 on-the-fly syntax checking.
589
590 @item
591 David M.@: Koppelman wrote @file{hi-lock.el}, a minor mode for
592 interactive automatic highlighting of parts of the buffer text.
593
594 @item
595 Koseki Yoshinori wrote @file{iimage.el}, a minor mode for displaying
596 inline images.
597
598 @item
599 Robert Krawitz wrote the original @file{xmenu.c}, part of Emacs's pop-up
600 menu support.
601
602 @item
603 Sebastian Kremer wrote @code{dired-mode}, with contributions by Lawrence
604 R.@: Dodd. He also wrote @file{ls-lisp.el}, a Lisp emulation of the
605 @code{ls} command for platforms which don't have @code{ls} as a standard
606 program.
607
608 @item
609 Ken Stevens wrote @file{ispell.el}, a spell-checker interface.
610
611 @item
612 David K@ringaccent{a}gedal wrote @file{tempo.el}, providing support for
613 easy insertion of boilerplate text and other common constructions.
614
615 @item
616 Daniel LaLiberte wrote @file{edebug.el}, a source-level debugger for
617 Emacs Lisp; @file{cl-specs.el}, specifications to help @code{edebug}
618 debug code written using David Gillespie's Common Lisp support;
619 @file{cust-print.el}, a customizable package for printing lisp
620 objects; and @file{isearch.el}, Emacs's incremental search minor mode.
621 He also co-wrote @file{hideif.el} (q.v.@:).
622
623 @item
624 Karl Landstrom and Daniel Colascione wrote @file{js.el}, a mode for
625 editing JavaScript.
626
627 @item
628 Vinicius Jose Latorre wrote the Emacs printing facilities, as well as
629 @code{ps-print} (with Jim Thompson, Jacques Duthen, and Kenichi Handa),
630 a package for pretty-printing Emacs buffers to PostScript printers;
631 @file{delim-col.el}, a package to arrange text into columns;
632 @file{ebnf2ps.el}, a package that translates EBNF grammar to a syntactic
633 chart that can be printed to a PostScript printer; and
634 @file{whitespace.el}, a package that detects and cleans up excess
635 whitespace in a file. The previous version of @file{whitespace.el},
636 used prior to Emacs 23, was written by Rajesh Vaidheeswarran.
637
638 @item
639 Frederic Lepied wrote @file{expand.el}, which uses the abbrev
640 mechanism for inserting programming constructs.
641
642 @item
643 Peter Liljenberg wrote @file{elint.el}, a Lint-style code checker for
644 Emacs Lisp programs.
645
646 @item
647 Lars Lindberg wrote @file{msb.el}, which provides more flexible menus
648 for buffer selection; co-wrote @file{imenu.el} (q.v.@:); and rewrote
649 @file{dabbrev.el}, originally written by Don Morrison.
650
651 @item
652 Anders Lindgren wrote @file{autorevert.el}, a package for automatically
653 reverting files visited by Emacs that were changed on disk;
654 @file{cwarn.el}, a package to highlight suspicious C and C@t{++}
655 constructs; and @file{follow.el}, a minor mode to synchronize windows
656 that show the same buffer.
657
658 @item
659 Thomas Link wrote @file{filesets.el}, a package for handling sets of
660 files.
661
662 @item
663 Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer
664 searches; the code in @file{files-x.el} for handling file- and
665 directory-local variables; and the @code{info-finder} feature that
666 creates a virtual Info manual of package keywords.
667
668 @item
669 Károly L@H{o}rentey wrote the ``multi-terminal'' code, which allows Emacs to
670 run on graphical and text-only terminals simultaneously.
671
672 @item
673 Martin Lorentzon wrote @file{vc-annotate.el}, support for version
674 control annotation.
675
676 @item
677 Dave Love wrote much of the code dealing with Unicode support and
678 Latin-N unification. He added support for many coding systems,
679 including the various UTF-7 and UTF-16 coding systems. He also wrote
680 @code{autoarg-mode}, a global minor mode whereby digit keys supply
681 prefix arguments; @code{autoarg-kp-mode}, which redefines the keypad
682 numeric keys to digit arguments; @file{autoconf.el}, a mode for editing
683 Autoconf files; @file{cfengine.el}, a mode for editing Cfengine files;
684 @file{elide-head.el}, a package for eliding boilerplate text from file
685 headers; @file{hl-line.el}, a minor mode for highlighting the line in
686 the current window on which point is; @file{cap-words.el}, a minor mode
687 for motion in ``CapitalizedWordIdentifiers''; @file{latin1-disp.el}, a
688 package that lets you display ISO 8859 characters on Latin-1 terminals
689 by setting up appropriate display tables; @file{python.el}, a major mode
690 for the Python programming language; @file{smiley.el}, a facility for
691 displaying smiley faces; @file{sym-comp.el}, a library for performing
692 mode-dependent symbol completion; @file{benchmark.el} for timing code
693 execution; and @file{tool-bar.el}, a mode to control the display of
694 the Emacs tool bar. With Riccardo Murri he wrote @file{vc-bzr.el},
695 support for the Bazaar version control system.
696
697 @item
698 Eric Ludlam wrote the Speedbar package; @file{checkdoc.el}, for checking
699 doc strings in Emacs Lisp programs; @file{dframe.el}, providing
700 dedicated frame support modes; @file{ezimage.el}, a generalized way to
701 place images over text; @file{chart.el} for drawing bar charts etc; and
702 the EIEIO (Enhanced Implementation of Emacs Interpreted Objects)
703 package. He was also the main author of the CEDET (Collection of Emacs
704 Development Environment Tools) package. Portions were also written by
705 Jan Moringen, David Ponce, and Joakim Verona.
706
707 @item
708 Alan Mackenzie wrote the integrated AWK support in CC Mode, and
709 maintained CC Mode from Emacs 22 onwards.
710
711 @item
712 Christopher J.@: Madsen wrote @file{decipher.el}, a package for cracking
713 simple substitution ciphers.
714
715 @item
716 Neil M.@: Mager wrote @file{appt.el}, functions to notify users of their
717 appointments. It finds appointments recorded in the diary files
718 used by the @code{calendar} package.
719
720 @item
721 Ken Manheimer wrote @file{allout.el}, a mode for manipulating and
722 formatting outlines, and @file{icomplete.el}, which provides incremental
723 completion feedback in the minibuffer.
724
725 @item
726 Bill Mann wrote @file{perl-mode.el}, a mode for editing Perl code.
727
728 @item
729 Brian Marick and Daniel LaLiberte wrote @file{hideif.el}, support for
730 hiding selected code within C @code{#ifdef} clauses.
731
732 @item
733 Simon Marshall wrote @file{regexp-opt.el}, which generates a regular
734 expression from a list of strings; and the fast-lock and lazy-lock
735 font-lock support modes. He also extended @file{comint.el} and
736 @file{shell.el}, originally written by Olin Shivers.
737
738 @item
739 Bengt Martensson, Dirk Herrmann, Marc Shapiro, Mike Newton, Aaron Larson,
740 and Stefan Schoef, wrote @file{bibtex.el}, a mode for editing Bib@TeX{}
741 bibliography files.
742
743 @item
744 Charlie Martin wrote @file{autoinsert.el}, which provides automatic
745 mode-sensitive insertion of text into new files.
746
747 @item
748 Yukihiro Matsumoto and Nobuyoshi Nakada wrote Ruby-mode.
749
750 @item
751 Thomas May wrote @file{blackbox.el}, a version of the traditional
752 blackbox game.
753
754 @item
755 Roland McGrath wrote @file{compile.el} (since updated by Daniel
756 Pfeiffer), a package for running compilations in a buffer, and then
757 visiting the locations reported in error messages; @file{etags.el}, a
758 package for jumping to function definitions and searching or replacing
759 in all the files mentioned in a @file{TAGS} file; @file{find-dired.el},
760 for using @code{dired} commands on output from the @code{find} program,
761 with Sebastian Kremer; @file{grep.el} for running the @code{grep}
762 command; @file{map-ynp.el}, a general purpose boolean question-asker;
763 @file{autoload.el}, providing semi-automatic maintenance of autoload
764 files.
765
766 @item
767 Michael McNamara and Wilson Snyder wrote Verilog mode.
768
769 @item
770 David Megginson wrote @file{derived.el}, which allows one to define new
771 major modes by inheriting key bindings and commands from existing major
772 modes.
773
774 @item
775 Will Mengarini wrote @file{repeat.el}, a command to repeat the preceding
776 command with its arguments.
777
778 @item
779 Richard Mlynarik wrote @file{cl-indent.el}, a package for indenting
780 Common Lisp code; @file{ebuff-menu.el}, an ``electric'' browser for
781 buffer listings; @file{ehelp.el}, bindings for browsing help screens;
782 @file{rfc822.el}, a parser for E-mail addresses in the RFC-822 format,
783 used in mail messages and news articles; @file{terminal.el}, a
784 terminal emulator for Emacs subprocesses; and @file{yow.el}, an
785 essential utility.
786
787 @item
788 Gerd Moellmann was the Emacs maintainer from the beginning of Emacs 21
789 development until the release of 21.1. He wrote the new display
790 engine used from Emacs 21 onwards, and the asynchronous timers
791 facility. He also wrote @code{ebrowse}, the C@t{++} browser;
792 @file{jit-lock.el}, the Just-In-Time font-lock support mode;
793 @file{tooltip.el}, a package for displaying tooltips;
794 @file{authors.el}, a package for maintaining the @file{AUTHORS} file;
795 and @file{rx.el}, a regular expression constructor.
796
797 @item
798 Stefan Monnier was the Emacs co-maintainer for Emacs 23. He added
799 support for Arch and Subversion to VC, re-wrote much of the Emacs server
800 to use the built-in networking primitives, and re-wrote the abbrev and
801 minibuffer completion code for Emacs 23. He also wrote @code{PCL-CVS},
802 a directory-level front end to the CVS version control system;
803 @file{reveal.el}, a minor mode for automatically revealing invisible
804 text; @file{smerge-mode.el}, a minor mode for resolving @code{diff3}
805 conflicts; @file{diff-mode.el}, a mode for viewing and editing context
806 diffs; @file{css-mode.el} for Cascading Style Sheets;
807 @file{bibtex-style.el} for BibTeX Style files; and @file{mpc.el}, a
808 client for the ``Music Player Daemon''.
809
810 @item
811 Morioka Tomohiko wrote several packages for MIME support in Gnus and
812 elsewhere.
813
814 @item
815 Takahashi Naoto co-wrote @file{quail.el} (q.v.@:), and wrote
816 @file{robin.el}, another input method.
817
818 @item
819 Sen Nagata wrote @file{crm.el}, a package for reading multiple strings
820 with completion, and @file{rfc2368.el}, support for @code{mailto:}
821 URLs.
822
823 @item
824 Erik Naggum wrote the time-conversion functions. He also wrote
825 @file{disp-table.el}, a package for dealing with display tables;
826 @file{mailheader.el}, a package for parsing email headers; and
827 @file{parse-time.el}, a package for parsing time strings.
828
829 @item
830 Thomas Neumann and Eric Raymond wrote @file{make-mode.el},
831 a mode for editing makefiles.
832
833 @item
834 Thien-Thi Nguyen and Dan Nicolaescu wrote @file{hideshow.el}, a minor
835 mode for selectively displaying blocks of text.
836
837 @item
838 Dan Nicolaescu added support for running Emacs as a daemon. He also
839 wrote @file{romanian.el}, support for editing Romanian text;
840 @file{iris-ansi.el}, support for running Emacs on SGI's @code{xwsh}
841 and @code{winterm} terminal emulators; and @file{vc-dir.el}, displaying
842 the status of version-controlled directories.
843
844 @item
845 Jurgen Nickelsen wrote @file{ws-mode.el}, providing WordStar emulation.
846
847 @item
848 Hrvoje Niksic wrote @file{savehist.el}, for saving the minibuffer
849 history between Emacs sessions.
850
851 @item
852 Jeff Norden wrote @file{kermit.el}, a package to help the Kermit
853 dialup communications program run comfortably in an Emacs shell buffer.
854
855 @item
856 Andrew Norman wrote @file{ange-ftp.el}, providing transparent FTP
857 support.
858
859 @item
860 Edward O'Connor wrote @file{json.el}, a file for parsing and
861 generating JSON files.
862
863 @item
864 Kentaro Ohkouchi created the Emacs icons used beginning with Emacs 23.
865
866 @item
867 Christian Ohler wrote @file{ert.el}, a library for automated regression
868 testing.
869
870 @item
871 Alexandre Oliva wrote @file{gnus-mlspl.el}, a group params-based mail
872 splitting mechanism.
873
874 @item
875 Takaaki Ota wrote @file{table.el}, a package for creating and editing
876 embedded text-based tables.
877
878 @item
879 Pieter E.@: J.@: Pareit wrote @file{mixal-mode.el}, an editing mode for
880 the MIX assembly language.
881
882 @item
883 David Pearson wrote @file{quickurl.el}, a simple method of inserting a
884 URL into the current buffer based on text at point; @file{5x5.el}, a
885 game to fill all squares on the field.
886
887 @item
888 Jeff Peck wrote @file{sun.el}, key bindings for sunterm keys.
889
890 @item
891 Damon Anton Permezel wrote @file{hanoi.el}, an animated demonstration of
892 the ``Towers of Hanoi'' puzzle.
893
894 @item
895 William M.@: Perry wrote @file{mailcap.el} (with Lars Magne
896 Ingebrigtsen), a MIME media types configuration facility;
897 @file{mwheel.el}, a package for supporting mouse wheels; co-wrote (with
898 Dave Love) @file{socks.el}, a Socks v5 client; and developed the URL
899 package.
900
901 @item
902 Per Persson wrote @file{gnus-vm.el}, the VM interface for Gnus.
903
904 @item
905 Jens Petersen wrote @file{find-func.el}, which makes it easy to find
906 the source code for an Emacs Lisp function or variable.
907
908 @item
909 Daniel Pfeiffer wrote @file{conf-mode.el}, a mode for editing
910 configuration files; @file{copyright.el}, a package for updating
911 copyright notices in files; @file{executable.el}, a package for
912 executing interpreter scripts; @file{sh-script.el}, a mode for editing
913 shell scripts; @file{skeleton.el}, implementing a concise language for
914 writing statement skeletons; and @file{two-column.el}, a minor mode
915 for simultaneous two-column editing.
916
917 Daniel also rewrote @file{apropos.el} (originally written by Joe Wells),
918 for finding commands, functions, and variables matching a regular
919 expression; and, together with Jim Blandy, co-authored @file{wyse50.el},
920 support for Wyse 50 terminals. He also co-wrote @file{compile.el}
921 (q.v.@:) and @file{ada-stmt.el}.
922
923 @item
924 Richard L.@: Pieri wrote @file{pop3.el}, a Post Office Protocol (RFC
925 1460) interface for Emacs.
926
927 @item
928 Fred Pierresteguy and Paul Reilly made Emacs work with X Toolkit
929 widgets.
930
931 @item
932 François Pinard, Greg McGary, and Bruno Haible wrote @file{po.el},
933 support for PO translation files.
934
935 @item
936 Christian Plaunt wrote @file{soundex.el}, an implementation of the
937 Soundex algorithm for comparing English words by their pronunciation.
938
939 @item
940 David Ponce wrote @file{recentf.el}, a package that puts a menu of
941 recently visited files in the Emacs menu bar; @file{ruler-mode.el}, a
942 minor mode for displaying a ruler in the header line; and
943 @file{tree-widget.el}, a package to display hierarchical data
944 structures.
945
946 @item
947 Francesco A.@: Potorti wrote @file{cmacexp.el}, providing a command which
948 runs the C preprocessor on a region of a file and displays the results.
949 He also expanded and redesigned the @code{etags} program.
950
951 @item
952 Michael D.@: Prange and Steven A.@: Wood wrote @file{fortran.el}, a mode
953 for editing Fortran code.
954
955 @item
956 Ashwin Ram wrote @file{refer.el}, commands to look up references in
957 bibliography files by keyword.
958
959 @item
960 Eric S.@: Raymond wrote @file{vc.el}, an interface to the RCS and SCCS
961 source code version control systems, with Paul Eggert; @file{gud.el},
962 a package for running source-level debuggers like GDB and SDB in
963 Emacs; @file{asm-mode.el}, a mode for editing assembly language code;
964 @file{AT386.el}, terminal support package for IBM's AT keyboards;
965 @file{cookie1.el}, support for ``fortune-cookie'' programs like
966 @file{yow.el} and @file{spook.el}; @file{finder.el}, a package for
967 finding Emacs Lisp packages by keyword and topic; @file{keyswap.el},
968 code to swap the @key{BS} and @key{DEL} keys; @file{loadhist.el},
969 functions for loading and unloading Emacs features;
970 @file{lisp-mnt.el}, functions for working with the special headers
971 used in Emacs Lisp library files; and code to set and make use of the
972 @code{load-history} lisp variable, which records the source file from
973 which each lisp function loaded into Emacs came.
974
975 @item
976 Edward M.@: Reingold wrote the extensive calendar and diary support,
977 with contributions from Stewart Clamen (@file{cal-mayan.el}), Nachum
978 Dershowitz (@file{cal-hebrew.el}), Paul Eggert (@file{cal-dst.el}),
979 Steve Fisk (@file{cal-tex.el}), Michael Kifer (@file{cal-x.el}), Lara
980 Rios (@file{cal-menu.el}), and Denis B.@: Roegel (@file{solar.el}).
981 Andy Oram contributed to its documentation. Reingold also contributed
982 to @file{tex-mode.el}, a mode for editing @TeX{} files, as did William
983 F.@: Schelter, Dick King, Stephen Gildea, Michael Prange, and Jacob
984 Gore.
985
986 @item
987 David Reitter wrote @file{mailclient.el} which can send mail via the
988 system's designated mail client.
989
990 @item
991 Alex Rezinsky wrote @file{which-func.el}, a mode that shows the name
992 of the current function in the mode line.
993
994 @item
995 Rob Riepel wrote @file{tpu-edt.el} and its associated files, providing
996 an emulation of the VMS TPU text editor emulating the VMS EDT editor,
997 and @file{vt-control.el}, providing some control functions for the DEC
998 VT line of terminals.
999
1000 @item
1001 Nick Roberts wrote @file{t-mouse.el}, for mouse support in text
1002 terminals; and @file{gdb-ui.el}, a graphical user interface to GDB.
1003 Together with Dmitry Dzhus, he wrote @file{gdb-mi.el}, the successor to
1004 @file{gdb-ui.el}.
1005
1006 @item
1007 Danny Roozendaal implemented @file{handwrite.el}, which converts text
1008 into ``handwriting.''
1009
1010 @item
1011 Markus Rost wrote @file{cus-test.el}, a testing framework for customize.
1012
1013 @item
1014 Guillermo J.@: Rozas wrote @file{scheme.el}, a mode for editing Scheme and
1015 DSSSL code.
1016
1017 @item
1018 Ivar Rummelhoff wrote @file{winner.el}, which records recent window
1019 configurations so you can move back to them.
1020
1021 @item
1022 Jason Rumney ported the Emacs 21 display engine to MS-Windows, and has
1023 contributed extensively to the MS-Windows port of Emacs.
1024
1025 @item
1026 Wolfgang Rupprecht wrote Emacs 19's floating-point support (including
1027 @file{float-sup.el} and @file{floatfns.c}), and @file{sup-mouse.el},
1028 support for the Supdup mouse on lisp machines.
1029
1030 @item
1031 Kevin Ryde wrote @file{info-xref.el}, a library for checking
1032 references in Info files.
1033
1034 @item
1035 James B.@: Salem and Brewster Kahle wrote @file{completion.el}, providing
1036 dynamic word completion.
1037
1038 @item
1039 Masahiko Sato wrote @file{vip.el}, an emulation of the VI editor.
1040
1041 @item
1042 Holger Schauer wrote @file{fortune.el}, a package for using fortune in
1043 message signatures.
1044
1045 @item
1046 William Schelter wrote @file{telnet.el}, support for @code{telnet}
1047 sessions within Emacs.
1048
1049 @item
1050 Ralph Schleicher wrote @file{battery.el}, a package for displaying
1051 laptop computer battery status, and @file{info-look.el}, a package for
1052 looking up Info documentation for symbols in the buffer.
1053
1054 @item
1055 Michael Schmidt and Tom Perrine wrote @file{modula2.el}, a mode for
1056 editing Modula-2 code, based on work by Mick Jordan and Peter Robinson.
1057
1058 @item
1059 Ronald S.@: Schnell wrote @file{dunnet.el}, a text adventure game.
1060
1061 @item
1062 Philippe Schnoebelen wrote @file{gomoku.el}, a Go Moku game played
1063 against Emacs; and @file{mpuz.el}, a multiplication puzzle.
1064
1065 @item
1066 Rainer Schoepf contributed to Alpha and OSF1 support.
1067
1068 @item
1069 Jan Schormann wrote @file{solitaire.el}, an implementation of the
1070 Solitaire game.
1071
1072 @item
1073 Alex Schroeder wrote @file{ansi-color.el}, a package for translating
1074 ANSI color escape sequences to Emacs faces; @file{sql.el}, a package
1075 for interactively running an SQL interpreter in an Emacs buffer;
1076 @file{cus-theme.el}, an interface for custom themes; @file{master.el}, a
1077 package for making a buffer @samp{master} over another; and
1078 @file{spam-stat.el}, for statistical detection of junk email. He also
1079 wrote parts of the IRC client ERC (q.v.@:).
1080
1081 @item
1082 Randal Schwartz wrote @file{pp.el}, a pretty-printer for lisp objects.
1083
1084 @item
1085 Oliver Seidel wrote @file{todo-mode.el}, a package for maintaining
1086 @file{TODO} list files.
1087
1088 @item
1089 Manuel Serrano wrote the Flyspell package, which does spell checking
1090 as you type.
1091
1092 @item
1093 Hovav Shacham wrote @file{windmove.el}, a set of commands for selecting
1094 windows based on their geometrical position on the frame.
1095
1096 @item
1097 Stanislav Shalunov wrote @file{uce.el}, for responding to unsolicited
1098 commercial email.
1099
1100 @item
1101 Richard Sharman wrote @file{hilit-chg.el}, which uses colors to show
1102 recent editing changes.
1103
1104 @item
1105 Olin Shivers wrote @file{comint.el}, a library for modes running
1106 interactive command-line-oriented subprocesses, and @file{shell.el}, for
1107 running inferior shells (both since extended by Simon Marshall);
1108 @file{cmuscheme.el}, for running inferior Scheme processes;
1109 @file{inf-lisp.el}, for running inferior Lisp process.
1110
1111 @item
1112 Espen Skoglund wrote @file{pascal.el}, a mode for editing Pascal code.
1113
1114 @item
1115 Rick Sladkey wrote @file{backquote.el}, a lisp macro for creating
1116 mostly-constant data.
1117
1118 @item
1119 Lynn Slater wrote @file{help-macro.el}, a macro for writing interactive
1120 help for key bindings.
1121
1122 @item
1123 Chris Smith wrote @file{icon.el}, a mode for editing Icon code.
1124
1125 @item
1126 David Smith wrote @file{ielm.el}, a mode for interacting with the Emacs
1127 Lisp interpreter as a subprocess.
1128
1129 @item
1130 Paul D.@: Smith wrote @file{snmp-mode.el}.
1131
1132 @item
1133 William Sommerfeld wrote @file{scribe.el}, a mode for editing Scribe
1134 files, and @file{server.el}, a package allowing programs to send files
1135 to an extant Emacs job to be edited.
1136
1137 @item
1138 Andre Spiegel made many contributions to the Emacs Version Control
1139 package, and in particular made it support multiple back ends.
1140
1141 @item
1142 Michael Staats wrote @file{pc-select.el}, which rebinds keys for
1143 selecting regions to follow many other systems.
1144
1145 @item
1146 Richard Stallman invented Emacs. He is the original author of GNU
1147 Emacs, and has been Emacs maintainer over several non-contiguous
1148 periods. In addition to much of the ``core'' Emacs code, he has
1149 written @file{easymenu.el}, a facility for defining Emacs menus;
1150 @file{image-mode.el}, support for visiting image files;
1151 @file{menu-bar.el}, the Emacs menu bar support code;
1152 @file{paren.el}, a package to make matching parentheses stand out in
1153 color; and also co-authored portions of CC mode.
1154
1155 @item
1156 Sam Steingold wrote @file{gulp.el}, a facility for asking package
1157 maintainers for updated versions of their packages via e-mail, and
1158 @file{midnight.el}, a package for running a command every midnight.
1159
1160 @item
1161 Ake Stenhoff and Lars Lindberg wrote @file{imenu.el}, a framework for
1162 browsing indices made from buffer contents.
1163
1164 @item
1165 Peter Stephenson wrote @file{vcursor.el}, which implements a ``virtual
1166 cursor'' that you can move with the keyboard and use for copying text.
1167
1168 @item
1169 Ken Stevens wrote the initial version of @file{ispell.el} and maintains
1170 that package since Ispell 3.1 release.
1171
1172 @item
1173 Kim F.@: Storm made many improvements to the Emacs display engine,
1174 process support, and networking support. He also wrote
1175 @file{bindat.el}, a package for encoding and decoding binary data;
1176 CUA mode, which allows Emacs to emulate the standard CUA key
1177 bindings; @file{ido.el}, a package for selecting buffers and files
1178 quickly; @file{keypad.el} for simplified keypad bindings; and
1179 @file{kmacro.el}, the keyboard macro facility.
1180
1181 @item
1182 Martin Stjernholm co-authored CC Mode, a major editing mode for C,
1183 C@t{++}, Objective-C, Java, Pike, CORBA IDL, and AWK code.
1184
1185 @item
1186 Steve Strassmann did not write @file{spook.el}, and even if he did, he
1187 really didn't mean for you to use it in an anarchistic way.
1188
1189 @item
1190 Olaf Sylvester wrote @file{bs.el}, a package for manipulating Emacs
1191 buffers.
1192
1193 @item
1194 Tibor @v{S}imko and Milan Zamazal wrote @file{slovak.el}, support for
1195 editing text in Slovak language.
1196
1197 @item
1198 Luc Teirlinck wrote @file{help-at-pt.el}, providing local help through
1199 the keyboard.
1200
1201 @item
1202 Jean-Philippe Theberge wrote @file{thumbs.el}, a package for viewing
1203 image files as ``thumbnails.''
1204
1205 @item
1206 Spencer Thomas wrote the original @file{dabbrev.el}, providing a command
1207 which completes the partial word before point, based on other nearby
1208 words for which it is a prefix. He also wrote the original dumping
1209 support.
1210
1211 @item
1212 Toru Tomabechi contributed to Tibetan support.
1213
1214 @item
1215 Markus Triska wrote @file{linum.el}, a minor mode that displays line
1216 numbers in the left margin.
1217
1218 @item
1219 Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a mode for editing
1220 Tcl/Tk source files and running a Tcl interpreter as an Emacs
1221 subprocess.
1222
1223 @item
1224 Tom Tromey wrote @file{bug-reference.el}, providing clickable links to
1225 bug reports.
1226
1227 @item
1228 Eli Tziperman wrote @file{rmail-spam-filter.el}, a spam filter for RMAIL.
1229
1230 @item
1231 Daiki Ueno wrote @file{starttls.el}, support for Transport Layer
1232 Security protocol; @file{sasl-cram.el} and @file{sasl-digest.el} (with
1233 Kenichi Okada), and @file{sasl.el}, support for Simple Authentication
1234 and Security Layer (SASL); and the EasyPG (and its predecessor PGG)
1235 package, for GnuPG and PGP support.
1236
1237 @item
1238 Masanobu Umeda wrote GNUS, a feature-rich reader for Usenet news that
1239 was the ancestor of the current Gnus package. He also wrote
1240 @file{rmailsort.el}, a package for sorting messages in RMAIL folders;
1241 @file{metamail.el}, an interface to the Metamail program;
1242 @file{gnus-kill.el}, the Kill File mode for Gnus; @file{gnus-mh.el}, an
1243 mh-e interface for Gnus; @file{gnus-msg.el}, a mail and post interface
1244 for Gnus; and @file{timezone.el}, providing functions for dealing with
1245 time zones.
1246
1247 @item
1248 Neil W.@: Van Dyke wrote @file{webjump.el}, a ``hot links'' package.
1249
1250 @item
1251 Didier Verna wrote @file{rect.el}, a package of functions for
1252 operations on rectangle regions of text. He also contributed to Gnus
1253 (q.v.@:).
1254
1255 @item
1256 Ulrik Vieth implemented @file{meta-mode.el}, for editing MetaFont code.
1257
1258 @item
1259 Geoffrey Voelker wrote the Windows NT support. He also wrote
1260 @file{dos-w32.el}, functions shared by the MS-DOS and MS-Windows ports
1261 of Emacs, and @file{w32-fns.el}, MS-Windows specific support functions.
1262
1263 @item
1264 Johan Vromans wrote @file{forms.el} and its associated files, a mode for
1265 filling in forms. He also wrote @file{iso-acc.el}, a minor mode
1266 providing electric accent keys.
1267
1268 @item
1269 Colin Walters wrote Ibuffer, an enhanced buffer menu.
1270
1271 @item
1272 Barry Warsaw wrote @file{assoc.el}, a set of utility functions for
1273 working with association lists; @file{cc-mode.el}, a mode for editing
1274 C, C@t{++}, and Java code, based on earlier work by Dave Detlefs,
1275 Stewart Clamen, and Richard Stallman; @file{elp.el}, a profiler for
1276 Emacs Lisp programs; @file{man.el}, a mode for reading Unix manual
1277 pages; @file{regi.el}, providing an AWK-like functionality for use in
1278 lisp programs; @file{reporter.el}, providing customizable bug
1279 reporting for lisp packages; and @file{supercite.el}, a minor mode for
1280 quoting sections of mail messages and news articles.
1281
1282 @item
1283 Christoph Wedler wrote @file{antlr-mode.el}, a major mode for ANTLR
1284 grammar files.
1285
1286 @item
1287 Morten Welinder helped port Emacs to MS-DOS, and introduced face
1288 support into the MS-DOS port of Emacs. He also wrote
1289 @file{desktop.el}, facilities for saving some of Emacs's state between
1290 sessions; @file{timer.el}, the Emacs facility to run commands at a
1291 given time or frequency, or when Emacs is idle, and its C-level
1292 support code; @file{pc-win.el}, the MS-DOS ``window-system'' support;
1293 @file{internal.el}, an ``internal terminal'' emulator for the MS-DOS
1294 port of Emacs; @file{arc-mode.el}, the mode for editing compressed
1295 archives; @file{s-region.el}, commands for setting the region using
1296 the shift key and motion commands; and @file{dos-fns.el}, functions
1297 for use under MS-DOS.
1298
1299 @item
1300 Joe Wells wrote the original version of @file{apropos.el} (q.v.@:);
1301 @file{resume.el}, support for processing command-line arguments after
1302 resuming a suspended Emacs job; and @file{mail-extr.el}, a package for
1303 extracting names and addresses from mail headers, with contributions
1304 from Jamie Zawinski.
1305
1306 @item
1307 Rodney Whitby and Reto Zimmermann wrote @file{vhdl-mode.el}, a major
1308 mode for editing VHDL source code.
1309
1310 @item
1311 John Wiegley wrote @file{align.el}, a set of commands for aligning text
1312 according to regular-expression based rules; @file{isearchb.el} for fast
1313 buffer switching; @file{timeclock.el}, a package for keeping track of
1314 time spent on projects; the Baha'i calendar support;
1315 @file{pcomplete.el}, a programmable completion facility;
1316 @file{remember.el}, a mode for jotting down things to remember;
1317 @file{eudcb-mab.el}, an address book backend for the Emacs Unified
1318 Directory Client; and @code{eshell}, a command shell implemented
1319 entirely in Emacs Lisp. He also contributed to Org mode (q.v.@:).
1320
1321 @item
1322 Mike Williams wrote @file{mouse-sel.el}, providing enhanced mouse
1323 selection; and @file{thingatpt.el}, a library of functions for finding
1324 the ``thing'' (word, line, s-expression) containing point.
1325
1326 @item
1327 Roland Winkler wrote @file{proced.el}, a system process editor.
1328
1329 @item
1330 Bill Wohler wrote MH-E, the Emacs interface to the MH mail system;
1331 making use of earlier work by James R.@: Larus. Satyaki Das, Peter S.@:
1332 Galbraith, Stephen Gildea, and Jeffrey C.@: Honig also wrote various
1333 MH-E components.
1334
1335 @item
1336 Dale R.@: Worley wrote @file{emerge.el}, a package for interactively
1337 merging two versions of a file.
1338
1339 @item
1340 Francis J.@: Wright wrote @file{woman.el}, a package for browsing
1341 manual pages without the @code{man} command.
1342
1343 @item
1344 Tom Wurgler wrote @file{emacs-lock.el}, which makes it harder
1345 to exit with valuable buffers unsaved.
1346
1347 @item
1348 Masatake Yamato wrote @file{ld-script.el}, an editing mode for GNU
1349 linker scripts, and contributed subword handling in CC mode.
1350
1351 @item
1352 Jonathan Yavner wrote @file{testcover.el}, a package for keeping track
1353 of the testing status of Emacs Lisp code; @file{unsafep.el} to determine
1354 if a Lisp form is safe; and the SES spreadsheet package.
1355
1356 @item
1357 Ryan Yeske wrote @file{rcirc.el} a simple Internet Relay Chat client.
1358
1359 @item
1360 Ilya Zakharevich and Bob Olson wrote @file{cperl-mode.el}, a major
1361 mode for editing Perl code. Ilya Zakharevich also wrote
1362 @file{tmm.el}, a mode for accessing the Emacs menu bar on a text-mode
1363 terminal.
1364
1365 @item
1366 Milan Zamazal wrote @file{czech.el}, support for editing Czech text;
1367 @file{glasses.el}, a package for easier reading of source code that
1368 uses illegible identifier names; and @file{tildify.el}, commands for
1369 adding hard spaces to text, @TeX{}, and SGML/HTML files.
1370
1371 @item
1372 Victor Zandy wrote @file{zone.el}, a package for people who like to
1373 zone out in front of Emacs.
1374
1375 @item
1376 Eli Zaretskii made many standard Emacs features work on MS-DOS and
1377 Microsoft Windows. He also wrote @file{tty-colors.el}, which
1378 implements transparent mapping of X colors to tty colors; and
1379 @file{rxvt.el}.
1380
1381 @item
1382 Jamie Zawinski wrote much of the support for faces and X selections.
1383 With Hallvard Furuseth, he wrote the optimizing byte compiler used
1384 from Emacs 19 onwards. He also wrote @file{mailabbrev.el}, a package
1385 that provides automatic expansion of mail aliases, and
1386 @file{tar-mode.el}, which provides simple viewing and editing commands
1387 for tar files.
1388
1389 @item
1390 Andrew Zhilin created the Emacs 22 icons.
1391
1392 @item
1393 Shenghuo Zhu wrote @file{binhex.el}, a package for reading and writing
1394 binhex files; @file{mm-partial.el}, message/partial support for MIME
1395 messages; @file{rfc1843.el}, an HZ decoding package;
1396 @file{uudecode.el}, an Emacs Lisp decoder for uuencoded data; and
1397 @file{webmail.el}, an interface to Web mail. He also wrote several
1398 other Gnus components.
1399
1400 @item
1401 Ian T.@: Zimmerman wrote @file{gametree.el}.
1402
1403 @item
1404 Reto Zimmermann wrote @file{vera-mode.el}.
1405
1406 @item
1407 Neal Ziring and Felix S.@: T.@: Wu wrote @file{vi.el}, an emulation of the
1408 VI text editor.
1409
1410 @item
1411 Detlev Zundel wrote @file{re-builder.el}, a package for building regexps
1412 with visual feedback.
1413
1414 @end itemize