diff options
| author | Glenn Morris <rgm@gnu.org> | 2017-06-05 20:38:31 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2017-06-05 20:38:31 -0400 |
| commit | fcaf9327c1dabd7c045baf42de1bc6786b3f2077 (patch) | |
| tree | 5e2ba3bad28d80ff89331f7b0794e6d62a7f3f7c | |
| parent | ac5422fd23a469ffb6d6ffd37df6a7e0d4d3d46a (diff) | |
| download | emacs-fcaf9327c1dabd7c045baf42de1bc6786b3f2077.tar.gz | |
* admin/authors.el (authors-aliases): Additions.
| -rw-r--r-- | admin/authors.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/authors.el b/admin/authors.el index 4285e65548e..ac5da82136f 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2000-2017 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> -;; Maintainer: Kim F. Storm <storm@cua.dk> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: maint ;; Package: emacs @@ -27,9 +27,6 @@ ;; Use M-x authors RET to create an *Authors* buffer that can used as ;; or merged with Emacs's AUTHORS file. -;; FIXME: This needs to modernized in the light of current practice, -;; which generates a single top-level ChangeLog file from commit logs. - ;;; Code: (defvar authors-coding-system 'utf-8 @@ -81,6 +78,7 @@ files.") ("François Pinard" "Francois Pinard") ("Francesco Potortì" "Francesco Potorti" "Francesco Potorti`") ("Frederic Pierresteguy" "Fred Pierresteguy") + (nil "FSF") ("Gerd Möllmann" "Gerd Moellmann") ("Hallvard B. Furuseth" "Hallvard B Furuseth" "Hallvard Furuseth") ("Hrvoje Nikšić" "Hrvoje Niksic") @@ -141,6 +139,7 @@ files.") ("Peter J. Weisberg" "PJ Weisberg") ("Peter S. Galbraith" "Peter S Galbraith" "Peter Galbraith") ("Peter Runestig" "Peter 'luna' Runestig") + ("Philipp Stephani" "Philipp .*phst@google") ("Piotr Zieliński" "Piotr Zielinski") ("Przemysław Wojnowski" "Przemyslaw Wojnowski") ("Rainer Schöpf" "Rainer Schoepf") @@ -171,6 +170,7 @@ files.") ("Takaaki Ota" "Tak Ota") ("Takahashi Naoto" "Naoto Takahashi") ("Teodor Zlatanov" "Ted Zlatanov") + (nil "The PCL-CVS Trust") ("Thomas Dye" "Tom Dye") ("Thomas Horsley" "Tom Horsley") ; FIXME ? ("Thomas Wurgler" "Tom Wurgler") |
