Tiny authors.el updates.
* lisp/emacs-lisp/authors.el (authors-ignored-files) (authors-valid-file-names, authors-renamed-files-alist): Add entries.
This commit is contained in:
parent
2f5e7c6fbb
commit
c11cc37a0a
2 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-11-20 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* emacs-lisp/authors.el (authors-ignored-files)
|
||||||
|
(authors-valid-file-names, authors-renamed-files-alist): Add entries.
|
||||||
|
|
||||||
2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
|
2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
|
||||||
|
|
||||||
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
|
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
|
||||||
|
|
|
@ -268,6 +268,7 @@ listed.")
|
||||||
"CODINGS" "CHARSETS"
|
"CODINGS" "CHARSETS"
|
||||||
"calc/INSTALL" "calc/Makefile"
|
"calc/INSTALL" "calc/Makefile"
|
||||||
"vms-pp.trans" "_emacs" "batcomp.com" "notes/cpp" ; admin/
|
"vms-pp.trans" "_emacs" "batcomp.com" "notes/cpp" ; admin/
|
||||||
|
"emacsver.texi.in"
|
||||||
;; MH-E stuff not in Emacs:
|
;; MH-E stuff not in Emacs:
|
||||||
"import-emacs" "release-utils"
|
"import-emacs" "release-utils"
|
||||||
;; Erc stuff not in Emacs:
|
;; Erc stuff not in Emacs:
|
||||||
|
@ -507,10 +508,11 @@ Changes to files in this list are not listed.")
|
||||||
"ymakefile"
|
"ymakefile"
|
||||||
"permute-index" "index.perm"
|
"permute-index" "index.perm"
|
||||||
"ibmrs6000.inp"
|
"ibmrs6000.inp"
|
||||||
"b2m.c"
|
"b2m.c" "b2m.1" "b2m.pl"
|
||||||
|
"emacs.bash" "emacs.csh" "ms-kermit"
|
||||||
"emacs.ico"
|
"emacs.ico"
|
||||||
"emacs21.ico"
|
"emacs21.ico"
|
||||||
"LPF" "LEDIT" "OTHER.EMACSES"
|
"BABYL" "LPF" "LEDIT" "OTHER.EMACSES"
|
||||||
"emacs16_mac.png" "emacs24_mac.png"
|
"emacs16_mac.png" "emacs24_mac.png"
|
||||||
"emacs256_mac.png" "emacs32_mac.png"
|
"emacs256_mac.png" "emacs32_mac.png"
|
||||||
"emacs48_mac.png" "emacs512_mac.png"
|
"emacs48_mac.png" "emacs512_mac.png"
|
||||||
|
@ -585,12 +587,15 @@ in the repository.")
|
||||||
("schema/docbook-soextbl.rnc" . "schema/docbk-soextbl.rn" )
|
("schema/docbook-soextbl.rnc" . "schema/docbk-soextbl.rn" )
|
||||||
("texi/url.txi" . "url.texi")
|
("texi/url.txi" . "url.texi")
|
||||||
("edt-user.doc" . "edt.texi")
|
("edt-user.doc" . "edt.texi")
|
||||||
|
("DEV-NOTES" . "nextstep")
|
||||||
;; Moved to different directories.
|
;; Moved to different directories.
|
||||||
("ctags.1" . "ctags.1")
|
("ctags.1" . "ctags.1")
|
||||||
("etags.1" . "etags.1")
|
("etags.1" . "etags.1")
|
||||||
("emacs.1" . "emacs.1")
|
("emacs.1" . "emacs.1")
|
||||||
("emacsclient.1" . "emacsclient.1")
|
("emacsclient.1" . "emacsclient.1")
|
||||||
("icons/emacs21.ico" . "emacs21.ico")
|
("icons/emacs21.ico" . "emacs21.ico")
|
||||||
|
;; Moved from admin/nt/ to nt/.
|
||||||
|
("nt/README.W32" . "README.W32")
|
||||||
)
|
)
|
||||||
"Alist of files which have been renamed during their lifetime.
|
"Alist of files which have been renamed during their lifetime.
|
||||||
Elements are (OLDNAME . NEWNAME).")
|
Elements are (OLDNAME . NEWNAME).")
|
||||||
|
|
Loading…
Add table
Reference in a new issue