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