aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2017-06-06 16:19:10 -0400
committerGlenn Morris2017-06-06 16:19:10 -0400
commit43885eac09d7c69ecbac08c033d33381e21f48a2 (patch)
tree2c3cfcc38357eed8c89406ab5a8d5f4b27268a91 /admin
parent30e33e967b9dc38db633e46df9d61d2e25f2d991 (diff)
downloademacs-43885eac09d7c69ecbac08c033d33381e21f48a2.tar.gz
emacs-43885eac09d7c69ecbac08c033d33381e21f48a2.zip
More authors.el updates
* admin/authors.el (authors-obsolete-files-regexps) (authors-valid-file-names, authors-renamed-files-alist) (authors-renamed-files-regexps): Additions.
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el22
1 files changed, 18 insertions, 4 deletions
diff --git a/admin/authors.el b/admin/authors.el
index ea94df07879..692c7b7b6c0 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -263,10 +263,12 @@ If REALNAME is nil, ignore that author.")
263 "\\.arch-inventory$" 263 "\\.arch-inventory$"
264 "ChangeLog\\(\\.[0-9]+\\)?\\'" 264 "ChangeLog\\(\\.[0-9]+\\)?\\'"
265 "\\(automated\\|test\\)/data/" ; not interesting 265 "\\(automated\\|test\\)/data/" ; not interesting
266 "cedet/tests/"
266 "test/etags/" 267 "test/etags/"
267 "indent/" 268 "\\`\\(indent\\|automated\\)\\'" "indent/" "mod-test/"
268 "-resources/" 269 "-resources/"
269 "unidata/.*\\.txt\\'" 270 "unidata/.*\\.txt\\'"
271 "BidiCharacterTest.txt"
270 ;; TODO lib/? Matches other things? 272 ;; TODO lib/? Matches other things?
271 "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'" 273 "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"
272 "preferences\\.\\(nib\\|gorm\\)" 274 "preferences\\.\\(nib\\|gorm\\)"
@@ -744,8 +746,9 @@ Changes to files in this list are not listed.")
744 "gnus-gl.el" "gnus.sum.el" "proto-stream.el" "color.el" "color-lab.el" 746 "gnus-gl.el" "gnus.sum.el" "proto-stream.el" "color.el" "color-lab.el"
745 "eww.el" "shr-color.el" "shr.el" "earcon.el" "gnus-audio.el" "encrypt.el" 747 "eww.el" "shr-color.el" "shr.el" "earcon.el" "gnus-audio.el" "encrypt.el"
746 "format-spec.el" "gnus-move.el" "gnus-sync.el" 748 "format-spec.el" "gnus-move.el" "gnus-sync.el"
747 "auth-source.el" "mailcap.el" "pop3.el" "qp.el" "registry.el" 749 "auth-source.el" "ecomplete.el" "gravatar.el" "mailcap.el" "plstore.el"
748 "rfc2231.el" "sieve.el" "sieve-mode.el" 750 "pop3.el" "qp.el" "registry.el" "rfc2231.el" "rtree.el"
751 "sieve.el" "sieve-mode.el"
749 ;; doc 752 ;; doc
750 "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi" 753 "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi"
751 "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el" 754 "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el"
@@ -785,6 +788,11 @@ Changes to files in this list are not listed.")
785 "nxml-glyph.el" 788 "nxml-glyph.el"
786 "tramp-gw.el" 789 "tramp-gw.el"
787 "webmail.el" 790 "webmail.el"
791 "biditest.el"
792 "redisplay-testsuite.el"
793 "cedet-utests.el" "ede-tests.el" "semantic-ia-utest.el"
794 "semantic-tests.el" "semantic-utest-c.el" "semantic-utest.el"
795 "srecode-tests.el"
788 ) 796 )
789 "File names which are valid, but no longer exist (or cannot be found) 797 "File names which are valid, but no longer exist (or cannot be found)
790in the repository.") 798in the repository.")
@@ -896,6 +904,8 @@ in the repository.")
896 ;; From lisp/ to etc/nxml. 904 ;; From lisp/ to etc/nxml.
897 ("nxml/test.invalid.xml" . "test-invalid.xml") 905 ("nxml/test.invalid.xml" . "test-invalid.xml")
898 ("nxml/test.valid.xml" . "test-valid.xml") 906 ("nxml/test.valid.xml" . "test-valid.xml")
907 ("automated/Makefile.in" . "test/Makefile.in")
908 ("rmailmm.el" . "test/rmailmm.el")
899 ;; The one in lisp is eshell/eshell.el. 909 ;; The one in lisp is eshell/eshell.el.
900 ("eshell.el" . "eshell-tests.el") 910 ("eshell.el" . "eshell-tests.el")
901 ("automated/eshell.el" . "eshell-tests.el") 911 ("automated/eshell.el" . "eshell-tests.el")
@@ -1061,9 +1071,13 @@ ediff\\|emerge\\|log-edit\\|log-view\\|pcvs\\|smerge-mode\\|vc\\)\\.el\\'"
1061 ;; From test/ to test/automated/. 1071 ;; From test/ to test/automated/.
1062 ("comint-testsuite.el" "automated/\\&") 1072 ("comint-testsuite.el" "automated/\\&")
1063 ("\\`\\(bytecomp\\|font-parse\\|icalendar\\|occur\\|newsticker\\)\ 1073 ("\\`\\(bytecomp\\|font-parse\\|icalendar\\|occur\\|newsticker\\)\
1064-testsuite\\.el" "automated/\\1-tests.el") 1074-testsuite\\.el" "\\1-tests.el")
1065 ("automated/flymake/warnpred/\\(Makefile\\|test\\.\\(?:c\\|pl\\)\\)\\'" 1075 ("automated/flymake/warnpred/\\(Makefile\\|test\\.\\(?:c\\|pl\\)\\)\\'"
1066 "automated/data/flymake/\\1") 1076 "automated/data/flymake/\\1")
1077 ;; More complicated than this, but we only use the basename of the RHS.
1078 ("automated/\\([^/]*-test[^/]*\\.el\\)\\'" "\\1")
1079 ;; Maybe not the exact new name, but disambiguates from lisp/.
1080 ("automated/\\([^/]*\\)\\.el\\'" "\\1-tests.el")
1067 ;; NB lax rules should come last. 1081 ;; NB lax rules should come last.
1068 ("^m/m-\\(.*\\.h\\)$" "m/\\1" t) 1082 ("^m/m-\\(.*\\.h\\)$" "m/\\1" t)
1069 ("^m-\\(.*\\.h\\)$" "\\1" t) 1083 ("^m-\\(.*\\.h\\)$" "\\1" t)