]> git.eshelyaron.com Git - emacs.git/commitdiff
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 0bb69a23b1ae2edc2a3779c66d0bf6b8a6b9939c..635f21d1621c77daa9bd4f21f25b325ca949e51e 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 2566cf3a0d505a24fd004831ab8f882879ebfd36..a7edc13a74e9052eee1cea3592daf2aaac7da8b4 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 faaaf15f1ef52dd2daf88587f688ad3c4bc50c0e..003aa10892f63c08933243fd4494a4e16bbe1e9b 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 0538a2831245fd2ab26e20b9b56801c3255f45f5..5cc9424eb753f782df02ba9f8a984f7b68a83f27 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")