emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 ec26c23 1/2: authors.el: Add missing ignored and


From: Nicolas Petton
Subject: [Emacs-diffs] emacs-24 ec26c23 1/2: authors.el: Add missing ignored and renamed files
Date: Wed, 04 Feb 2015 01:08:58 +0000

branch: emacs-24
commit ec26c23f4815fbc6bbd16d20f400721bc7b58344
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    authors.el: Add missing ignored and renamed files
    
    * emacs-lisp/authors.el (authors-ignored-files)
    (authors-renamed-files-alist): Additions.
---
 lisp/ChangeLog             |    5 +++++
 lisp/emacs-lisp/authors.el |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a61c240..e52f9a3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-04  Nicolas Petton  <address@hidden>
+
+       * emacs-lisp/authors.el (authors-ignored-files)
+       (authors-renamed-files-alist): Additions.
+
 2015-02-03  Michael Albinus  <address@hidden>
 
        * 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 762b0a3..b44f7aa 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]