diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | admin/authors.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index cd5f08989fc..ad4422ec3e1 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * authors.el (authors-renamed-files-alist): Add package-x-test.el | ||
| 4 | |||
| 1 | 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get | 7 | * unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get |
diff --git a/admin/authors.el b/admin/authors.el index cf989e11d95..e27877df51d 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -782,6 +782,7 @@ in the repository.") | |||
| 782 | ;; The one in lisp is eshell/eshell.el. | 782 | ;; The one in lisp is eshell/eshell.el. |
| 783 | ("eshell.el" . "automated/eshell.el") | 783 | ("eshell.el" . "automated/eshell.el") |
| 784 | ("eshell/esh-test.el" . "automated/eshell.el") | 784 | ("eshell/esh-test.el" . "automated/eshell.el") |
| 785 | ("automated/package-x-test.el" . "automated/package-test.el") | ||
| 785 | ;; INSTALL-CVS -> .CVS -> .BZR -> .REPO | 786 | ;; INSTALL-CVS -> .CVS -> .BZR -> .REPO |
| 786 | ("INSTALL-CVS" . "INSTALL.REPO") | 787 | ("INSTALL-CVS" . "INSTALL.REPO") |
| 787 | ("INSTALL.CVS" . "INSTALL.REPO") | 788 | ("INSTALL.CVS" . "INSTALL.REPO") |