From: Nicolas Petton Date: Wed, 4 Feb 2015 00:11:13 +0000 (+0100) Subject: authors.el: Add missing ignored and renamed files X-Git-Tag: emacs-24.4.90~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec26c23;p=emacs.git authors.el: Add missing ignored and renamed files * emacs-lisp/authors.el (authors-ignored-files) (authors-renamed-files-alist): Additions. --- 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 + + * emacs-lisp/authors.el (authors-ignored-files) + (authors-renamed-files-alist): Additions. + 2015-02-03 Michael Albinus * 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")