gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
[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")
3215096c
GM
43 ("rms@gnu.org" . "Richard M. Stallman")
44 ("NIIBE Yutaka" . "Yutaka NIIBE")
45 ("(saw@cebaf.gov)" . "Stephen A. Wood")
46 ("(pmr@legacy.pajato.com)" . "Paul Reilly")
47 ("(Eric Youngdale at youngdale@v6550c.nrl.navy.mil)" . "Eric Youngdale")
48 ("<Daniel.Pfeiffer@Informatik.START.db.de>" . "Daniel Pfeiffer")
3932b29a 49 ("<Daniel.Pfeiffer@Informatik.START.dbp.de>" . "Daniel Pfeiffer")
3215096c
GM
50 ("(afs@hplb.hpl.hp.com)" . "ignore")
51 ("<Use-Author-Address-Header@\\[127.1\\]>" . "ignore")
52 ("Code Extracted" . "ignore")
53 ("Fsf" . "ignore")
54 ("David M. Koppelman, Koppel@Ee.Lsu.Edu" . "David M. Koppelman")
55 ("jka@ece.cmu.edu" . "Jay K. Adams")
56 ("Per Abhiddenware; you can redistribute it and/or modify" . "Per Abrahamsen")
57 ("Andrw Innes" . "Andrew Innes")
58 ("Barry Warsaw" . "Barry A. Warsaw")
59 ("Barry A. Warsaw, Century Computing, Inc." . "Barry A. Warsaw")
60 ("Barry A. Warsaw, ITB" . "Barry A. Warsaw")
61 ("Ken'ichi Handa" . "Kenichi Handa")
62 ("Bob Chassell" . "Robert J. Chassell")
63 ("SL Baur" . "Steven L. Baur")
64 ("Steven L Baur" . "Steven L. Baur")
65 ("eggert" . "Paul Eggert")
66 ("voelker" . "Geoff Voelker")
67 ("rms" . "Richard M. Stallman")
68 ("Edward M Reingold" . "Edward M. Reingold")
69 ("Eric Ludlam" . "Eric M. Ludlam")
70 ("Eric Raymond" . "Eric S. Raymond")
71