diff options
| author | Glenn Morris | 2017-06-06 15:08:41 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-06-06 15:08:41 -0400 |
| commit | a203e717ebe2b5a491b39a52f39e65ef17dc39a5 (patch) | |
| tree | c50d690cc4ee5f9c95741b4c1822edb4588c07e5 /admin | |
| parent | 0cd94b8a03e78bbfef3563ddd625b4cd817459bb (diff) | |
| download | emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.tar.gz emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.zip | |
More small authors.el updates
* admin/authors.el (authors-aliases): Fix recent addition.
(authors-obsolete-files-regexps, authors-no-scan-regexps)
(authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist): Additions.
; * lisp/vc/pcvs.el, test/lisp/emacs-lisp/checkdoc-tests.el:
; Fix Author headers.
; * ChangeLog.2: Fixes.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/authors.el | 42 |
1 files changed, 31 insertions, 11 deletions
diff --git a/admin/authors.el b/admin/authors.el index 4dfd183415a..4ca867f2842 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -78,7 +78,7 @@ files.") | |||
| 78 | ("François Pinard" "Francois Pinard") | 78 | ("François Pinard" "Francois Pinard") |
| 79 | ("Francesco Potortì" "Francesco Potorti" "Francesco Potorti`") | 79 | ("Francesco Potortì" "Francesco Potorti" "Francesco Potorti`") |
| 80 | ("Frederic Pierresteguy" "Fred Pierresteguy") | 80 | ("Frederic Pierresteguy" "Fred Pierresteguy") |
| 81 | (nil "FSF") | 81 | (nil "^FSF") |
| 82 | ("Gerd Möllmann" "Gerd Moellmann") | 82 | ("Gerd Möllmann" "Gerd Moellmann") |
| 83 | ("Hallvard B. Furuseth" "Hallvard B Furuseth" "Hallvard Furuseth") | 83 | ("Hallvard B. Furuseth" "Hallvard B Furuseth" "Hallvard Furuseth") |
| 84 | ("Hrvoje Nikšić" "Hrvoje Niksic") | 84 | ("Hrvoje Nikšić" "Hrvoje Niksic") |
| @@ -262,7 +262,11 @@ If REALNAME is nil, ignore that author.") | |||
| 262 | "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting | 262 | "\\.\\(bzr\\|cvs\\|git\\)ignore$" ; obsolete or uninteresting |
| 263 | "\\.arch-inventory$" | 263 | "\\.arch-inventory$" |
| 264 | "ChangeLog\\(\\.[0-9]+\\)?\\'" | 264 | "ChangeLog\\(\\.[0-9]+\\)?\\'" |
| 265 | "automated/data/" ; not interesting | 265 | "\\(automated\\|test\\)/data/" ; not interesting |
| 266 | "test/etags/" | ||
| 267 | "indent/" | ||
| 268 | "-resources/" | ||
| 269 | "admin/unidata/[BINSU]" | ||
| 266 | ;; TODO lib/? Matches other things? | 270 | ;; TODO lib/? Matches other things? |
| 267 | "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'" | 271 | "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'" |
| 268 | "preferences\\.\\(nib\\|gorm\\)" | 272 | "preferences\\.\\(nib\\|gorm\\)" |
| @@ -274,7 +278,8 @@ Changes to files matching one of the regexps in this list are not listed.") | |||
| 274 | 278 | ||
| 275 | (defconst authors-no-scan-regexps | 279 | (defconst authors-no-scan-regexps |
| 276 | '("etc/nxml/" | 280 | '("etc/nxml/" |
| 277 | "automated/data/") | 281 | "test/data/" |
| 282 | "test/.*-resources/") | ||
| 278 | "Lists of regexps matching files not to scan for authorship.") | 283 | "Lists of regexps matching files not to scan for authorship.") |
| 279 | 284 | ||
| 280 | (defconst authors-ignored-files | 285 | (defconst authors-ignored-files |
| @@ -389,6 +394,7 @@ Changes to files matching one of the regexps in this list are not listed.") | |||
| 389 | "admin/unidata/makefile.w32-in" | 394 | "admin/unidata/makefile.w32-in" |
| 390 | "unidata/makefile.w32-in" | 395 | "unidata/makefile.w32-in" |
| 391 | "lib/makefile.w32-in" | 396 | "lib/makefile.w32-in" |
| 397 | "lib-src/makefile.w32-in" | ||
| 392 | "leim/makefile.w32-in" | 398 | "leim/makefile.w32-in" |
| 393 | "lisp/makefile.w32-in" | 399 | "lisp/makefile.w32-in" |
| 394 | "src/makefile.w32-in" | 400 | "src/makefile.w32-in" |
| @@ -402,12 +408,13 @@ Changes to files matching one of the regexps in this list are not listed.") | |||
| 402 | "src/paths.h" | 408 | "src/paths.h" |
| 403 | "envadd.bat" | 409 | "envadd.bat" |
| 404 | "multi-install-info.bat" | 410 | "multi-install-info.bat" |
| 405 | "INSTALL.OLD" | 411 | "INSTALL.OLD" "nt/INSTALL.OLD" |
| 406 | "nt/src/paths.h" | 412 | "nt/src/paths.h" |
| 407 | "nmake.defs" | 413 | "nmake.defs" |
| 408 | "gmake.defs" | 414 | "gmake.defs" |
| 409 | "zipdist.bat" | 415 | "zipdist.bat" |
| 410 | "nt/makefile.w32-in" | 416 | "nt/makefile.w32-in" |
| 417 | "nt/subdirs.el" | ||
| 411 | "config.nt" | 418 | "config.nt" |
| 412 | "nextstep/WISHLIST" | 419 | "nextstep/WISHLIST" |
| 413 | ) | 420 | ) |
| @@ -653,7 +660,9 @@ Changes to files in this list are not listed.") | |||
| 653 | "configure" "config.h" | 660 | "configure" "config.h" |
| 654 | "is_exec.c" "sigaction.c" | 661 | "is_exec.c" "sigaction.c" |
| 655 | ;; nt/ | 662 | ;; nt/ |
| 656 | "ebuild.bat" "install.bat" "fast-install.bat" | 663 | "config.nt" "gmake.defs" "gnulib.mk" "nmake.defs" |
| 664 | "ebuild.bat" "envadd.bat" "fast-install.bat" "install.bat" | ||
| 665 | "multi-install-info.bat" "zipdist.bat" | ||
| 657 | "debug.bat.in" "emacs.bat.in" "addsection.c" | 666 | "debug.bat.in" "emacs.bat.in" "addsection.c" |
| 658 | "inc/sys/dir.h" "inc/gettext.h" | 667 | "inc/sys/dir.h" "inc/gettext.h" |
| 659 | "time.h" | 668 | "time.h" |
| @@ -734,7 +743,9 @@ Changes to files in this list are not listed.") | |||
| 734 | "dns-mode.el" "run-at-time.el" "gnus-encrypt.el" "sha1-el.el" | 743 | "dns-mode.el" "run-at-time.el" "gnus-encrypt.el" "sha1-el.el" |
| 735 | "gnus-gl.el" "gnus.sum.el" "proto-stream.el" "color.el" "color-lab.el" | 744 | "gnus-gl.el" "gnus.sum.el" "proto-stream.el" "color.el" "color-lab.el" |
| 736 | "eww.el" "shr-color.el" "shr.el" "earcon.el" "gnus-audio.el" "encrypt.el" | 745 | "eww.el" "shr-color.el" "shr.el" "earcon.el" "gnus-audio.el" "encrypt.el" |
| 737 | "format-spec.el" "gnus-move.el" | 746 | "format-spec.el" "gnus-move.el" "gnus-sync.el" |
| 747 | "auth-source.el" "mailcap.el" "pop3.el" "qp.el" "registry.el" | ||
| 748 | "rfc2231.el" "sieve.el" "sieve-mode.el" | ||
| 738 | ;; doc | 749 | ;; doc |
| 739 | "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi" | 750 | "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi" |
| 740 | "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el" | 751 | "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el" |
| @@ -764,10 +775,15 @@ Changes to files in this list are not listed.") | |||
| 764 | "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" | 775 | "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" |
| 765 | "test-distrib.c" "testfile" | 776 | "test-distrib.c" "testfile" |
| 766 | "tpu-edt.doc" ; see below | 777 | "tpu-edt.doc" ; see below |
| 778 | "lisp/obsolete/vc-mcvs.el" | ||
| 767 | "obsolete/vc-mcvs.el" | 779 | "obsolete/vc-mcvs.el" |
| 768 | "nnwarchive.el" | 780 | "nnwarchive.el" |
| 769 | "nnultimate.el" | 781 | "nnultimate.el" |
| 770 | "nnslashdot.el" | 782 | "nnslashdot.el" |
| 783 | "keyswap.el" | ||
| 784 | "mouse-sel.el" | ||
| 785 | "nxml-glyph.el" | ||
| 786 | "tramp-gw.el" | ||
| 771 | "webmail.el" | 787 | "webmail.el" |
| 772 | ) | 788 | ) |
| 773 | "File names which are valid, but no longer exist (or cannot be found) | 789 | "File names which are valid, but no longer exist (or cannot be found) |
| @@ -881,10 +897,13 @@ in the repository.") | |||
| 881 | ("nxml/test.invalid.xml" . "test-invalid.xml") | 897 | ("nxml/test.invalid.xml" . "test-invalid.xml") |
| 882 | ("nxml/test.valid.xml" . "test-valid.xml") | 898 | ("nxml/test.valid.xml" . "test-valid.xml") |
| 883 | ;; The one in lisp is eshell/eshell.el. | 899 | ;; The one in lisp is eshell/eshell.el. |
| 884 | ("eshell.el" . "automated/eshell.el") | 900 | ("eshell.el" . "eshell-tests.el") |
| 885 | ("eshell/esh-test.el" . "automated/eshell.el") | 901 | ("automated/eshell.el" . "eshell-tests.el") |
| 886 | ("automated/cl-lib.el" . "automated/cl-lib-tests.el") | 902 | ("eshell/esh-test.el" . "eshell-tests.el") |
| 887 | ("automated/package-x-test.el" . "automated/package-test.el") | 903 | ("automated/cl-lib.el" . "cl-lib-tests.el") |
| 904 | ("automated/cl-lib-tests.el" . "cl-lib-tests.el") | ||
| 905 | ("automated/package-x-test.el" . "package-tests.el") | ||
| 906 | ("automated/package-test.el" . "package-tests.el") | ||
| 888 | ("indent/js-indent-first-initialiser-t.js" . "indent/js-indent-init-t.js") | 907 | ("indent/js-indent-first-initialiser-t.js" . "indent/js-indent-init-t.js") |
| 889 | ("indent/js-indent-first-initialiser-dynamic.js" . | 908 | ("indent/js-indent-first-initialiser-dynamic.js" . |
| 890 | "indent/js-indent-init-dynamic.js") | 909 | "indent/js-indent-init-dynamic.js") |
| @@ -931,7 +950,8 @@ in the repository.") | |||
| 931 | ("GNU.JOKES" . "JOKES") | 950 | ("GNU.JOKES" . "JOKES") |
| 932 | ("CHARACTERS" . "TODO") | 951 | ("CHARACTERS" . "TODO") |
| 933 | ("lisp/character-fold.el" . "lisp/char-fold.el") | 952 | ("lisp/character-fold.el" . "lisp/char-fold.el") |
| 934 | ("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el") | 953 | ("test/automated/character-fold-tests.el" . "char-fold-tests.el") |
| 954 | ("test/automated/char-fold-tests.el" . "char-fold-tests.el") | ||
| 935 | ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus | 955 | ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus |
| 936 | ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) | 956 | ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) |
| 937 | ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc") | 957 | ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc") |