authors.el small additions
authorGlenn Morris <rgm@gnu.org>
Wed, 22 Jan 2014 07:35:50 +0000 (23:35 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 22 Jan 2014 07:35:50 +0000 (23:35 -0800)
* lisp/emacs-lisp/authors.el (authors-valid-file-names):
(authors-renamed-files-alist): Additions.

* lisp/ChangeLog.5, etc/ChangeLog: Clarify old entries.

etc/ChangeLog
lisp/ChangeLog
lisp/ChangeLog.5
lisp/emacs-lisp/authors.el

index 0bb69a2..635f21d 100644 (file)
 
 1995-04-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
-       * 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  <boris@cs.rochester.edu>
 
index 2566cf3..a7edc13 100644 (file)
@@ -1,6 +1,7 @@
 2014-01-22  Glenn Morris  <rgm@gnu.org>
 
-       * 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)
index faaaf15..003aa10 100644 (file)
 
        * loaddefs.el (global-map): Bind C-M-backspace like C-M-delete.
 
+1995-04-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
+
+       * tpu-doc.el: File moved to ../etc/tpu-edt.doc.
+
 1995-04-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        * files.el (write-file): Default is ask for confirmation
index 0538a28..5cc9424 100644 (file)
@@ -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")