aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/authors.el21
1 files changed, 19 insertions, 2 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 0738e2a8dd1..3e9e005e222 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -652,6 +652,7 @@ Changes to files in this list are not listed.")
652 "ebuild.bat" "install.bat" "fast-install.bat" 652 "ebuild.bat" "install.bat" "fast-install.bat"
653 "debug.bat.in" "emacs.bat.in" "addsection.c" 653 "debug.bat.in" "emacs.bat.in" "addsection.c"
654 "inc/sys/dir.h" "inc/gettext.h" 654 "inc/sys/dir.h" "inc/gettext.h"
655 "time.h"
655 ".gdbinit-union" 656 ".gdbinit-union"
656 "alloca.s" 657 "alloca.s"
657 "make-delta" 658 "make-delta"
@@ -750,11 +751,20 @@ Changes to files in this list are not listed.")
750 "getopt_.h" "getopt_int.h" "gettext.h" "leditcfns.c" "loadst.c" 751 "getopt_.h" "getopt_int.h" "gettext.h" "leditcfns.c" "loadst.c"
751 "make-path.c" "qsort.c" "sorted-doc.c" "tcp.c" "timer.c" "wakeup.c" 752 "make-path.c" "qsort.c" "sorted-doc.c" "tcp.c" "timer.c" "wakeup.c"
752 "yow.c" "grep-changelog" "grep-changelog.1" 753 "yow.c" "grep-changelog" "grep-changelog.1"
754 ;; semantic files now removed from the repository
755 "semantic/bovine/c-by.el" "semantic/bovine/make-by.el"
756 "semantic/bovine/scm-by.el" "semantic/wisent/javat-wy.el"
757 "semantic/wisent/js-wy.el" "semantic/wisent/python-wy.el"
758 "srecode/srt-wy.el"
753 ;; etc/ 759 ;; etc/
754 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" 760 "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
755 "test-distrib.c" "testfile" 761 "test-distrib.c" "testfile"
756 "tpu-edt.doc" ; see below 762 "tpu-edt.doc" ; see below
757 "lisp/obsolete/vc-mcvs.el" 763 "obsolete/vc-mcvs.el"
764 "nnwarchive.el"
765 "nnultimate.el"
766 "nnslashdot.el"
767 "webmail.el"
758 ) 768 )
759 "File names which are valid, but no longer exist (or cannot be found) 769 "File names which are valid, but no longer exist (or cannot be found)
760in the repository.") 770in the repository.")
@@ -892,6 +902,14 @@ in the repository.")
892 ("major.texi" . "modes.texi") 902 ("major.texi" . "modes.texi")
893 ("msdog-xtra.texi" . "msdos-xtra.texi") 903 ("msdog-xtra.texi" . "msdos-xtra.texi")
894 ("msdog.texi" . "msdos.texi") 904 ("msdog.texi" . "msdos.texi")
905 ;; Moved from lisp/gnus/ to lisp/calendar/
906 ("time-date.el" . "calendar/time-date.el")
907 ;; Moved from lisp/gnus/ to lisp/mail/
908 ("binhex.el" . "mail/binhex.el")
909 ("uudecode.el" . "mail/uudecode.el")
910 ;; Moved from lisp/gnus/ to lisp/net/
911 ("imap.el" . "net/imap.el")
912 ("rfc2104.el" . "net/rfc2104.el")
895 ;; And from emacs/ to misc/ and back again. 913 ;; And from emacs/ to misc/ and back again.
896 ("ns-emacs.texi" . "macos.texi") 914 ("ns-emacs.texi" . "macos.texi")
897 ("overrides.texi" . "gnus-overrides.texi") 915 ("overrides.texi" . "gnus-overrides.texi")
@@ -909,7 +927,6 @@ in the repository.")
909 ("lisp/character-fold.el" . "lisp/char-fold.el") 927 ("lisp/character-fold.el" . "lisp/char-fold.el")
910 ("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el") 928 ("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el")
911 ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus 929 ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus
912 ;; Renamed within same directory.
913 ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) 930 ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" )
914 ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc") 931 ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc")
915 ("schema/xhtml-list.rnc" . "xhtml-lst.rnc") 932 ("schema/xhtml-list.rnc" . "xhtml-lst.rnc")