diff options
| author | Glenn Morris | 2009-08-18 07:35:06 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-18 07:35:06 +0000 |
| commit | 997797ae1bf94406e779c9cdd4bec6c2f1d5b2f4 (patch) | |
| tree | 6f52752df1652aea851c3d142219e34c07248f1b | |
| parent | b2de63e7b6fe768ba01f0aab83f3b43747bc77f9 (diff) | |
| download | emacs-997797ae1bf94406e779c9cdd4bec6c2f1d5b2f4.tar.gz emacs-997797ae1bf94406e779c9cdd4bec6c2f1d5b2f4.zip | |
(Acknowledgments): Add files-x.el.
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/ack.texi | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index f9668e96aae..7b19d74d54c 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * ack.texi (Acknowledgments): | 3 | * ack.texi (Acknowledgments): |
| 4 | * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el. | 4 | * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el. |
| 5 | 5 | ||
| 6 | * ack.texi (Acknowledgments): Add ucs-normalize.el. | 6 | * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el. |
| 7 | 7 | ||
| 8 | 2009-08-09 Glenn Morris <rgm@gnu.org> | 8 | 2009-08-09 Glenn Morris <rgm@gnu.org> |
| 9 | 9 | ||
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index 96d82278ef6..d687d57af11 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi | |||
| @@ -656,7 +656,8 @@ files. | |||
| 656 | 656 | ||
| 657 | @item | 657 | @item |
| 658 | Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer | 658 | Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer |
| 659 | searches. | 659 | searches; and the code in @file{files-x.el} for handling file- and |
| 660 | directory-local variables. | ||
| 660 | 661 | ||
| 661 | @item | 662 | @item |
| 662 | K@'{a}roly L@"{o}rentey wrote the ``multi-terminal'' code, which | 663 | K@'{a}roly L@"{o}rentey wrote the ``multi-terminal'' code, which |