From: Glenn Morris Date: Wed, 22 Jan 2014 07:35:50 +0000 (-0800) Subject: authors.el small additions X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73c1c6d795b00e9f0ca9e38d7d44f81400268bd2;p=emacs.git 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. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 0bb69a23b1a..635f21d1621 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -5533,7 +5533,7 @@ 1995-04-09 Richard Stallman - * tpu-doc.el: File moved to etc dir and renamed. + * tpu-edt.doc: Move here from ../lisp/tpu-doc.el. 1995-04-07 Boris Goldowsky diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2566cf3a0d5..a7edc13a74e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2014-01-22 Glenn Morris - * emacs-lisp/authors.el (authors-valid-file-names): Additions. + * emacs-lisp/authors.el (authors-valid-file-names): + (authors-renamed-files-alist): Additions. * vc/vc-git.el (vc-git-print-log): Remove --follow; reverts 2014-01-09 change. (Bug#16422) diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index faaaf15f1ef..003aa10892f 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 @@ -1928,6 +1928,10 @@ * loaddefs.el (global-map): Bind C-M-backspace like C-M-delete. +1995-04-09 Richard Stallman + + * tpu-doc.el: File moved to ../etc/tpu-edt.doc. + 1995-04-09 Richard Stallman * files.el (write-file): Default is ask for confirmation 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")