emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 e7f92aa: authors.el small additions


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 e7f92aa: authors.el small additions
Date: Mon, 23 Mar 2015 00:33:55 +0000

branch: emacs-24
commit e7f92aa3d3fb7d5cf88eef374eaeba4dc6b8984f
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    authors.el small additions
    
    * lisp/emacs-lisp/authors.el (authors-aliases)
    (authors-obsolete-files-regexps): Additions.
---
 lisp/ChangeLog             |    5 +++++
 lisp/emacs-lisp/authors.el |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c7c66d..40f1e9f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-23  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/authors.el (authors-aliases)
+       (authors-obsolete-files-regexps): Additions.
+
 2015-03-22  Jan Djärv  <address@hidden>
 
        * simple.el (deactivate-mark): Only modify PRIMARY if we own
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index b44f7aa..7d6169d 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -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\\'"



reply via email to

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