diff options
| author | Nicolas Petton | 2020-01-29 21:27:52 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2020-01-29 21:30:48 +0100 |
| commit | e1a712bb3f6766752d808648355c61a5b43fd070 (patch) | |
| tree | 0de66534d0e24a699a260f821ffeed5edd3e5d6d /admin | |
| parent | 1bcac29b2f9980bf47f64217a3b6be5979051fe6 (diff) | |
| download | emacs-e1a712bb3f6766752d808648355c61a5b43fd070.tar.gz emacs-e1a712bb3f6766752d808648355c61a5b43fd070.zip | |
* admin/authors.el: Add missing entries.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/authors.el | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/admin/authors.el b/admin/authors.el index cc0adb040f5..f8f72878d28 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -206,6 +206,7 @@ files.") | |||
| 206 | ("Yoni Rabkin" "Yoni Rabkin Katzenell") | 206 | ("Yoni Rabkin" "Yoni Rabkin Katzenell") |
| 207 | ("Yoshinori Koseki" "KOSEKI Yoshinori" "小関 吉則") | 207 | ("Yoshinori Koseki" "KOSEKI Yoshinori" "小関 吉則") |
| 208 | ("Yutaka NIIBE" "NIIBE Yutaka") | 208 | ("Yutaka NIIBE" "NIIBE Yutaka") |
| 209 | (nil "stardiviner") | ||
| 209 | ) | 210 | ) |
| 210 | "Alist of author aliases. | 211 | "Alist of author aliases. |
| 211 | 212 | ||
| @@ -440,6 +441,24 @@ Changes to files matching one of the regexps in this list are not listed.") | |||
| 440 | "nt/subdirs.el" | 441 | "nt/subdirs.el" |
| 441 | "config.nt" | 442 | "config.nt" |
| 442 | "nextstep/WISHLIST" | 443 | "nextstep/WISHLIST" |
| 444 | ;; Removed, replaced by gitmerge.el | ||
| 445 | "admin/bzrmerge.el" | ||
| 446 | ;; Removed in commit f5090b91299 | ||
| 447 | "lib/fdatasync.c" | ||
| 448 | ;; Removed as obsolete | ||
| 449 | "nt/README-ftp-server" | ||
| 450 | "admin/notes/font-backend" | ||
| 451 | "gnus-overrides.texi" | ||
| 452 | "CENSORSHIP" | ||
| 453 | "GNU" | ||
| 454 | "LINUX-GNU" | ||
| 455 | "THE-GNU-PROJECT" | ||
| 456 | "WHY-FREE" | ||
| 457 | "MORE.STUFF" | ||
| 458 | "notes/font-backend" | ||
| 459 | ;; ada-mode has been deleted, now in GNU ELPA | ||
| 460 | "ada-mode.texi" | ||
| 461 | "GNUS-NEWS" | ||
| 443 | ) | 462 | ) |
| 444 | "List of files and directories to ignore. | 463 | "List of files and directories to ignore. |
| 445 | Changes to files in this list are not listed.") | 464 | Changes to files in this list are not listed.") |
| @@ -752,6 +771,9 @@ Changes to files in this list are not listed.") | |||
| 752 | "org-mac-message.el" "org-mew.el" "org-w3m.el" "org-vm.el" "org-wl.el" | 771 | "org-mac-message.el" "org-mew.el" "org-w3m.el" "org-vm.el" "org-wl.el" |
| 753 | "org-mks.el" "org-remember.el" "org-xoxo.el" "org-docbook.el" | 772 | "org-mks.el" "org-remember.el" "org-xoxo.el" "org-docbook.el" |
| 754 | "org-freemind.el" "ox-jsinfo.el" | 773 | "org-freemind.el" "ox-jsinfo.el" |
| 774 | "org-irc.el" "org-rmail.el" "org-docview.el" "org-keys.el" "org-mhe.el" | ||
| 775 | "org-gnus.el" "org-bibtex.el" "org-bbdb.el" "org-info.el" "org-eshell.el" | ||
| 776 | "ob-keys.el" | ||
| 755 | "org-exp-blocks.el" ; maybe this is ob-exp now? dunno | 777 | "org-exp-blocks.el" ; maybe this is ob-exp now? dunno |
| 756 | "org-lparse.el" | 778 | "org-lparse.el" |
| 757 | "org-special-blocks.el" "org-taskjuggler.el" | 779 | "org-special-blocks.el" "org-taskjuggler.el" |
| @@ -1076,6 +1098,11 @@ in the repository.") | |||
| 1076 | ("src/module.c" . "src/emacs-module.c") | 1098 | ("src/module.c" . "src/emacs-module.c") |
| 1077 | ;; gnulib | 1099 | ;; gnulib |
| 1078 | ("lib/strftime.c" . "lib/nstrftime.c") | 1100 | ("lib/strftime.c" . "lib/nstrftime.c") |
| 1101 | ("test/src/regex-tests.el" . "test/src/regex-emacs-tests.el") | ||
| 1102 | ("test/lisp/emacs-lisp/cl-tests.el" . "test/lisp/obsolete/cl-tests.el") | ||
| 1103 | ("lisp/net/starttls.el" . "lisp/obsolete/starttls.el") | ||
| 1104 | ("url-ns.el" . "lisp/obsolete/url-ns.el") | ||
| 1105 | ("gnus-news.texi" . "doc/misc/gnus.texi") | ||
| 1079 | ) | 1106 | ) |
| 1080 | "Alist of files which have been renamed during their lifetime. | 1107 | "Alist of files which have been renamed during their lifetime. |
| 1081 | Elements are (OLDNAME . NEWNAME).") | 1108 | Elements are (OLDNAME . NEWNAME).") |