emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 a95ec6e: * admin/authors.el: Add missing entries


From: Nicolas Petton
Subject: emacs-27 a95ec6e: * admin/authors.el: Add missing entries
Date: Wed, 26 Feb 2020 11:52:21 -0500 (EST)

branch: emacs-27
commit a95ec6e060debc8dbf5456748e6f188d828eba65
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * admin/authors.el: Add missing entries
---
 admin/authors.el | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/admin/authors.el b/admin/authors.el
index f8f7287..1f92c46 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -294,7 +294,10 @@ If REALNAME is nil, ignore that author.")
     "preferences\\.\\(nib\\|gorm\\)"
     ;; Generated files that have since been removed.
     "\\(refcard\\(-de\\|-pl\\)?\\|calccard\\|dired-ref\\|orgcard\\|\
-gnus-booklet\\|fr-drdref\\)\\.p\\(df\\|s\\)\\'")
+gnus-booklet\\|fr-drdref\\)\\.p\\(df\\|s\\)\\'"
+    ;; Removed as obsolete
+    "README-ftp-server"
+    )
   "List of regexps matching obsolete files.
 Changes to files matching one of the regexps in this list are not listed.")
 
@@ -459,6 +462,11 @@ Changes to files matching one of the regexps in this list 
are not listed.")
     ;; ada-mode has been deleted, now in GNU ELPA
     "ada-mode.texi"
     "GNUS-NEWS"
+    "gnus-news.el"
+    "fingerprint-dummy.c"
+    "fingerprint.h"
+    ;; Replaced by lisp/thread.el
+    "thread-list.el"
     )
   "List of files and directories to ignore.
 Changes to files in this list are not listed.")
@@ -1103,6 +1111,8 @@ in the repository.")
     ("lisp/net/starttls.el" . "lisp/obsolete/starttls.el")
     ("url-ns.el" . "lisp/obsolete/url-ns.el")
     ("gnus-news.texi" . "doc/misc/gnus.texi")
+    ("multifile.el". "fileloop.el")
+    ("lisp/emacs-lisp/thread.el". "lisp/thread.el")
     )
   "Alist of files which have been renamed during their lifetime.
 Elements are (OLDNAME . NEWNAME).")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]