diff options
| author | Eli Zaretskii | 2000-12-03 17:44:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-12-03 17:44:11 +0000 |
| commit | d282b1c2e40313e3fc19fdead6d15bdadfe1f679 (patch) | |
| tree | a1c51c34c91ef6003e552b3d95a94ae4cc9d92a2 | |
| parent | 33c4460b1b81f51c64267440a3b465d560e388ab (diff) | |
| download | emacs-d282b1c2e40313e3fc19fdead6d15bdadfe1f679.tar.gz emacs-d282b1c2e40313e3fc19fdead6d15bdadfe1f679.zip | |
Add Gerd. Bring Morten Welinder's and Eli Zaretskii's entry up to date.
| -rw-r--r-- | man/ack.texi | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/man/ack.texi b/man/ack.texi index aaac07711c1..26b67591bd3 100644 --- a/man/ack.texi +++ b/man/ack.texi | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation, Inc. | 2 | @c Copyright (C) 1994,1995,1996,1997,1999,2000 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | @node Acknowledgments, Screen, Concept Index, Top | 4 | @node Acknowledgments, Screen, Concept Index, Top |
| 5 | @chapter Acknowledgments | 5 | @chapter Acknowledgments |
| 6 | 6 | ||
| 7 | Many people have contributed code included in the Free Software | 7 | Many people have contributed code included in the Free Software |
| 8 | Foundation's distribution of GNU Emacs. To show our appreciation for | 8 | Foundation's distribution of GNU Emacs. To show our appreciation for |
| 9 | their public spirit, we list here those who have written substantial | 9 | their public spirit, we list here, in alphabetical order, those who have |
| 10 | portions. | 10 | written substantial portions. |
| 11 | 11 | ||
| 12 | @itemize @bullet | 12 | @itemize @bullet |
| 13 | @item | 13 | @item |
| @@ -490,6 +490,11 @@ used in mail messages and news articles, | |||
| 490 | @end itemize | 490 | @end itemize |
| 491 | 491 | ||
| 492 | @item | 492 | @item |
| 493 | Gerd Moellmann wrote the new display engine for Emacs 21, the | ||
| 494 | @code{ebrowse} C@t{++} browser, and @file{jit-lock.el}, | ||
| 495 | @file{tooltip.el}, and @file{authors.el} packages. | ||
| 496 | |||
| 497 | @item | ||
| 493 | Keith Moore wrote @file{aixcc.lex}, a pre-processor designed to help | 498 | Keith Moore wrote @file{aixcc.lex}, a pre-processor designed to help |
| 494 | Emacs parse the error messages produced by the AIX C compiler. | 499 | Emacs parse the error messages produced by the AIX C compiler. |
| 495 | 500 | ||
| @@ -695,9 +700,6 @@ oriented subprocesses, | |||
| 695 | @end itemize | 700 | @end itemize |
| 696 | 701 | ||
| 697 | @item | 702 | @item |
| 698 | Sam Shteingold wrote @file{gulp.el}. | ||
| 699 | |||
| 700 | @item | ||
| 701 | Espen Skoglund wrote @file{pascal.el}, a mode for editing Pascal code. | 703 | Espen Skoglund wrote @file{pascal.el}, a mode for editing Pascal code. |
| 702 | 704 | ||
| 703 | @item | 705 | @item |
| @@ -737,7 +739,7 @@ Peter Stephenson contributed @file{vcursor.el}, which implements a | |||
| 737 | copying text. | 739 | copying text. |
| 738 | 740 | ||
| 739 | @item | 741 | @item |
| 740 | Sam Steingold wrote @file{midnight.el}. | 742 | Sam Steingold wrote @file{gulp.el} and @file{midnight.el}. |
| 741 | 743 | ||
| 742 | @item | 744 | @item |
| 743 | Jonathan Stigelman wrote @file{hilit19.el}, a package providing | 745 | Jonathan Stigelman wrote @file{hilit19.el}, a package providing |
| @@ -819,12 +821,20 @@ and news articles, | |||
| 819 | @end itemize | 821 | @end itemize |
| 820 | 822 | ||
| 821 | @item | 823 | @item |
| 822 | Morten Welinder wrote: | 824 | Morten Welinder introduced face support into the MS-DOS port of Emacs, |
| 825 | and also wrote: | ||
| 823 | @itemize @bullet | 826 | @itemize @bullet |
| 824 | @item | 827 | @item |
| 825 | @file{desktop.el}, facilities for saving some of Emacs's state between | 828 | @file{desktop.el}, facilities for saving some of Emacs's state between |
| 826 | sessions, | 829 | sessions, |
| 827 | @item | 830 | @item |
| 831 | @file{timer.el}, the Emacs facility to run commands at a given time or | ||
| 832 | frequency, or when Emacs is idle, | ||
| 833 | @item | ||
| 834 | @file{pc-win.el}, the MS-DOS ``window-system'' support, | ||
| 835 | @item | ||
| 836 | @file{arc-mode.el}, the mode for editing compressed archives, | ||
| 837 | @item | ||
| 828 | @file{s-region.el}, commands for setting the region using the shift key | 838 | @file{s-region.el}, commands for setting the region using the shift key |
| 829 | and motion commands, and | 839 | and motion commands, and |
| 830 | @item | 840 | @item |
| @@ -868,7 +878,11 @@ Tom Wurgler wrote @file{emacs-lock.el}, which makes it harder | |||
| 868 | to exit with valuable buffers unsaved. | 878 | to exit with valuable buffers unsaved. |
| 869 | 879 | ||
| 870 | @item | 880 | @item |
| 871 | Eli Zaretskii made many standard Emacs features work on MS-DOS. | 881 | Eli Zaretskii made many standard Emacs features work on MS-DOS. He also |
| 882 | wrote @file{tty-colors.el}, which implements transparent mapping of X | ||
| 883 | colors to tty colors, and (together with Kenichi Handa) | ||
| 884 | @file{codepage.el}, a package for editing text encoded in DOS/Windows | ||
| 885 | code pages. | ||
| 872 | 886 | ||
| 873 | @item | 887 | @item |
| 874 | Jamie Zawinski wrote: | 888 | Jamie Zawinski wrote: |