diff options
| -rw-r--r-- | admin/authors.el | 12 |
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\\|\ |
| 297 | gnus-booklet\\|fr-drdref\\)\\.p\\(df\\|s\\)\\'") | 297 | gnus-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. |
| 299 | Changes to files matching one of the regexps in this list are not listed.") | 302 | Changes 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. |
| 464 | Changes to files in this list are not listed.") | 472 | Changes 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. |
| 1108 | Elements are (OLDNAME . NEWNAME).") | 1118 | Elements are (OLDNAME . NEWNAME).") |