* Update authors.el
authorAndrea Corallo <acorallo@gnu.org>
Wed, 18 Dec 2024 23:16:20 +0000 (00:16 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 18 Dec 2024 23:22:47 +0000 (00:22 +0100)
* admin/authors.el (authors-aliases, authors-valid-file-names)
(authors-renamed-files-alist): Add entry.

admin/authors.el

index 50f3d1ae68d374b9601f2951405c03ed81fb3807..6142dc6c5669cae6b0b896a6ada361d95c8c925c 100644 (file)
@@ -311,7 +311,7 @@ files.")
     ("Lin Zhou" "georgealbert@qq\\.com")
     (nil "yan@metatem\\.net")
     (nil "gnu_lists@halloleo\\.hailmail\\.net")
-    )
+    (nil "^Chu$" "maedaqu@gmail.com"))
   "Alist of author aliases.
 
 Each entry is of the form (REALNAME REGEXP...).
@@ -1151,7 +1151,7 @@ AUTHORS file.  There are also some more recent manual additions.")
     "admin/notes/tree-sitter/build-module/batch.sh"
     "doc/misc/gnus-coding.texi"
     "gnus-coding.texi"
-    )
+    "doc/misc/org.texi")
   "File names which are valid, but no longer exist (or cannot be found)
 in the repository.")
 
@@ -1711,7 +1711,8 @@ in the repository.")
     ("lisp/emacs-lisp/tcover-unsafep.el" . "test/lisp/emacs-lisp/unsafep-tests.el")
     ("lisp/vt100-led.el" . "lisp/obsolete/vt100-led.el")
     ("lisp/mail/metamail.el" . "lisp/obsolete/metamail.el")
-    ("lisp/sb-image.el" . "lisp/obsolete/sb-image.el"))
+    ("lisp/sb-image.el" . "lisp/obsolete/sb-image.el")
+    ("lisp/cedet/semantic/grammar-wy.el" . "lisp/cedet/semantic/grm-wy-boot.el"))
   "Alist of files which have been renamed during their lifetime.
 Elements are (OLDNAME . NEWNAME).")