emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99517: * emacs-lisp/authors.el (auth


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99517: * emacs-lisp/authors.el (authors-renamed-files-alist):
Date: Wed, 17 Feb 2010 22:05:45 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99517
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-17 22:05:45 -0800
message:
  * emacs-lisp/authors.el (authors-renamed-files-alist):
  Add entries for INSTALL.CVS.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/authors.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-17 21:39:21 +0000
+++ b/lisp/ChangeLog    2010-02-18 06:05:45 +0000
@@ -1,3 +1,8 @@
+2010-02-18  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/authors.el (authors-renamed-files-alist):
+       Add entries for INSTALL.CVS.
+
 2010-02-17  Mark A. Hershberger  <address@hidden>
 
        * vc-bzr.el: fix typo in Known Bugs section.

=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el        2010-01-13 08:35:10 +0000
+++ b/lisp/emacs-lisp/authors.el        2010-02-18 06:05:45 +0000
@@ -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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]