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