diff options
| author | Glenn Morris | 2013-06-28 09:08:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-28 09:08:27 -0700 |
| commit | 0c72d017b5256ea61206966fe1b3cb9ea2c3d2b4 (patch) | |
| tree | 9ea58392e03ddba5c66c6426b56a1e23f1981174 | |
| parent | dbca79f8ce74ddadb93a4dfc705b0020fbbe1002 (diff) | |
| download | emacs-0c72d017b5256ea61206966fe1b3cb9ea2c3d2b4.tar.gz emacs-0c72d017b5256ea61206966fe1b3cb9ea2c3d2b4.zip | |
* doc/emacs/ack.texi (Acknowledgments): Small update.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/ack.texi | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 12269c7ce32..45f08499215 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ack.texi (Acknowledgments): Small update. | ||
| 4 | |||
| 1 | 2013-06-19 Glenn Morris <rgm@gnu.org> | 5 | 2013-06-19 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (dist): Edit more configure variables. | 7 | * Makefile.in (dist): Edit more configure variables. |
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index 92874ad6276..47e5be88ce1 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi | |||
| @@ -115,6 +115,10 @@ Christian Limpach and Adrian Robert developed and maintained the | |||
| 115 | NeXTstep port of Emacs. | 115 | NeXTstep port of Emacs. |
| 116 | 116 | ||
| 117 | @item | 117 | @item |
| 118 | Stephen Berman wrote @file{todo-mode.el} (based on the original version | ||
| 119 | by Oliver Seidel), a package for maintaining @file{TODO} list files. | ||
| 120 | |||
| 121 | @item | ||
| 118 | Anna M. Bigatti wrote @file{cal-html.el}, which produces HTML calendars. | 122 | Anna M. Bigatti wrote @file{cal-html.el}, which produces HTML calendars. |
| 119 | 123 | ||
| 120 | @item | 124 | @item |
| @@ -1115,10 +1119,6 @@ wrote parts of the IRC client ERC (q.v.). | |||
| 1115 | Randal Schwartz wrote @file{pp.el}, a pretty-printer for lisp objects. | 1119 | Randal Schwartz wrote @file{pp.el}, a pretty-printer for lisp objects. |
| 1116 | 1120 | ||
| 1117 | @item | 1121 | @item |
| 1118 | Oliver Seidel wrote @file{todo-mode.el}, a package for maintaining | ||
| 1119 | @file{TODO} list files. | ||
| 1120 | |||
| 1121 | @item | ||
| 1122 | Manuel Serrano wrote the Flyspell package, which does spell checking | 1122 | Manuel Serrano wrote the Flyspell package, which does spell checking |
| 1123 | as you type. | 1123 | as you type. |
| 1124 | 1124 | ||