Make M-x authors return zero *Authors Errors* from current logs
authorGlenn Morris <rgm@gnu.org>
Fri, 17 Jan 2014 02:11:36 +0000 (21:11 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 17 Jan 2014 02:11:36 +0000 (21:11 -0500)
commit0d613483907fc9b053de10dfb0377f2b67eac682
tree402d8c31c86b83cc782306400daf72563326b213
parent56db2b1bfd76350495cb1e791c98cfe00df26c10
Make M-x authors return zero *Authors Errors* from current logs

* lisp/emacs-lisp/authors.el (authors-obsolete-files-regexps):
(authors-ignored-files): Add some entries, remove others.
(authors-ambiguous-files, authors-valid-file-names): Add some entries.
(authors-renamed-files-alist): Add, remove, and adjust entries.
(authors-renamed-files-regexps): Add some entries.
Remove some very broad ones.  Make some entries `lax'.
(authors-lax-changelogs): New constant.
(authors-disambiguate-file-name): Treat top-level specially.
(authors-lax-changelog-p): New function.
(authors-canonical-file-name): Check file as written against
authors-valid-file-names.  Do not special-case etc/.
Handle `lax' logs and authors-renamed-files-regexps elements.

* admin/make-tarball.txt: Update for no expected *Authors Errors*.
admin/make-tarball.txt
lisp/ChangeLog
lisp/emacs-lisp/authors.el