aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-12-03 17:44:11 +0000
committerEli Zaretskii2000-12-03 17:44:11 +0000
commitd282b1c2e40313e3fc19fdead6d15bdadfe1f679 (patch)
treea1c51c34c91ef6003e552b3d95a94ae4cc9d92a2
parent33c4460b1b81f51c64267440a3b465d560e388ab (diff)
downloademacs-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.texi32
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
7Many people have contributed code included in the Free Software 7Many people have contributed code included in the Free Software
8Foundation's distribution of GNU Emacs. To show our appreciation for 8Foundation's distribution of GNU Emacs. To show our appreciation for
9their public spirit, we list here those who have written substantial 9their public spirit, we list here, in alphabetical order, those who have
10portions. 10written 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
493Gerd 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
493Keith Moore wrote @file{aixcc.lex}, a pre-processor designed to help 498Keith Moore wrote @file{aixcc.lex}, a pre-processor designed to help
494Emacs parse the error messages produced by the AIX C compiler. 499Emacs 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
698Sam Shteingold wrote @file{gulp.el}.
699
700@item
701Espen Skoglund wrote @file{pascal.el}, a mode for editing Pascal code. 703Espen 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
737copying text. 739copying text.
738 740
739@item 741@item
740Sam Steingold wrote @file{midnight.el}. 742Sam Steingold wrote @file{gulp.el} and @file{midnight.el}.
741 743
742@item 744@item
743Jonathan Stigelman wrote @file{hilit19.el}, a package providing 745Jonathan 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
822Morten Welinder wrote: 824Morten Welinder introduced face support into the MS-DOS port of Emacs,
825and 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
826sessions, 829sessions,
827@item 830@item
831@file{timer.el}, the Emacs facility to run commands at a given time or
832frequency, 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
829and motion commands, and 839and motion commands, and
830@item 840@item
@@ -868,7 +878,11 @@ Tom Wurgler wrote @file{emacs-lock.el}, which makes it harder
868to exit with valuable buffers unsaved. 878to exit with valuable buffers unsaved.
869 879
870@item 880@item
871Eli Zaretskii made many standard Emacs features work on MS-DOS. 881Eli Zaretskii made many standard Emacs features work on MS-DOS. He also
882wrote @file{tty-colors.el}, which implements transparent mapping of X
883colors to tty colors, and (together with Kenichi Handa)
884@file{codepage.el}, a package for editing text encoded in DOS/Windows
885code pages.
872 886
873@item 887@item
874Jamie Zawinski wrote: 888Jamie Zawinski wrote: