]> git.eshelyaron.com Git - emacs.git/commitdiff
authors.el small additions
authorGlenn Morris <rgm@gnu.org>
Mon, 23 Mar 2015 00:33:49 +0000 (17:33 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 23 Mar 2015 00:33:49 +0000 (17:33 -0700)
* lisp/emacs-lisp/authors.el (authors-aliases)
(authors-obsolete-files-regexps): Additions.

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

index 7c7c66d24d6bd3f9871cb01d84272c866c76d4ec..40f1e9ff2790f66fcb4be256335337887b89d0e2 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-23  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/authors.el (authors-aliases)
+       (authors-obsolete-files-regexps): Additions.
+
 2015-03-22  Jan Djärv  <jan.h.d@swipnet.se>
 
        * simple.el (deactivate-mark): Only modify PRIMARY if we own
index b44f7aa7146163ea79a304c4d5e3c7b53e264d14..7d6169d9029a1918a64ef579305088ba5bcc04a2 100644 (file)
@@ -85,6 +85,7 @@ files.")
     ("Jens-Ulrik Holger Petersen" "Jens-Ulrik Petersen")
     ("Jeremy Bertram Maitin-Shepard" "Jeremy Maitin-Shepard")
     ("Johan Bockgård" "Johan Bockgard")
+    ("John F. Carr" "John F Carr")
     ("John J Foerch" "John Foerch")
     ("John W. Eaton" "John Eaton")
     ("Jonathan I. Kamens" "Jonathan Kamens")
@@ -242,6 +243,7 @@ If REALNAME is nil, ignore that author.")
   '(".*loaddefs.el$"                   ; not obsolete, but auto-generated
     "\\.\\(bzr\\|cvs\\|git\\)ignore$"          ; obsolete or uninteresting
     "\\.arch-inventory$"
+    "ChangeLog\\(\\.[0-9]+\\)?\\'"
     "automated/data/"             ; not interesting
     ;; TODO lib/? Matches other things?
     "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"