summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/ChangeLog.54
-rw-r--r--lisp/emacs-lisp/authors.el6
3 files changed, 11 insertions, 2 deletions
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 <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)
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5
index faaaf15f1ef..003aa10892f 100644
--- a/lisp/ChangeLog.5
+++ b/lisp/ChangeLog.5
@@ -1930,6 +1930,10 @@
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
only interactively.
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")