(update-authors): New target for maintenance
[bpt/emacs.git] / lisp / emacs-lisp / authors.el
CommitLineData
3215096c
GM
1;;; authors.el --- utility for maintaining Emacs' AUTHORS file
2
3;; Copyright (C) 2000 Free Software Foundation, Inc.
4
5;; This file is part of GNU Emacs.
6
7;; GNU Emacs is free software; you can redistribute it and/or modify
8;; it under the terms of the GNU General Public License as published by
9;; the Free Software Foundation; either version 2, or (at your option)
10;; any later version.
11
12;; GNU Emacs is distributed in the hope that it will be useful,
13;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15;; GNU General Public License for more details.
16
17;; You should have received a copy of the GNU General Public License
18;; along with GNU Emacs; see the file COPYING. If not, write to the
19;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20;; Boston, MA 02111-1307, USA.
21
22;;; Commentary:
23
24;; Use M-x authors RET to create an *Authors* buffer that can used as
25;; or merged with Emacs' AUTHORS file.
26
27;;; Code:
28
29(defconst authors-many-files 20
30 "Maximum number of files for which to print individual information.
31If an author has modified more files, only a single entry is
32printed telling how many files he changed, instead of listing each
33file individually.")
34
35(defconst authors-aliases
36 '(("eliz" . "Eli Zaretskii")
37 ("Richard Stallman" . "Richard M. Stallman")
38 ("Richard M. Stallman,,," . "Richard M. Stallman")
39 ("Richard Stallmao" . "Richard M. Stallman")
40 ("rms@gnu.org" . "Richard M. Stallman")
41 ("NIIBE Yutaka" . "Yutaka NIIBE")
42 ("(saw@cebaf.gov)" . "Stephen A. Wood")
43 ("(pmr@legacy.pajato.com)" . "Paul Reilly")
44 ("(Eric Youngdale at youngdale@v6550c.nrl.navy.mil)" . "Eric Youngdale")
45 ("<Daniel.Pfeiffer@Informatik.START.db.de>" . "Daniel Pfeiffer")
46 ("<Daniel.Pfeiffer@Informatik.START.dbp.de>" . "Daniel Pfeiffer")
47 ("(afs@hplb.hpl.hp.com)" . "ignore")
48 ("<Use-Author-Address-Header@\\[127.1\\]>" . "ignore")
49 ("Code Extracted" . "ignore")
50 ("Fsf" . "ignore")
51 ("David M. Koppelman, Koppel@Ee.Lsu.Edu" . "David M. Koppelman")
52 ("jka@ece.cmu.edu" . "Jay K. Adams")
53 ("Per Abhiddenware; you can redistribute it and/or modify" . "Per Abrahamsen")
54 ("Andrw Innes" . "Andrew Innes")
55 ("Barry Warsaw" . "Barry A. Warsaw")
56 ("Barry A. Warsaw, Century Computing, Inc." . "Barry A. Warsaw")
57 ("Barry A. Warsaw, ITB" . "Barry A. Warsaw")
58 ("Ken'ichi Handa" . "Kenichi Handa")
59 ("Bob Chassell" . "Robert J. Chassell")
60 ("SL Baur" . "Steven L. Baur")
61 ("Steven L Baur" . "Steven L. Baur")
62 ("eggert" . "Paul Eggert")
63 ("voelker" . "Geoff Voelker")
64 ("rms" . "Richard M. Stallman")
65 ("Edward M Reingold" . "Edward M. Reingold")
66 ("Eric Ludlam" . "Eric M. Ludlam")
67 ("Eric Raymond" . "Eric S. Raymond")
68