* admin/authors.el: Additions.

This commit is contained in:
Nicolas Petton 2016-07-24 15:58:58 +02:00
parent 0e646c73f5
commit 9ab52f6987
No known key found for this signature in database
GPG key ID: 233587A47C207910

View file

@ -750,11 +750,20 @@ Changes to files in this list are not listed.")
"getopt_.h" "getopt_int.h" "gettext.h" "leditcfns.c" "loadst.c" "getopt_.h" "getopt_int.h" "gettext.h" "leditcfns.c" "loadst.c"
"make-path.c" "qsort.c" "sorted-doc.c" "tcp.c" "timer.c" "wakeup.c" "make-path.c" "qsort.c" "sorted-doc.c" "tcp.c" "timer.c" "wakeup.c"
"yow.c" "grep-changelog" "grep-changelog.1" "yow.c" "grep-changelog" "grep-changelog.1"
;; semantic files now removed from the repository
"semantic/bovine/c-by.el" "semantic/bovine/make-by.el"
"semantic/bovine/scm-by.el" "semantic/wisent/javat-wy.el"
"semantic/wisent/js-wy.el" "semantic/wisent/python-wy.el"
"srecode/srt-wy.el"
;; etc/ ;; etc/
"emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c" "emacsclient.c" "etags.c" "hexl.c" "make-docfile.c" "movemail.c"
"test-distrib.c" "testfile" "test-distrib.c" "testfile"
"tpu-edt.doc" ; see below "tpu-edt.doc" ; see below
"lisp/obsolete/vc-mcvs.el" "obsolete/vc-mcvs.el"
"nnwarchive.el"
"nnultimate.el"
"nnslashdot.el"
"webmail.el"
) )
"File names which are valid, but no longer exist (or cannot be found) "File names which are valid, but no longer exist (or cannot be found)
in the repository.") in the repository.")
@ -892,6 +901,14 @@ in the repository.")
("major.texi" . "modes.texi") ("major.texi" . "modes.texi")
("msdog-xtra.texi" . "msdos-xtra.texi") ("msdog-xtra.texi" . "msdos-xtra.texi")
("msdog.texi" . "msdos.texi") ("msdog.texi" . "msdos.texi")
;; Moved from lisp/gnus/ to lisp/calendar/
("time-date.el" . "calendar/time-date.el")
;; Moved from lisp/gnus/ to lisp/mail/
("binhex.el" . "mail/binhex.el")
("uudecode.el" . "mail/uudecode.el")
;; Moved from lisp/gnus/ to lisp/net/
("imap.el" . "net/imap.el")
("rfc2104.el" . "net/rfc2104.el")
;; And from emacs/ to misc/ and back again. ;; And from emacs/ to misc/ and back again.
("ns-emacs.texi" . "macos.texi") ("ns-emacs.texi" . "macos.texi")
("overrides.texi" . "gnus-overrides.texi") ("overrides.texi" . "gnus-overrides.texi")
@ -909,7 +926,6 @@ in the repository.")
("lisp/character-fold.el" . "lisp/char-fold.el") ("lisp/character-fold.el" . "lisp/char-fold.el")
("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el") ("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el")
("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus
;; Renamed within same directory.
("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" )
("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc") ("schema/xhtml-basic-table.rnc" . "xhtml-btable.rnc")
("schema/xhtml-list.rnc" . "xhtml-lst.rnc") ("schema/xhtml-list.rnc" . "xhtml-lst.rnc")