]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 047f2b03b62195e3e95e7915d2047c095ba3162f..39db27f85e2f356e4cf1e8943b3d89c0223df2a9 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 c0fd1c8721499a1f8adfb52cf4e0820865cfb5d8..7728215bb91db3995dde5ef8df876b764eb44c9f 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")