From 73c1c6d795b00e9f0ca9e38d7d44f81400268bd2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 21 Jan 2014 23:35:50 -0800 Subject: 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. --- lisp/emacs-lisp/authors.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/authors.el') 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") -- cgit v1.2.3