diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-21 23:35:50 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-21 23:35:50 -0800 |
commit | 73c1c6d795b00e9f0ca9e38d7d44f81400268bd2 (patch) | |
tree | e72137e114e885a884402cc77563efcf2acae4f7 /lisp/emacs-lisp/authors.el | |
parent | 7bfc1caa624fac9377f6f3fea3f3052cfdb02e65 (diff) | |
download | emacs-73c1c6d795b00e9f0ca9e38d7d44f81400268bd2.tar.gz emacs-73c1c6d795b00e9f0ca9e38d7d44f81400268bd2.tar.bz2 emacs-73c1c6d795b00e9f0ca9e38d7d44f81400268bd2.zip |
authors.el small additions
* lisp/emacs-lisp/authors.el (authors-valid-file-names):
(authors-renamed-files-alist): Additions.
* lisp/ChangeLog.5, etc/ChangeLog: Clarify old entries.
Diffstat (limited to 'lisp/emacs-lisp/authors.el')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 0538a283124..5cc9424eb75 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -669,7 +669,7 @@ Changes to files in this list are not listed.") ;; etc/ "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" "test-distrib.c" "testfile" - "tpu-doc.el" ; FIXME? renamed to something? + "tpu-edt.doc" ; see below ) "File names which are valid, but no longer exist (or cannot be found) in the repository.") @@ -723,6 +723,10 @@ in the repository.") ("DIFF" . "OTHER.EMACSES") ("CCADIFF" . "OTHER.EMACSES") ("GOSDIFF" . "OTHER.EMACSES") + ;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29. + ;; Removed in Emacs 19.30, replaced by new file etc/edt-user.doc + ;; (no associated ChangeLog entry). + ("tpu-doc.el" . "tpu-edt.doc") ("Makefile.in.in" . "Makefile.in") ("leim-Makefile" . "leim/Makefile") ("leim-Makefile.in" . "leim/Makefile.in") |