summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2015-02-04 01:11:13 +0100
committerNicolas Petton <nicolas@petton.fr>2015-02-04 01:11:13 +0100
commitec26c23f4815fbc6bbd16d20f400721bc7b58344 (patch)
tree51c52ab37766844f272457e0f76f23b136362307
parente589765b881e64c26b29509dd99f2dc51ad44153 (diff)
downloademacs-ec26c23f4815fbc6bbd16d20f400721bc7b58344.tar.gz
authors.el: Add missing ignored and renamed files
* emacs-lisp/authors.el (authors-ignored-files) (authors-renamed-files-alist): Additions.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/emacs-lisp/authors.el2
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a61c2403dd3..e52f9a35b47 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-04 Nicolas Petton <nicolas@petton.fr>
+
+ * emacs-lisp/authors.el (authors-ignored-files)
+ (authors-renamed-files-alist): Additions.
+
2015-02-03 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-ssh-controlmaster-options): Don't use a
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index 762b0a3a2f5..b44f7aa7146 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -354,6 +354,7 @@ Changes to files matching one of the regexps in this list are not listed.")
"All" "Version" "Everywhere" "Many" "Various" "files"
;; Directories.
"vms" "mac" "url" "tree-widget"
+ "info/dir"
)
"List of files and directories to ignore.
Changes to files in this list are not listed.")
@@ -779,6 +780,7 @@ in the repository.")
("play/bruce.el" . "bruce.el")
("play/yow.el" . "yow.el")
("patcomp.el" . "patcomp.el")
+ ("emulation/ws-mode.el" . "ws-mode.el")
;; From lisp to etc/forms.
("forms-d2.el" . "forms-d2.el")
("forms-pass.el" . "forms-pass.el")