From: Glenn Morris Date: Thu, 18 Feb 2010 06:05:45 +0000 (-0800) Subject: * emacs-lisp/authors.el (authors-renamed-files-alist): X-Git-Tag: emacs-pretest-23.1.93~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b788a98d136af5e841e8e521f6900b703a294743;p=emacs.git * emacs-lisp/authors.el (authors-renamed-files-alist): Add entries for INSTALL.CVS. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 047f2b03b62..39db27f85e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-02-18 Glenn Morris + + * emacs-lisp/authors.el (authors-renamed-files-alist): + Add entries for INSTALL.CVS. + 2010-02-17 Mark A. Hershberger * vc-bzr.el: fix typo in Known Bugs section. diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index c0fd1c87214..7728215bb91 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -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")