diff options
author | Nicolas Petton <nicolas@petton.fr> | 2020-07-28 18:59:57 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2020-07-28 19:06:53 +0200 |
commit | 6c23b1a154bcf9e1ec85b484be83a4fb012a814b (patch) | |
tree | f6c58611f6516e1b2938c1b159e41d70eddbbe64 | |
parent | e5889c704f9351c2cb91d8db2b36af72d9ab4151 (diff) | |
download | emacs-6c23b1a154bcf9e1ec85b484be83a4fb012a814b.tar.gz emacs-6c23b1a154bcf9e1ec85b484be83a4fb012a814b.tar.bz2 emacs-6c23b1a154bcf9e1ec85b484be83a4fb012a814b.zip |
Update authors.el
* admin/authors.el (authors-aliases): Add author aliases.
(authors-ignored-files):
(authors-valid-file-names):
(authors-renamed-files-alist): Update file lists.
-rw-r--r-- | admin/authors.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el index dc57c0a6b91..1c069173c85 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -212,6 +212,8 @@ files.") ("Carlos Pita" "memeplex") ("Vinicius Jose Latorre" "viniciusjl") ("Gaby Launay" "galaunay") + ("Alex Gramiak" "alex") + ("Dick R. Chiang" "dickmao") ) "Alist of author aliases. @@ -473,6 +475,9 @@ Changes to files matching one of the regexps in this list are not listed.") ;; Replaced by lisp/thread.el "lisp/emacs-lisp/thread-list.el" "etc/images/slash.bmp" + "src/mini-gmp-emacs.c" + "lib/dosname.h" + "lib/putenv.c" ) "List of files and directories to ignore. Changes to files in this list are not listed.") @@ -877,7 +882,9 @@ Changes to files in this list are not listed.") "library-of-babel.org" "flymake-elisp.el" "flymake-ui.el" - "pinentry.el") + "pinentry.el" + "ledit.el" + "lmenu.el") "File names which are valid, but no longer exist (or cannot be found) in the repository.") @@ -1119,6 +1126,8 @@ in the repository.") ("gnus-news.texi" . "doc/misc/gnus.texi") ("lisp/multifile.el". "lisp/fileloop.el") ("lisp/emacs-lisp/thread.el". "lisp/thread.el") + ("src/mini-gmp.c" . "lib/mini-gmp.c") + ("src/mini-gmp.h" . "lib/mini-gmp.h") ) "Alist of files which have been renamed during their lifetime. Elements are (OLDNAME . NEWNAME).") |