]> git.eshelyaron.com Git - emacs.git/commitdiff
Update authors.el
authorNicolas Petton <nicolas@petton.fr>
Tue, 28 Jul 2020 16:59:57 +0000 (18:59 +0200)
committerNicolas Petton <nicolas@petton.fr>
Tue, 28 Jul 2020 17:06:53 +0000 (19:06 +0200)
* admin/authors.el (authors-aliases): Add author aliases.
(authors-ignored-files):
(authors-valid-file-names):
(authors-renamed-files-alist): Update file lists.

admin/authors.el

index dc57c0a6b910797cc3a07d6c16c8365ee48a6a0a..1c069173c854ff912b8c3e87e2e2bd4aa7296880 100644 (file)
@@ -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).")