* emacs-lisp/authors.el (authors-renamed-files-alist):
authorGlenn Morris <rgm@gnu.org>
Thu, 18 Feb 2010 06:05:45 +0000 (22:05 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 18 Feb 2010 06:05:45 +0000 (22:05 -0800)
Add entries for INSTALL.CVS.

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

index 047f2b0..39db27f 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-18  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/authors.el (authors-renamed-files-alist):
+       Add entries for INSTALL.CVS.
+
 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
 
        * vc-bzr.el: fix typo in Known Bugs section.
index c0fd1c8..7728215 100644 (file)
@@ -504,7 +504,9 @@ found) in the repository.")
     ;; index and pick merged into search.
     ("mh-index.el" . "mh-search.el")
     ("mh-pick.el" . "mh-search.el")
-    ("INSTALL-CVS" . "INSTALL.CVS")
+    ;; INSTALL-CVS -> .CVS -> .BZR
+    ("INSTALL-CVS" . "INSTALL.BZR")
+    ("INSTALL.CVS" . "INSTALL.BZR")
     ("refcards/fr-drdref.pdf" . "refcards/fr-dired-ref.pdf")
     ("gnus-logo.eps" . "refcards/gnus-logo.eps")
     ("build-install" . "build-ins.in")