aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-21 23:35:50 -0800
committerGlenn Morris2014-01-21 23:35:50 -0800
commit73c1c6d795b00e9f0ca9e38d7d44f81400268bd2 (patch)
treee72137e114e885a884402cc77563efcf2acae4f7
parent7bfc1caa624fac9377f6f3fea3f3052cfdb02e65 (diff)
downloademacs-73c1c6d795b00e9f0ca9e38d7d44f81400268bd2.tar.gz
emacs-73c1c6d795b00e9f0ca9e38d7d44f81400268bd2.zip
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.
-rw-r--r--etc/ChangeLog2
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/ChangeLog.54
-rw-r--r--lisp/emacs-lisp/authors.el6
4 files changed, 12 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 0bb69a23b1a..635f21d1621 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -5533,7 +5533,7 @@
5533 5533
55341995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu> 55341995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5535 5535
5536 * tpu-doc.el: File moved to etc dir and renamed. 5536 * tpu-edt.doc: Move here from ../lisp/tpu-doc.el.
5537 5537
55381995-04-07 Boris Goldowsky <boris@cs.rochester.edu> 55381995-04-07 Boris Goldowsky <boris@cs.rochester.edu>
5539 5539
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2566cf3a0d5..a7edc13a74e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
12014-01-22 Glenn Morris <rgm@gnu.org> 12014-01-22 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/authors.el (authors-valid-file-names): Additions. 3 * emacs-lisp/authors.el (authors-valid-file-names):
4 (authors-renamed-files-alist): Additions.
4 5
5 * vc/vc-git.el (vc-git-print-log): Remove --follow; 6 * vc/vc-git.el (vc-git-print-log): Remove --follow;
6 reverts 2014-01-09 change. (Bug#16422) 7 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 @@
1930 1930
19311995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu> 19311995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1932 1932
1933 * tpu-doc.el: File moved to ../etc/tpu-edt.doc.
1934
19351995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1936
1933 * files.el (write-file): Default is ask for confirmation 1937 * files.el (write-file): Default is ask for confirmation
1934 only interactively. 1938 only interactively.
1935 1939
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.")
669 ;; etc/ 669 ;; etc/
670 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" 670 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
671 "test-distrib.c" "testfile" 671 "test-distrib.c" "testfile"
672 "tpu-doc.el" ; FIXME? renamed to something? 672 "tpu-edt.doc" ; see below
673 ) 673 )
674 "File names which are valid, but no longer exist (or cannot be found) 674 "File names which are valid, but no longer exist (or cannot be found)
675in the repository.") 675in the repository.")
@@ -723,6 +723,10 @@ in the repository.")
723 ("DIFF" . "OTHER.EMACSES") 723 ("DIFF" . "OTHER.EMACSES")
724 ("CCADIFF" . "OTHER.EMACSES") 724 ("CCADIFF" . "OTHER.EMACSES")
725 ("GOSDIFF" . "OTHER.EMACSES") 725 ("GOSDIFF" . "OTHER.EMACSES")
726 ;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29.
727 ;; Removed in Emacs 19.30, replaced by new file etc/edt-user.doc
728 ;; (no associated ChangeLog entry).
729 ("tpu-doc.el" . "tpu-edt.doc")
726 ("Makefile.in.in" . "Makefile.in") 730 ("Makefile.in.in" . "Makefile.in")
727 ("leim-Makefile" . "leim/Makefile") 731 ("leim-Makefile" . "leim/Makefile")
728 ("leim-Makefile.in" . "leim/Makefile.in") 732 ("leim-Makefile.in" . "leim/Makefile.in")