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