[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102455: Tiny authors.el updates.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102455: Tiny authors.el updates. |
Date: |
Sat, 20 Nov 2010 14:27:56 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102455
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-11-20 14:27:56 -0800
message:
Tiny authors.el updates.
* lisp/emacs-lisp/authors.el (authors-ignored-files)
(authors-valid-file-names, authors-renamed-files-alist): Add entries.
modified:
lisp/ChangeLog
lisp/emacs-lisp/authors.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-11-20 22:25:56 +0000
+++ b/lisp/ChangeLog 2010-11-20 22:27:56 +0000
@@ -1,3 +1,8 @@
+2010-11-20 Glenn Morris <address@hidden>
+
+ * emacs-lisp/authors.el (authors-ignored-files)
+ (authors-valid-file-names, authors-renamed-files-alist): Add entries.
+
2010-11-20 Tassilo Horn <address@hidden>
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el 2010-10-09 01:15:15 +0000
+++ b/lisp/emacs-lisp/authors.el 2010-11-20 22:27:56 +0000
@@ -268,6 +268,7 @@
"CODINGS" "CHARSETS"
"calc/INSTALL" "calc/Makefile"
"vms-pp.trans" "_emacs" "batcomp.com" "notes/cpp" ; admin/
+ "emacsver.texi.in"
;; MH-E stuff not in Emacs:
"import-emacs" "release-utils"
;; Erc stuff not in Emacs:
@@ -507,10 +508,11 @@
"ymakefile"
"permute-index" "index.perm"
"ibmrs6000.inp"
- "b2m.c"
+ "b2m.c" "b2m.1" "b2m.pl"
+ "emacs.bash" "emacs.csh" "ms-kermit"
"emacs.ico"
"emacs21.ico"
- "LPF" "LEDIT" "OTHER.EMACSES"
+ "BABYL" "LPF" "LEDIT" "OTHER.EMACSES"
"emacs16_mac.png" "emacs24_mac.png"
"emacs256_mac.png" "emacs32_mac.png"
"emacs48_mac.png" "emacs512_mac.png"
@@ -585,12 +587,15 @@
("schema/docbook-soextbl.rnc" . "schema/docbk-soextbl.rn" )
("texi/url.txi" . "url.texi")
("edt-user.doc" . "edt.texi")
+ ("DEV-NOTES" . "nextstep")
;; Moved to different directories.
("ctags.1" . "ctags.1")
("etags.1" . "etags.1")
("emacs.1" . "emacs.1")
("emacsclient.1" . "emacsclient.1")
("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.
Elements are (OLDNAME . NEWNAME).")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102455: Tiny authors.el updates.,
Glenn Morris <=