aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-08-19 02:59:11 +0000
committerGlenn Morris2009-08-19 02:59:11 +0000
commite99652b05f7ec1ba5322a03b37cdb36aad74907d (patch)
tree5e9304f5c54cf72cfceaaaeb4e34aff0413a3d15
parent0916a29e3f916a1df1a22c1403b37e8565bc03f1 (diff)
downloademacs-e99652b05f7ec1ba5322a03b37cdb36aad74907d.tar.gz
emacs-e99652b05f7ec1ba5322a03b37cdb36aad74907d.zip
(Acknowledgments): Remove cvtmail. Mention info-finder.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/ack.texi9
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 7b19d74d54c..65394b65eb1 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12009-08-19 Glenn Morris <rgm@gnu.org>
2
3 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
4
12009-08-18 Glenn Morris <rgm@gnu.org> 52009-08-18 Glenn Morris <rgm@gnu.org>
2 6
3 * ack.texi (Acknowledgments): 7 * ack.texi (Acknowledgments):
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index d687d57af11..7023788c15d 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -578,10 +578,6 @@ Pavel Kobyakov wrote @file{flymake.el}, a minor mode for performing
578on-the-fly syntax checking. 578on-the-fly syntax checking.
579 579
580@item 580@item
581Larry K.@: Kolodney wrote @file{cvtmail.c}, a program to convert the mail
582directories used by Gosling Emacs into RMAIL format.
583
584@item
585David M.@: Koppelman wrote @file{hi-lock.el}, a minor mode for 581David M.@: Koppelman wrote @file{hi-lock.el}, a minor mode for
586interactive automatic highlighting of parts of the buffer text. 582interactive automatic highlighting of parts of the buffer text.
587 583
@@ -656,8 +652,9 @@ files.
656 652
657@item 653@item
658Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer 654Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer
659searches; and the code in @file{files-x.el} for handling file- and 655searches; the code in @file{files-x.el} for handling file- and
660directory-local variables. 656directory-local variables; and the @code{info-finder} feature that
657creates a virtual Info manual of package keywords.
661 658
662@item 659@item
663K@'{a}roly L@"{o}rentey wrote the ``multi-terminal'' code, which 660K@'{a}roly L@"{o}rentey wrote the ``multi-terminal'' code, which