aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2016-06-19 18:25:19 -0700
committerGlenn Morris2016-06-19 18:25:19 -0700
commite5e886d12f3eff3102916c82a5aa82e0db714579 (patch)
tree21e8d0fe98f167077225be37d0ee4d304cda2a9c /admin
parentdb0777b7bd146e207b69e2236d8c19833f2c43fb (diff)
downloademacs-e5e886d12f3eff3102916c82a5aa82e0db714579.tar.gz
emacs-e5e886d12f3eff3102916c82a5aa82e0db714579.zip
* admin/authors.el (authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist): Additions.
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el13
1 files changed, 11 insertions, 2 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 0fdfe72e8af..0738e2a8dd1 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -292,6 +292,7 @@ Changes to files matching one of the regexps in this list are not listed.")
292 "gfdl.1" 292 "gfdl.1"
293 "texi/Makefile.in" 293 "texi/Makefile.in"
294 "autodeps.mk" 294 "autodeps.mk"
295 "lwlib/autodeps.mk"
295 "oldXMenu/autodeps.mk" 296 "oldXMenu/autodeps.mk"
296 "src/autodeps.mk" 297 "src/autodeps.mk"
297 "Imakefile" "icons/sink.ico" "aixcc.lex" 298 "Imakefile" "icons/sink.ico" "aixcc.lex"
@@ -383,9 +384,11 @@ Changes to files matching one of the regexps in this list are not listed.")
383 "lib/qset-acl.c" "lib/qcopy-acl.c" "lib/file-has-acl.c" 384 "lib/qset-acl.c" "lib/qcopy-acl.c" "lib/file-has-acl.c"
384 ;; files from old MS Windows build procedures 385 ;; files from old MS Windows build procedures
385 "makefile.w32-in" 386 "makefile.w32-in"
387 "admin/unidata/makefile.w32-in"
386 "unidata/makefile.w32-in" 388 "unidata/makefile.w32-in"
387 "lib/makefile.w32-in" 389 "lib/makefile.w32-in"
388 "leim/makefile.w32-in" 390 "leim/makefile.w32-in"
391 "lisp/makefile.w32-in"
389 "src/makefile.w32-in" 392 "src/makefile.w32-in"
390 "nt/emacs-src.tags" 393 "nt/emacs-src.tags"
391 "doc/emacs/makefile.w32-in" 394 "doc/emacs/makefile.w32-in"
@@ -704,8 +707,9 @@ Changes to files in this list are not listed.")
704 "net/zone-mode.el" "xesam.el" 707 "net/zone-mode.el" "xesam.el"
705 "term/mac-win.el" "sup-mouse.el" 708 "term/mac-win.el" "sup-mouse.el"
706 "term/apollo.el" 709 "term/apollo.el"
707 "term/vt102.el" "term/vt125.el" "term/vt201.el" "term/vt220.el" "term/vt300.el" 710 "term/vt102.el" "term/vt125.el" "term/vt201.el" "term/vt220.el"
708 "term/vt320.el" "term/vt400.el" "term/vt420.el" 711 "term/vt240.el" "term/vt300.el" "term/vt320.el" "term/vt400.el"
712 "term/vt420.el"
709 "url-https.el" 713 "url-https.el"
710 "org-mac-message.el" "org-mew.el" "org-w3m.el" "org-vm.el" "org-wl.el" 714 "org-mac-message.el" "org-mew.el" "org-w3m.el" "org-vm.el" "org-wl.el"
711 "org-mks.el" "org-remember.el" "org-xoxo.el" "org-docbook.el" 715 "org-mks.el" "org-remember.el" "org-xoxo.el" "org-docbook.el"
@@ -750,6 +754,7 @@ Changes to files in this list are not listed.")
750 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" 754 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
751 "test-distrib.c" "testfile" 755 "test-distrib.c" "testfile"
752 "tpu-edt.doc" ; see below 756 "tpu-edt.doc" ; see below
757 "lisp/obsolete/vc-mcvs.el"
753 ) 758 )
754 "File names which are valid, but no longer exist (or cannot be found) 759 "File names which are valid, but no longer exist (or cannot be found)
755in the repository.") 760in the repository.")
@@ -841,11 +846,14 @@ in the repository.")
841 ("emulation/crisp.el" . "crisp.el") 846 ("emulation/crisp.el" . "crisp.el")
842 ("emulation/tpu-edt.el" . "tpu-edt.el") 847 ("emulation/tpu-edt.el" . "tpu-edt.el")
843 ("emulation/tpu-extras.el" . "tpu-extras.el") 848 ("emulation/tpu-extras.el" . "tpu-extras.el")
849 ("emulation/tpu-mapper.el" . "tpu-mapper.el")
844 ("emulation/vi.el" . "vi.el") 850 ("emulation/vi.el" . "vi.el")
845 ("emulation/vip.el" . "vip.el") 851 ("emulation/vip.el" . "vip.el")
846 ("emulation/ws-mode.el" . "ws-mode.el") 852 ("emulation/ws-mode.el" . "ws-mode.el")
847 ("mail/mailpost.el" . "mailpost.el") 853 ("mail/mailpost.el" . "mailpost.el")
854 ("net/eudcb-ph.el" . "eudcb-ph.el")
848 ("play/bruce.el" . "bruce.el") 855 ("play/bruce.el" . "bruce.el")
856 ("lisp/play/landmark.el" . "landmark.el")
849 ("play/yow.el" . "yow.el") 857 ("play/yow.el" . "yow.el")
850 ("patcomp.el" . "patcomp.el") 858 ("patcomp.el" . "patcomp.el")
851 ("emulation/ws-mode.el" . "ws-mode.el") 859 ("emulation/ws-mode.el" . "ws-mode.el")
@@ -926,6 +934,7 @@ in the repository.")
926 ("grammars" . "grammars") 934 ("grammars" . "grammars")
927 ;; Moved from lisp/emacs-lisp/ to admin/. 935 ;; Moved from lisp/emacs-lisp/ to admin/.
928 ("emacs-lisp/authors.el" . "authors.el") 936 ("emacs-lisp/authors.el" . "authors.el")
937 ("emacs-lisp/find-gc.el" . "admin/find-gc.el")
929 ;; From etc to lisp/cedet/semantic/. 938 ;; From etc to lisp/cedet/semantic/.
930 ("grammars/bovine-grammar.el" . "bovine/grammar.el") 939 ("grammars/bovine-grammar.el" . "bovine/grammar.el")
931 ("grammars/wisent-grammar.el" . "wisent/grammar.el") 940 ("grammars/wisent-grammar.el" . "wisent/grammar.el")