aboutsummaryrefslogtreecommitdiffstats
path: root/admin/authors.el
diff options
context:
space:
mode:
authorNicolas Petton2020-02-26 17:52:07 +0100
committerNicolas Petton2020-02-26 17:52:07 +0100
commita95ec6e060debc8dbf5456748e6f188d828eba65 (patch)
tree705b9b7ba0c21c8a4ddf071a41186fb97d10c2db /admin/authors.el
parentaf519a634878dd8e72f8276d82601b6562029107 (diff)
downloademacs-a95ec6e060debc8dbf5456748e6f188d828eba65.tar.gz
emacs-a95ec6e060debc8dbf5456748e6f188d828eba65.zip
* admin/authors.el: Add missing entries
Diffstat (limited to 'admin/authors.el')
-rw-r--r--admin/authors.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el
index f8f72878d28..1f92c46cfdc 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -294,7 +294,10 @@ If REALNAME is nil, ignore that author.")
294 "preferences\\.\\(nib\\|gorm\\)" 294 "preferences\\.\\(nib\\|gorm\\)"
295 ;; Generated files that have since been removed. 295 ;; Generated files that have since been removed.
296 "\\(refcard\\(-de\\|-pl\\)?\\|calccard\\|dired-ref\\|orgcard\\|\ 296 "\\(refcard\\(-de\\|-pl\\)?\\|calccard\\|dired-ref\\|orgcard\\|\
297gnus-booklet\\|fr-drdref\\)\\.p\\(df\\|s\\)\\'") 297gnus-booklet\\|fr-drdref\\)\\.p\\(df\\|s\\)\\'"
298 ;; Removed as obsolete
299 "README-ftp-server"
300 )
298 "List of regexps matching obsolete files. 301 "List of regexps matching obsolete files.
299Changes to files matching one of the regexps in this list are not listed.") 302Changes to files matching one of the regexps in this list are not listed.")
300 303
@@ -459,6 +462,11 @@ Changes to files matching one of the regexps in this list are not listed.")
459 ;; ada-mode has been deleted, now in GNU ELPA 462 ;; ada-mode has been deleted, now in GNU ELPA
460 "ada-mode.texi" 463 "ada-mode.texi"
461 "GNUS-NEWS" 464 "GNUS-NEWS"
465 "gnus-news.el"
466 "fingerprint-dummy.c"
467 "fingerprint.h"
468 ;; Replaced by lisp/thread.el
469 "thread-list.el"
462 ) 470 )
463 "List of files and directories to ignore. 471 "List of files and directories to ignore.
464Changes to files in this list are not listed.") 472Changes to files in this list are not listed.")
@@ -1103,6 +1111,8 @@ in the repository.")
1103 ("lisp/net/starttls.el" . "lisp/obsolete/starttls.el") 1111 ("lisp/net/starttls.el" . "lisp/obsolete/starttls.el")
1104 ("url-ns.el" . "lisp/obsolete/url-ns.el") 1112 ("url-ns.el" . "lisp/obsolete/url-ns.el")
1105 ("gnus-news.texi" . "doc/misc/gnus.texi") 1113 ("gnus-news.texi" . "doc/misc/gnus.texi")
1114 ("multifile.el". "fileloop.el")
1115 ("lisp/emacs-lisp/thread.el". "lisp/thread.el")
1106 ) 1116 )
1107 "Alist of files which have been renamed during their lifetime. 1117 "Alist of files which have been renamed during their lifetime.
1108Elements are (OLDNAME . NEWNAME).") 1118Elements are (OLDNAME . NEWNAME).")