aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2015-03-22 17:33:49 -0700
committerGlenn Morris2015-03-22 17:33:49 -0700
commite7f92aa3d3fb7d5cf88eef374eaeba4dc6b8984f (patch)
treea5a8c1fcc64c49793f7a05d585f6e164af2fd63a /lisp
parent0bfe915be7e31f556624f3f9bcae93a2d33e69a6 (diff)
downloademacs-e7f92aa3d3fb7d5cf88eef374eaeba4dc6b8984f.tar.gz
emacs-e7f92aa3d3fb7d5cf88eef374eaeba4dc6b8984f.zip
authors.el small additions
* lisp/emacs-lisp/authors.el (authors-aliases) (authors-obsolete-files-regexps): Additions.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/emacs-lisp/authors.el2
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c7c66d24d6..40f1e9ff279 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12015-03-23 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/authors.el (authors-aliases)
4 (authors-obsolete-files-regexps): Additions.
5
12015-03-22 Jan Djärv <jan.h.d@swipnet.se> 62015-03-22 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * simple.el (deactivate-mark): Only modify PRIMARY if we own 8 * 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 b44f7aa7146..7d6169d9029 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -85,6 +85,7 @@ files.")
85 ("Jens-Ulrik Holger Petersen" "Jens-Ulrik Petersen") 85 ("Jens-Ulrik Holger Petersen" "Jens-Ulrik Petersen")
86 ("Jeremy Bertram Maitin-Shepard" "Jeremy Maitin-Shepard") 86 ("Jeremy Bertram Maitin-Shepard" "Jeremy Maitin-Shepard")
87 ("Johan Bockgård" "Johan Bockgard") 87 ("Johan Bockgård" "Johan Bockgard")
88 ("John F. Carr" "John F Carr")
88 ("John J Foerch" "John Foerch") 89 ("John J Foerch" "John Foerch")
89 ("John W. Eaton" "John Eaton") 90 ("John W. Eaton" "John Eaton")
90 ("Jonathan I. Kamens" "Jonathan Kamens") 91 ("Jonathan I. Kamens" "Jonathan Kamens")
@@ -242,6 +243,7 @@ If REALNAME is nil, ignore that author.")
242 '(".*loaddefs.el$" ; not obsolete, but auto-generated 243 '(".*loaddefs.el$" ; not obsolete, but auto-generated
243 "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting 244 "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting
244 "\\.arch-inventory$" 245 "\\.arch-inventory$"
246 "ChangeLog\\(\\.[0-9]+\\)?\\'"
245 "automated/data/" ; not interesting 247 "automated/data/" ; not interesting
246 ;; TODO lib/? Matches other things? 248 ;; TODO lib/? Matches other things?
247 "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'" 249 "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"