home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / emacs / emacs-19.34-bin / emacs-19 / info / emacs-25 (.txt) < prev    next >
GNU Info File  |  1997-09-17  |  22KB  |  389 lines

  1. This is Info file ../info/emacs, produced by Makeinfo-1.63 from the
  2. input file emacs.texi.
  3. File: emacs,  Node: Acknowledgments,  Next: Screen,  Prev: Concept Index,  Up: Top
  4. Acknowledgments
  5. ***************
  6.    Many people have contributed code included in the Free Software
  7. Foundation's distribution of GNU Emacs.  To show our appreciation for
  8. their public spirit, we list here those who have written substantial
  9. portions.
  10.    * Per Abrahamsen wrote `double.el', for typing accented characters
  11.      not normally available from the keyboard, `xt-mouse.el', which
  12.      handles mouse commands through Xterm, and `cpp.el', which hides or
  13.      highlights parts of C programs according to preprocessor
  14.      conditionals.
  15.    * Jay K. Adams wrote `jka-compr.el', providing automatic
  16.      decompression and recompression for compressed files.
  17.    * Joe Arceneaux wrote the original text property implementation, and
  18.      implemented support for X11.
  19.    * Boaz Ben-Zvi wrote `profile.el', to time Emacs Lisp functions.
  20.    * Jim Blandy wrote Emacs 19's input system, brought its
  21.      configuration and build process up to the GNU coding standards,
  22.      and contributed to the frame support and multi-face support.
  23.    * Frank Bresz wrote `diff.el', a program to display `diff' output.
  24.    * Kevin Broadey wrote `foldout.el', providing folding extensions to
  25.      Emacs's outline modes.
  26.    * Vincent Broman wrote `ada.el', a mode for editing Ada code.
  27.    * David M. Brown wrote `array.el', for editing arrays and other
  28.      tabular data.
  29.    * Hans Chalupsky wrote `advice.el', an overloading mechanism for
  30.      Emacs Lisp functions, and `trace.el', a tracing facility for Emacs
  31.      Lisp.
  32.    * Bob Chassell wrote `texnfo-upd.el' and `makeinfo.el', modes and
  33.      utilities for working with Texinfo files.
  34.    * James Clark wrote `sgml-mode.el', a mode for editing SGML
  35.      documents, and contributed to Emacs's dumping procedures.
  36.    * Mike Clarkson wrote `edt.el', an emulation of DEC's EDT editor.
  37.    * Doug Cutting and Jamie Zawinski wrote `disass.el', a disassembler
  38.      for compiled Emacs Lisp code.
  39.    * Michael DeCorte wrote `emacs.csh', a C-shell script that starts a
  40.      new Emacs job, or restarts a paused Emacs if one exists.
  41.    * Gary Delp wrote `mailpost.el', an interface between RMAIL and the
  42.      `/usr/uci/post' mailer.
  43.    * Matthieu Devin wrote `delsel.el', a package to make newly-typed
  44.      text replace the current selection.
  45.    * Scott Draves wrote `tq.el', help functions for maintaining
  46.      transaction queues between Emacs and its subprocesses.
  47.    * Viktor Dukhovni wrote support for dumping under SunOS version 4.
  48.    * Rolf Ebert co-wrote Ada mode (`ada-mode.el').
  49.    * Torbjorn Einarsson contributed F90 mode (`f90.el').
  50.    * Hans Henrik Eriksen wrote `simula.el', a mode for editing SIMULA 87
  51.      code.
  52.    * Michael Ernst wrote `reposition.el', a command for recentering a
  53.      function's source code and preceding comment on the screen.
  54.    * Ata Etemadi wrote `cdl.el', functions for working with Common Data
  55.      Language source code.
  56.    * Fred Fish wrote the support for dumping COFF executable files.
  57.    * Karl Fogel wrote:
  58.         * `bookmark.el', for creating named placeholders, saving them
  59.           and jumping to them later,
  60.         * `mail-hist.el', a history mechanism for outgoing mail
  61.           messages, and
  62.         * `saveplace.el', for preserving point's location in files
  63.           between editing sessions.
  64.    * Noah Friedman wrote `rlogin.el', an interface to rlogin, and
  65.      `type-break.el', which reminds you to take periodic breaks from
  66.      typing.  With Roland McGrath, he wrote `rsz-mini.el', a minor mode
  67.      to automatically resize the minibuffer to fit the text it contains.
  68.    * Keith Gabryelski wrote `hexl.el', a mode for editing binary files.
  69.    * Kevin Gallagher rewrote and enhanced the EDT emulation, and wrote
  70.      `flow-ctrl.el', a package for coping with unsuppressible XON/XOFF
  71.      flow control.
  72.    * Kevin Gallo added multiple-frame support for Windows NT.
  73.    * Howard Gayle wrote:
  74.         * the C and lisp code for display tables and case tables,
  75.         * `rot13.el', a command to display the plaintext form of a
  76.           buffer encoded with the Caesar cipher,
  77.         * much of the support for the ISO-8859 European character set
  78.           (which includes `iso-ascii.el', `iso-insert.el',
  79.           `iso-swed.el', `iso-syntax.el', `iso-transl.el', and
  80.           `swedish.el'), and
  81.         * `vt100-led.el', a package for controlling the LED's on
  82.           VT100-compatible terminals.
  83.    * Stephen Gildea made the Emacs quick reference card.
  84.    * David Gillespie wrote:
  85.         * Emacs 19's Common Lisp compatibility packages, replacing the
  86.           old package by Cesar Augusto Quiroz Gonzalez,
  87.         * `complete.el', a partial completion mechanism, and
  88.         * `edmacro.el', a package for editing keyboard macros.
  89.    * Boris Goldowsky wrote `avoid.el', a package to keep the mouse
  90.      cursor out of the way of the text cursor; `shadowfile.el', a
  91.      package for keeping identical copies of files in more than one
  92.      place; `enriched.el', a package for saving text properties in
  93.      files; and `facemenu.el', a package for specifying faces.
  94.    * Michael Gschwind wrote `iso-cvt.el', a package to convert between
  95.      the ISO 8859-1 character set and the notations for non-`ASCII'
  96.      characters used by TeX and net tradition.
  97.    * Henry Guillaume wrote `find-file.el', a package to visit a file
  98.      which is related to the currently visited fil
  99.    * Doug Gwyn wrote the portable `alloca' implementation.
  100.    * Chris Hanson wrote `netuname.el', a package to use HP-UX's Remote
  101.      File Access facility from Emacs.
  102.    * K. Shane Hartman wrote:
  103.         * `chistory.el' and `echistory.el', packages for browsing
  104.           command history lists,
  105.         * `electric.el' and `helper.el', providing an alternative
  106.           command loop and appropriate help facilities,
  107.         * `emacsbug.el', a package for reporting Emacs bugs,
  108.         * `picture.el', a mode for editing ASCII pictures, and
  109.         * `view.el', a package for perusing files and buffers without
  110.           editing them.
  111.    * Markus Heritsch co-wrote Ada mode (`ada-mode.el').
  112.    * Karl Heuer wrote the original blessmail script, implemented the
  113.      `intangible' text property, and rearranged the structure of the
  114.      `Lisp_Object' type to allow for more data bits.
  115.    * Manabu Higashida ported Emacs to the MS-DOS operating system.
  116.    * Anders Holst wrote `hippie-exp.el', a versatile completion and
  117.      expansion package.
  118.    * Lars Ingebrigtsen did a major redesign of the GNUS newsreader.
  119.    * Andrew Innes contributed extensively to the Windows NT support.
  120.    * Kyle Jones wrote `life.el', a package to play Conway's "life" game,
  121.      and `mldrag.el', a package which allows the user to resize windows
  122.      by dragging mode lines and vertical window separators with the
  123.      mouse.
  124.    * David Kaufman wrote `yow.c', an essential utility program for the
  125.      hopelessly pinheaded.
  126.    * Henry Kautz wrote `bib-mode.el', a mode for maintaining
  127.      bibliography databases compatible with `refer' (the `troff'
  128.      version) and `lookbib', and `refbib.el', a package to convert
  129.      those databases to the format used by the LaTeX text formatting
  130.      package.
  131.    * Howard Kaye wrote `sort.el', commands to sort text in Emacs
  132.      buffers.
  133.    * Michael Kifer wrote `ediff.el', an interactive interface to the
  134.      `diff' and `patch' programs, and Viper, the newest emulation for
  135.      VI.
  136.    * Richard King wrote the first version of `userlock.el' and
  137.      `filelock.c', which provide simple support for multiple users
  138.      editing the same file.
  139.    * Larry K. Kolodney wrote `cvtmail.c', a program to convert the mail
  140.      directories used by Gosling Emacs into RMAIL format.
  141.    * Robert Krawitz wrote the original `xmenu.c', part of Emacs's pop-up
  142.      menu support.
  143.    * Sebastian Kremer wrote Emacs 19's `dired-mode', with contributions
  144.      by Lawrence R. Dodd.
  145.    * Geoff Kuenning wrote Emacs 19's `ispell.el', based on work by Ken
  146.      Stevens and others.
  147.    * David K
  148. gedal wrote `tempo.el', providing support for easy
  149.      insertion of boilerplate text and other common constructions.
  150.    * Daniel LaLiberte wrote:
  151.         * `edebug.el', a source-level debugger for Emacs Lisp,
  152.         * `cl-specs.el', specifications to help `edebug' debug code
  153.           written using David Gillespie's Common Lisp support,
  154.         * `cust-print.el', a customizable package for printing lisp
  155.           objects,
  156.         * `eval-reg.el', a re-implementation of `eval-region' in Emacs
  157.           Lisp, and
  158.         * `isearch.el', Emacs 19's incremental search minor mode.
  159.    * James R. Larus wrote `mh-e.el', an interface to the MH mail system.
  160.    * Lars Lindberg wrote `msb.el', which provides more flexible menus
  161.      for buffer selection, and rewrote `dabbrev.el'.
  162.    * Neil M. Mager wrote `appt.el', functions to notify users of their
  163.      appointments.  It finds appointments recorded in the diary files
  164.      generated by Edward M. Reingold's `calendar' package.
  165.    * Ken Manheimer wrote `allout.el', a mode for manipulating and
  166.      formatting outlines, and `icomplete.el', which provides incremental
  167.      completion feedback in the minibuffer.
  168.    * Bill Mann wrote `perl-mode.el', a mode for editing Perl code.
  169.    * Brian Marick and Daniel LaLiberte wrote `hideif.el', support for
  170.      hiding selected code within C `#ifdef' clauses.
  171.    * Simon Marshall wrote:
  172.         * `fast-lock.el', which caches the face data computed by Font
  173.           Lock mode, and
  174.         * `lazy-lock.el', which delays fontification in Font Lock mode
  175.           until text is actually displayed.
  176.    * Bengt Martensson, Mark Shapiro, Mike Newton, Aaron Larson, and
  177.      Stefan Schoef, wrote `bibtex.el', a mode for editing BibTeX
  178.      bibliography files.
  179.    * Charlie Martin wrote `autoinsert.el', which provides automatic
  180.      mode-sensitive insertion of text into new files.
  181.    * Thomas May wrote `blackbox.el', a version of the traditional
  182.      blackbox game.
  183.    * Roland McGrath wrote:
  184.         * `compile.el', a package for running compilations in a buffer,
  185.           and then visiting the locations reported in error messages,
  186.         * `etags.el', a package for jumping to function definitions and
  187.           searching or replacing in all the files mentioned in a `TAGS'
  188.           file,
  189.         * `find-dired.el', for using `dired' commands on output from the
  190.           `find' program, with Sebastian Kremer,
  191.         * `map-ynp.el', a general purpose boolean question-asker,
  192.         * `autoload.el', providing semi-automatic maintenance of
  193.           autoload files, and
  194.         * `upd-copyr.el', providing semi-automatic maintenance of
  195.           copyright notices in source code.
  196.    * David Megginson wrote `derived.el', which allows one to define new
  197.      major modes by inheriting key bindings and commands from existing
  198.      major modes.
  199.    * Richard Mlynarik wrote:
  200.         * `cl-indent.el', a package for indenting Common Lisp code,
  201.         * `ebuff-menu.el', an "electric" browser for buffer listings,
  202.         * `ehelp.el', bindings for browsing help screens,
  203.         * `rfc822.el', a parser for E-mail addresses in the RFC-822
  204.           format, used in mail messages and news articles,
  205.         * `terminal.el', a terminal emulator for Emacs subprocesses, and
  206.         * `yow.el', an essential utility (try `M-x yow').
  207.    * Keith Moore wrote `aixcc.lex', a pre-processor designed to help
  208.      Emacs parse the error messages produced by the AIX C compiler.
  209.    * Thomas Neumann and Eric Raymond wrote `makefile.el', a mode for
  210.      editing makefiles.
  211.    * Jurgen Nickelsen wrote `ws-mode.el', providing WordStar emulation.
  212.    * Jeff Norden wrote `kermit.el', a package to help the Kermit dialup
  213.      communications program run comfortably in an Emacs shell buffer.
  214.    * Andrew Norman wrote `ange-ftp.el', providing transparent FTP
  215.      support.
  216.    * Jeff Peck wrote:
  217.         * `emacstool.c', support for running Emacs under SunView/Sun
  218.           Windows,
  219.         * `sun-curs.el', cursor definitions for Sun Windows, and
  220.         * `sun-fns.el', providing mouse support for Sun Windows.
  221.    * Damon Anton Permezel wrote `hanoi.el', an animated demonstration of
  222.      the "Towers of Hanoi" puzzle.
  223.    * Daniel Pfeiffer wrote:
  224.         * `sh-script.el', a mode for editing shell scripts,
  225.         * `skeleton.el', implementing a concise language for writing
  226.           statement skeletons, and
  227.         * `two-column.el', a minor mode for simultaneous two-column
  228.           editing.
  229.    * Fred Pierresteguy and Paul Reilly made Emacs work with X Toolkit
  230.      widgets.
  231.    * Christian Plaunt wrote `soundex.el', an implementation of the
  232.      Soundex algorithm for comparing English words by their
  233.      pronunciation.
  234.    * Francesco A. Potorti wrote `cmacexp.el', providing a command which
  235.      runs the C preprocessor on a region of a file and displays the
  236.      results.
  237.    * Michael D. Prange and Steven A. Wood wrote `fortran.el', a mode for
  238.      editing FORTRAN code.
  239.    * Ashwin Ram wrote `refer.el', commands to look up references in
  240.      bibliography files by keyword.
  241.    * Eric S. Raymond wrote:
  242.         * `vc.el', an interface to the RCS and SCCS source code version
  243.           control systems, with Paul Eggert,
  244.         * `gud.el', a package for running source-level debuggers like
  245.           GDB and SDB in Emacs,
  246.         * `asm-mode.el', a mode for editing assembly language code,
  247.         * `cookie1.el', support for "fortune-cookie" programs like
  248.           `yow.el' and `spook.el',
  249.         * `finder.el', a package for finding Emacs Lisp packages by
  250.           keyword and topic,
  251.         * `lisp-mnt.el', functions for working with the special headers
  252.           used in Emacs Lisp library files, and
  253.         * code to set and make use of the `load-history' lisp variable,
  254.           which records the source file from which each lisp function
  255.           loaded into Emacs came.
  256.    * Edward M. Reingold wrote the extensive calendar and diary support
  257.      (try `M-x calendar'), with contributions from Stewart Clamen, Paul
  258.      Eggert, and Lara Rios.  Andy Oram contributed to its documentation.
  259.      Reingold has also contributed to `tex-mode.el', a mode for editing
  260.      TeX files, as have William F. Schelter, Dick King, Stephen Gildea,
  261.      Michael Prange, and Jacob Gore.
  262.    * Rob Riepel contributed `tpu-edt.el' and its associated files,
  263.      providing an emulation of the VMS TPU text editor emulating the
  264.      VMS EDT editor, and `vt-control.el', providing some control
  265.      functions for the DEC VT line of terminals.
  266.    * Roland B. Roberts contributed much of the VMS support distributed
  267.      with Emacs 19, along with Joseph M. Kelsey, and `vms-pmail.el',
  268.      support for using Emacs within VMS MAIL.
  269.    * John Robinson wrote `bg-mouse.el', support for the mouse on the BBN
  270.      Bitgraph terminal.
  271.    * William Rosenblatt wrote `float.el', implementing a floating-point
  272.      numeric type using lisp pairs and fixnums.
  273.    * Guillermo J. Rozas wrote `scheme.el', a mode for editing Scheme
  274.      code, and `fakemail.c', an interface to the System V mailer.
  275.    * Wolfgang Rupprecht contributed Emacs 19's floating-point support
  276.      (including `float-sup.el' and `floatfns.c'), and `sup-mouse.el',
  277.      support for the Supdup mouse on lisp machines.
  278.    * James B. Salem and Brewster Kahle wrote `completion.el', providing
  279.      dynamic word completion.
  280.    * Masahiko Sato wrote `vip.el', an emulation of the VI editor.
  281.    * William Schelter wrote `telnet.el', support for `telnet' sessions
  282.      within Emacs.
  283.    * Gregor Schmid wrote `tcl.el', a mode for editing Tcl/Tk scripts.
  284.    * Michael Schmidt and Tom Perrine wrote `modula2.el', a mode for
  285.      editing Modula-2 code, based on work by Mick Jordan and Peter
  286.      Robinson.
  287.    * Ronald S. Schnell wrote `dunnet.el', a text adventure game.
  288.    * Philippe Schnoebelen wrote `gomoku.el', a gomoku game played
  289.      against Emacs, and `mpuz.el', a multiplication puzzle.
  290.    * Randal Schwartz wrote `pp.el', a pretty-printer for lisp objects.
  291.    * Olin Shivers wrote:
  292.         * `comint.el', a library for modes running interactive
  293.           command-line- oriented subprocesses,
  294.         * `cmuscheme.el', for running inferior Scheme processes,
  295.         * `inf-lisp.el', for running inferior Lisp process, and
  296.         * `shell.el', for running inferior shells.
  297.    * Espen Skoglund wrote `pascal.el', a mode for editing Pascal code.
  298.    * Rick Sladkey wrote `backquote.el', a lisp macro for creating
  299.      mostly-constant data.
  300.    * Lynn Slater wrote `help-macro.el', a macro for writing interactive
  301.      help for key bindings.
  302.    * Chris Smith wrote `icon.el', a mode for editing Icon code.
  303.    * David Smith wrote `ielm.el', a mode for interacting with the Emacs
  304.      Lisp interpreter as a subprocess.
  305.    * William Sommerfeld wrote `scribe.el', a mode for editing Scribe
  306.      files, and `server.el', a package allowing programs to send files
  307.      to an extant Emacs job to be edited.
  308.    * Ake Stenhoff and Lars Lindberg wrote `imenu.el', a framework for
  309.      browsing indices made from buffer contents.
  310.    * Jonathan Stigelman wrote `hilit19.el', a package providing
  311.      automatic highlighting in source code buffers, mail readers, and
  312.      other contexts.
  313.    * Steve Strassman did not write `spook.el', and even if he did, he
  314.      really didn't mean for you to use it in an anarchistic way.
  315.    * Spencer Thomas wrote the original `dabbrev.el', providing a command
  316.      which completes the partial word before point, based on other
  317.      nearby words for which it is a prefix.  He also wrote the original
  318.      dumping support.
  319.    * Jim Thompson wrote `ps-print.el', which converts Emacs text to
  320.      Postscript.
  321.    * Masanobu Umeda wrote:
  322.         * GNUS, a featureful reader for Usenet news,
  323.         * `prolog.el', a mode for editing Prolog code,
  324.         * `rmailsort.el', a package for sorting messages in RMAIL
  325.           folders,
  326.         * `metamail.el', an interface to the Metamail program,
  327.         * `tcp.el', emulation of the `open-network-stream' function for
  328.           some Emacs configurations which lack it, and
  329.         * `timezone.el', providing functions for dealing with time
  330.           zones.
  331.    * Geoffrey Voelker wrote the Windows NT support.
  332.    * Johan Vromans wrote `forms.el' and its associated files, defining a
  333.      mode for filling in forms, and `iso-acc.el', a minor mode providing
  334.      electric accent keys for text using the ISO-8859 character set.
  335.    * Barry Warsaw wrote:
  336.         * `assoc.el', a set of utility functions for working with
  337.           association lists,
  338.         * `cc-mode.el', a major mode for editing C and C++ code, based
  339.           on earlier work by Dave Detlefs, Stewart Clamen, and Richard
  340.           Stallman,
  341.         * `elp.el', a new profiler for Emacs Lisp programs.
  342.         * `man.el', a mode for reading UNIX manual pages,
  343.         * `regi.el', providing an AWK-like control structure for use in
  344.           lisp programs, and
  345.         * `reporter.el', providing customizable bug reporting for lisp
  346.           packages.
  347.         * `supercite.el', a minor mode for quoting sections of mail
  348.           messages and news articles,
  349.    * Morten Welinder wrote:
  350.         * `desktop.el', facilities for saving some of Emacs's state
  351.           between sessions,
  352.         * `s-region.el', commands for setting the region using the
  353.           shift key and motion commands, and
  354.         * `dos-fns.el', functions for use under MS-DOS.
  355.      He also helped port Emacs to MS-DOS.
  356.    * Joseph Brian Wells wrote:
  357.         * `apropos.el', a command to find commands, functions, and
  358.           variables whose names contain matches for a regular
  359.           expression,
  360.         * `resume.el', support for processing command-line arguments
  361.           after resuming a suspended Emacs job, and
  362.         * `mail-extr.el', a package for extracting names and addresses
  363.           from mail headers, with contributions from Jamie Zawinski.
  364.    * Ed Wilkinson wrote `b2m.c', a program to convert mail files from
  365.      RMAIL format to Unix `mbox' format.
  366.    * Mike Williams wrote `mouse-sel.el', providing enhanced mouse
  367.      selection, and `thingatpt.el', a library of functions for finding
  368.      the "thing" (word, line, s-expression) containing point.
  369.    * Dale R. Worley wrote `emerge.el', a package for interactively
  370.      merging two versions of a file.
  371.    * Tom Wurgler wrote `emacs-lock.el', which makes it harder to exit
  372.      with valuable buffers unsaved.
  373.    * Eli Zaretskii made many standard Emacs features work on MS-DOS.
  374.    * Jamie Zawinski wrote:
  375.         * Emacs 19's optimizing byte compiler, with Hallvard Furuseth,
  376.         * much of the support for faces and X selections,
  377.         * `mailabbrev.el', a package providing automatic expansion of
  378.           mail aliases, and
  379.         * `tar-mode.el', providing simple viewing and editing commands
  380.           for tar files.
  381.    * Neal Ziring and Felix S. T. Wu wrote `vi.el', an emulation of the
  382.      VI text editor.
  383.    Others too numerous to mention have reported and fixed bugs, and
  384. added features to many parts of Emacs.  We thank them for their
  385. generosity as well.
  386.    This list intended to mention every contributor of a major package or
  387. feature we currently distribute; if you know of someone we have omitted,
  388. please report that as a manual bug.
  389.