aboutsummaryrefslogtreecommitdiffstats
path: root/admin/authors.el
diff options
context:
space:
mode:
authorNicolas Petton2017-10-03 13:11:07 +0200
committerNicolas Petton2017-10-03 13:11:07 +0200
commitb9712f568641d81a939fd7dd02f4f5f87b7f6f5c (patch)
treed2b7a6ebc7f8340227c1fdc4e20539e16f739227 /admin/authors.el
parentb33808ce77ef15c1f233790a2c93d9db4cc588ab (diff)
downloademacs-b9712f568641d81a939fd7dd02f4f5f87b7f6f5c.tar.gz
emacs-b9712f568641d81a939fd7dd02f4f5f87b7f6f5c.zip
Update authors.el
* admin/authors.el (authors-ignored-files, authors-valid-file-names) (authors-renamed-files-alist): Additions.
Diffstat (limited to 'admin/authors.el')
-rw-r--r--admin/authors.el24
1 files changed, 21 insertions, 3 deletions
diff --git a/admin/authors.el b/admin/authors.el
index c69ca9405c7..f79c2e8877e 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -1,3 +1,4 @@
1
1;;; authors.el --- utility for maintaining Emacs's AUTHORS file 2;;; authors.el --- utility for maintaining Emacs's AUTHORS file
2 3
3;; Copyright (C) 2000-2017 Free Software Foundation, Inc. 4;; Copyright (C) 2000-2017 Free Software Foundation, Inc.
@@ -391,7 +392,7 @@ Changes to files matching one of the regexps in this list are not listed.")
391 "vms" "mac" "url" "tree-widget" 392 "vms" "mac" "url" "tree-widget"
392 "info/dir" 393 "info/dir"
393 ;; Not in gnulib anymore 394 ;; Not in gnulib anymore
394 "lib/qset-acl.c" "lib/qcopy-acl.c" "lib/file-has-acl.c" 395 "lib/qset-acl.c" "lib/qcopy-acl.c" "lib/file-has-acl.c" "lib/secure_getenv.c"
395 ;; files from old MS Windows build procedures 396 ;; files from old MS Windows build procedures
396 "nt/gnulib-modules-to-delete.cfg" 397 "nt/gnulib-modules-to-delete.cfg"
397 "makefile.w32-in" 398 "makefile.w32-in"
@@ -736,6 +737,8 @@ Changes to files in this list are not listed.")
736 "org-exp-blocks.el" ; maybe this is ob-exp now? dunno 737 "org-exp-blocks.el" ; maybe this is ob-exp now? dunno
737 "org-lparse.el" 738 "org-lparse.el"
738 "org-special-blocks.el" "org-taskjuggler.el" 739 "org-special-blocks.el" "org-taskjuggler.el"
740 "ob-sh.el"
741 "ob-scala.el"
739 "progmodes/cap-words.el" 742 "progmodes/cap-words.el"
740 "w32-common-fns.el" 743 "w32-common-fns.el"
741 ;; gnus 744 ;; gnus
@@ -751,7 +754,7 @@ Changes to files in this list are not listed.")
751 "format-spec.el" "gnus-move.el" "gnus-sync.el" 754 "format-spec.el" "gnus-move.el" "gnus-sync.el"
752 "auth-source.el" "ecomplete.el" "gravatar.el" "mailcap.el" "plstore.el" 755 "auth-source.el" "ecomplete.el" "gravatar.el" "mailcap.el" "plstore.el"
753 "pop3.el" "qp.el" "registry.el" "rfc2231.el" "rtree.el" 756 "pop3.el" "qp.el" "registry.el" "rfc2231.el" "rtree.el"
754 "sieve.el" "sieve-mode.el" 757 "sieve.el" "sieve-mode.el" "gnus-ems.el"
755 ;; doc 758 ;; doc
756 "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi" 759 "getopt.c" "texindex.c" "news.texi" "vc.texi" "vc2-xtra.texi"
757 "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el" 760 "back.texi" "vol1.texi" "vol2.texi" "elisp-covers.texi" "two.el"
@@ -801,7 +804,9 @@ Changes to files in this list are not listed.")
801 "cedet-utests.el" "ede-tests.el" "semantic-ia-utest.el" 804 "cedet-utests.el" "ede-tests.el" "semantic-ia-utest.el"
802 "semantic-tests.el" "semantic-utest-c.el" "semantic-utest.el" 805 "semantic-tests.el" "semantic-utest-c.el" "semantic-utest.el"
803 "srecode-tests.el" "make-test-deps.emacs-lisp" 806 "srecode-tests.el" "make-test-deps.emacs-lisp"
804 ) 807 "nxml-uchnm.el"
808 "decoder-tests.el"
809 "obsolete/scribe.el")
805 "File names which are valid, but no longer exist (or cannot be found) 810 "File names which are valid, but no longer exist (or cannot be found)
806in the repository.") 811in the repository.")
807 812
@@ -906,6 +911,8 @@ in the repository.")
906 ("patcomp.el" . "patcomp.el") 911 ("patcomp.el" . "patcomp.el")
907 ("emulation/ws-mode.el" . "ws-mode.el") 912 ("emulation/ws-mode.el" . "ws-mode.el")
908 ("vc/vc-arch.el" . "vc-arch.el") 913 ("vc/vc-arch.el" . "vc-arch.el")
914 ("lisp/gnus/messcompat.el" . "messcompat.el")
915 ("lisp/gnus/html2text.el" . "html2text.el")
909 ;; From lisp to etc/forms. 916 ;; From lisp to etc/forms.
910 ("forms-d2.el" . "forms-d2.el") 917 ("forms-d2.el" . "forms-d2.el")
911 ("forms-pass.el" . "forms-pass.el") 918 ("forms-pass.el" . "forms-pass.el")
@@ -950,9 +957,17 @@ in the repository.")
950 ;; Moved from lisp/gnus/ to lisp/mail/ 957 ;; Moved from lisp/gnus/ to lisp/mail/
951 ("binhex.el" . "mail/binhex.el") 958 ("binhex.el" . "mail/binhex.el")
952 ("uudecode.el" . "mail/uudecode.el") 959 ("uudecode.el" . "mail/uudecode.el")
960 ("mail-parse.el" . "mail/mail-parse.el")
961 ("yenc.el" . "mail/yenc.el")
962 ("flow-fill.el" . "mail/flow-fill.el")
963 ("ietf-drums.el" . "mail/ietf-drums.el")
964 ("sieve-manage.el" . "mail/sieve-manage.el")
965 ;; Moved from lisp/gnus/ to lisp/image/
966 ("compface.el" . "image/compface.el")
953 ;; Moved from lisp/gnus/ to lisp/net/ 967 ;; Moved from lisp/gnus/ to lisp/net/
954 ("imap.el" . "net/imap.el") 968 ("imap.el" . "net/imap.el")
955 ("rfc2104.el" . "net/rfc2104.el") 969 ("rfc2104.el" . "net/rfc2104.el")
970 ("starttls.el" . "net/starttls.el")
956 ;; And from emacs/ to misc/ and back again. 971 ;; And from emacs/ to misc/ and back again.
957 ("ns-emacs.texi" . "macos.texi") 972 ("ns-emacs.texi" . "macos.texi")
958 ("overrides.texi" . "gnus-overrides.texi") 973 ("overrides.texi" . "gnus-overrides.texi")
@@ -993,6 +1008,7 @@ in the repository.")
993 ("edt-user.doc" . "edt.texi") 1008 ("edt-user.doc" . "edt.texi")
994 ("DEV-NOTES" . "nextstep") 1009 ("DEV-NOTES" . "nextstep")
995 ("org/COPYRIGHT-AND-LICENSE" . "org/README") 1010 ("org/COPYRIGHT-AND-LICENSE" . "org/README")
1011 ("lisp/net/idna.el" . "puny.el")
996 ;; Moved to different directories. 1012 ;; Moved to different directories.
997 ("ctags.1" . "ctags.1") 1013 ("ctags.1" . "ctags.1")
998 ("etags.1" . "etags.1") 1014 ("etags.1" . "etags.1")
@@ -1021,6 +1037,8 @@ in the repository.")
1021 ;; module.* moved to emacs-module.* 1037 ;; module.* moved to emacs-module.*
1022 ("src/module.h" . "src/emacs-module.h") 1038 ("src/module.h" . "src/emacs-module.h")
1023 ("src/module.c" . "src/emacs-module.c") 1039 ("src/module.c" . "src/emacs-module.c")
1040 ;; gnulib
1041 ("lib/strftime.c" . "lib/nstrftime.c")
1024 ) 1042 )
1025 "Alist of files which have been renamed during their lifetime. 1043 "Alist of files which have been renamed during their lifetime.
1026Elements are (OLDNAME . NEWNAME).") 1044Elements are (OLDNAME . NEWNAME).")