Mercurial > emacs
changeset 107180:cace278d9d06
* emacs-lisp/authors.el (authors-renamed-files-alist):
Add entries for INSTALL.CVS.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 17 Feb 2010 22:05:45 -0800 |
parents | 4d2a82992443 |
children | 36d0fedf13ca |
files | lisp/ChangeLog lisp/emacs-lisp/authors.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 17 22:02:35 2010 -0800 +++ b/lisp/ChangeLog Wed Feb 17 22:05:45 2010 -0800 @@ -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.
--- a/lisp/emacs-lisp/authors.el Wed Feb 17 22:02:35 2010 -0800 +++ b/lisp/emacs-lisp/authors.el Wed Feb 17 22:05:45 2010 -0800 @@ -504,7 +504,9 @@ ;; 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")