diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-04 11:48:50 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-04 12:15:16 +0100 |
commit | a1e30e41063c6c2068eed0dc69351c6e5d1704a6 (patch) | |
tree | afb68457b2f0789bcbba0daa5322220232d2de9a /admin/authors.el | |
parent | f3e6a432c5900c7e24ebd33711ec7a1d825f1a52 (diff) | |
download | emacs-a1e30e41063c6c2068eed0dc69351c6e5d1704a6.tar.gz emacs-a1e30e41063c6c2068eed0dc69351c6e5d1704a6.tar.bz2 emacs-a1e30e41063c6c2068eed0dc69351c6e5d1704a6.zip |
; Fix most remaining AUTHORS warnings
* admin/authors.el (authors-ignored-files)
(authors-renamed-files-alist): Further updates for Emacs 28.
* ChangeLog.3: Further fixes.
* etc/AUTHORS: Update accordingly.
Diffstat (limited to 'admin/authors.el')
-rw-r--r-- | admin/authors.el | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/admin/authors.el b/admin/authors.el index 9d72d8b6f42..adf6d22a88e 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -396,8 +396,12 @@ Changes to files matching one of the regexps in this list are not listed.") "images/icons/allout-widgets-light-bg" "lisp/shorthand.el" "test/lisp/shorthand-tests.el" + "lisp/shorthands.el" + "test/src/comp-test-funcs.el" "lisp/net/link.el" "lisp/net/connection.el" + "lisp/net/dictionary-link.el" + "test/src/comp-test-funcs-dyn.el" ;; Never had any meaningful changes logged, now deleted: "lib/stdarg.in.h" "lib/stdbool.in.h" "unidata/bidimirror.awk" "unidata/biditype.awk" @@ -535,6 +539,8 @@ Changes to files matching one of the regexps in this list are not listed.") "lisp/org/ob-abc.el" "lisp/org/ob-ebnf.el" "lisp/org/ob-J.el" + ;; Removed -- for now. + "test/src/doc-tests.el" ) "List of files and directories to ignore. Changes to files in this list are not listed.") @@ -997,6 +1003,7 @@ in the repository.") ("DIFF" . "OTHER.EMACSES") ("CCADIFF" . "OTHER.EMACSES") ("GOSDIFF" . "OTHER.EMACSES") + ("emacs.appdata.xml" . "emacs.metainfo.xml") ;; Nextstep ("nextstep/Cocoa/Emacs.base/Contents/Info.plist" . "nextstep/templates/Info.plist.in") ;; Moved from lisp/tpu-doc.el to etc/tpu-edt.doc in Emacs 19.29. @@ -1051,6 +1058,12 @@ in the repository.") ("lisp/gnus/messcompat.el" . "messcompat.el") ("html2text.el" . "html2text.el") ("lisp/net/html2text.el" . "html2text.el") + ;; Obsolete in 28.1. + ("inversion.el" . "inversion.el") + ("test/lisp/cedet/inversion-tests.el" . "inversion-tests.el") + ("test/lisp/mail/rfc2368-tests.el" . "rfc2368-tests.el") + ;; This file was briefly obsolete: + ("lisp/obsolete/erc-compat.el" . "erc-compat.el") ;; From lisp to etc/forms. ("forms-d2.el" . "forms-d2.el") ("forms-pass.el" . "forms-pass.el") @@ -1193,8 +1206,12 @@ in the repository.") ("lisp/gnus/nnir.el" . "nnir.el") ("src/regex.c" . "emacs-regex.c") ("src/regex.h" . "emacs-regex.h") - ("erc-compat.el" . "erc-compat.el") - ("semantic-utest-fmt.el" . "format-tests.el") + ("test/manual/rmailmm.el" . "rmailmm-tests.el") + ("test/lisp/cedet/semantic-utest-fmt.el" . "format-tests.el") + ("test/lisp/emacs-lisp/tabulated-list-test.el" . "tabulated-list-tests.el") + ("test/lisp/url/url-handlers-test.el" . "url-handlers-tests.el") + ("test/src/dired-tests.el" . "dired-tests.el") + (".dir-locals.el" . ".dir-locals.el") ) "Alist of files which have been renamed during their lifetime. Elements are (OLDNAME . NEWNAME).") |