]> code.delx.au - gnu-emacs/commitdiff
authors.el: Add missing ignored and renamed files
authorNicolas Petton <nicolas@petton.fr>
Wed, 4 Feb 2015 00:11:13 +0000 (01:11 +0100)
committerNicolas Petton <nicolas@petton.fr>
Wed, 4 Feb 2015 00:11:13 +0000 (01:11 +0100)
* emacs-lisp/authors.el (authors-ignored-files)
(authors-renamed-files-alist): Additions.

lisp/ChangeLog
lisp/emacs-lisp/authors.el

index a61c2403dd3522b46ae066c5f383daba93090509..e52f9a35b47bcc9a352d097fb56b0dc4e72be32b 100644 (file)
@@ -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
index 762b0a3a2f5eba23ea998b8fda3d43d900472997..b44f7aa7146163ea79a304c4d5e3c7b53e264d14 100644 (file)
@@ -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")