From 1381c6f9591f2851896a41e178a5ccc1a32e7471 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 19 Dec 2024 00:16:20 +0100 Subject: [PATCH] * Update authors.el * admin/authors.el (authors-aliases, authors-valid-file-names) (authors-renamed-files-alist): Add entry. --- admin/authors.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/admin/authors.el b/admin/authors.el index 50f3d1ae68d..6142dc6c566 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -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).")