diff options
| author | Nicolas Petton | 2015-02-04 01:11:13 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2015-02-04 01:11:13 +0100 |
| commit | ec26c23f4815fbc6bbd16d20f400721bc7b58344 (patch) | |
| tree | 51c52ab37766844f272457e0f76f23b136362307 | |
| parent | e589765b881e64c26b29509dd99f2dc51ad44153 (diff) | |
| download | emacs-ec26c23f4815fbc6bbd16d20f400721bc7b58344.tar.gz emacs-ec26c23f4815fbc6bbd16d20f400721bc7b58344.zip | |
authors.el: Add missing ignored and renamed files
* emacs-lisp/authors.el (authors-ignored-files)
(authors-renamed-files-alist): Additions.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
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 @@ | |||
| 1 | 2015-02-04 Nicolas Petton <nicolas@petton.fr> | ||
| 2 | |||
| 3 | * emacs-lisp/authors.el (authors-ignored-files) | ||
| 4 | (authors-renamed-files-alist): Additions. | ||
| 5 | |||
| 1 | 2015-02-03 Michael Albinus <michael.albinus@gmx.de> | 6 | 2015-02-03 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp.el (tramp-ssh-controlmaster-options): Don't use a | 8 | * 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.") | |||
| 354 | "All" "Version" "Everywhere" "Many" "Various" "files" | 354 | "All" "Version" "Everywhere" "Many" "Various" "files" |
| 355 | ;; Directories. | 355 | ;; Directories. |
| 356 | "vms" "mac" "url" "tree-widget" | 356 | "vms" "mac" "url" "tree-widget" |
| 357 | "info/dir" | ||
| 357 | ) | 358 | ) |
| 358 | "List of files and directories to ignore. | 359 | "List of files and directories to ignore. |
| 359 | Changes to files in this list are not listed.") | 360 | Changes to files in this list are not listed.") |
| @@ -779,6 +780,7 @@ in the repository.") | |||
| 779 | ("play/bruce.el" . "bruce.el") | 780 | ("play/bruce.el" . "bruce.el") |
| 780 | ("play/yow.el" . "yow.el") | 781 | ("play/yow.el" . "yow.el") |
| 781 | ("patcomp.el" . "patcomp.el") | 782 | ("patcomp.el" . "patcomp.el") |
| 783 | ("emulation/ws-mode.el" . "ws-mode.el") | ||
| 782 | ;; From lisp to etc/forms. | 784 | ;; From lisp to etc/forms. |
| 783 | ("forms-d2.el" . "forms-d2.el") | 785 | ("forms-d2.el" . "forms-d2.el") |
| 784 | ("forms-pass.el" . "forms-pass.el") | 786 | ("forms-pass.el" . "forms-pass.el") |