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