Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com.
[bpt/emacs.git] / lisp / emacs-lisp / authors.el
1 ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: utf-8;-*-
2
3 ;; Copyright (C) 2000-2012 Free Software Foundation, Inc.
4
5 ;; Author: Gerd Moellmann <gerd@gnu.org>
6 ;; Maintainer: Kim F. Storm <storm@cua.dk>
7 ;; Keywords: maint
8 ;; Package: emacs
9
10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation, either version 3 of the License, or
15 ;; (at your option) any later version.
16
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24
25 ;;; Commentary:
26
27 ;; Use M-x authors RET to create an *Authors* buffer that can used as
28 ;; or merged with Emacs' AUTHORS file.
29
30 ;;; Code:
31
32 (defvar authors-coding-system 'utf-8
33 "Coding system used in the AUTHORS file.")
34
35 (defconst authors-many-files 20
36 "Maximum number of files for which to print individual information.
37 If an author has modified more files, only the names of the most
38 frequently modified files are printed and a count of the additional
39 files.")
40
41 (defconst authors-aliases
42 '(
43 ("Aaron S. Hawley" "Aaron Hawley")
44 ("Andrew Csillag" "Drew Csillag")
45 ("Anna M. Bigatti" "Anna Bigatti")
46 ("Barry A. Warsaw" "Barry A. Warsaw, Century Computing, Inc."
47 "Barry A. Warsaw, ITB" "Barry Warsaw")
48 ("Bill Mann" "William F. Mann")
49 ("Bill Rozas" "Guillermo J. Rozas")
50 ("Björn Torkelsson" "Bjorn Torkelsson")
51 ("Brian Fox" "Brian J. Fox")
52 ("Christoph Wedler" "Christoph.Wedler@sap.com")
53 ("Daniel Pfeiffer" "<Daniel.Pfeiffer@Informatik.START.db.de>"
54 "<Daniel.Pfeiffer@Informatik.START.dbp.de>")
55 ("David De La Harpe Golden" "David Golden")
56 ("David Gillespie" "Dave Gillespie")
57 ("David Kågedal" "David K..edal")
58 ("David M. Koppelman" "David M. Koppelman, Koppel@Ec?e.Lsu.Edu"
59 "David Koppelman")
60 ("David M. Smith" "David Smith" "David M Smith")
61 ("Deepak Goel" "D. Goel")
62 ("Ed L. Cashin" "Ed L Cashin")
63 ("Edward M. Reingold" "Ed Reingold" "Edward M Reingold"
64 "Reingold Edward M")
65 ("Eli Zaretskii" "eliz")
66 ("Emilio C. Lopes" "Emilio Lopes")
67 ("Era Eriksson" "Era@Iki.Fi")
68 ("Eric M. Ludlam" "Eric Ludlam")
69 ("Eric S. Raymond" "Eric Raymond")
70 ("Eric Youngdale" "(Eric Youngdale at youngdale@v6550c.nrl.navy.mil)")
71 ("Francis J. Wright" "Dr Francis J. Wright" "Francis Wright")
72 ("François Pinard" "Francois Pinard")
73 ("Francesco Potortì" "Francesco Potorti" "Francesco Potorti`")
74 ("Frederic Pierresteguy" "Fred Pierresteguy")
75 ("Geoff Voelker" "voelker")
76 ("Gerd Möllmann" "Gerd Moellmann")
77 ("Hallvard B. Furuseth" "Hallvard B Furuseth" "Hallvard Furuseth")
78 ("Hrvoje Nikšić" "Hrvoje Niksic")
79 ;; src/ChangeLog.4, 1994-01-11, since fixed.
80 ;;; (nil "(afs@hplb.hpl.hp.com)")
81 ;; lisp/gnus/ChangeLog.1, 1998-01-15.
82 ;; http://quimby.gnus.org/cgi-bin/cvsweb.cgi/gnus/lisp/gnus-art.el?rev=4.13
83 (nil "<Use-Author-Address-Header@\\[127.1\\]>")
84 (nil "Code Extracted") ; lisp/newcomment.el's "Author:" header
85 (nil "\\`FSF") ; FIXME what is this for - no effect?
86 ;; lisp/gnus/ChangeLog.1, 1997-10-12, since fixed.
87 ;;; (nil "ISO-2022-JP")
88 ("Jaeyoun Chung" "Jae-youn Chung" "Jae-you Chung" "Chung Jae-youn")
89 ("Jan Djärv" "Jan D." "Jan Djarv")
90 ("Jay K. Adams" "jka@ece.cmu.edu" "Jay Adams")
91 ("Jérôme Marant" "Jérôme Marant" "Jerome Marant")
92 ("Jens-Ulrik Holger Petersen" "Jens-Ulrik Petersen")
93 ("Jeremy Bertram Maitin-Shepard" "Jeremy Maitin-Shepard")
94 ("Johan Bockgård" "Johan Bockgard")
95 ("John W. Eaton" "John Eaton")
96 ("Jonathan I. Kamens" "Jonathan Kamens")
97 ("Joseph Arceneaux" "Joe Arceneaux")
98 ("Joseph M. Kelsey" "Joe Kelsey") ; FIXME ?
99 ("Juan León Lahoz García" "Juan-Leon Lahoz Garcia")
100 ("K. Shane Hartman" "Shane Hartman")
101 ("Kai Großjohann" "Kai Grossjohann" "Kai Großjohann"
102 "Kai.Grossjohann@Cs.Uni-Dortmund.De"
103 "Kai.Grossjohann@Gmx.Net")
104 ("Karl Berry" "K. Berry")
105 ("Károly Lőrentey" "Károly Lőrentey" "Lőrentey Károly")
106 ("Kazushi Marukawa" "Kazushi")
107 ("Ken Manheimer" "Kenneth Manheimer")
108 ("Kenichi Handa" "Ken'ichi Handa" "Kenichi HANDA")
109 ("Kevin Greiner" "Kevin J. Greiner")
110 ("Kim F. Storm" "Kim Storm")
111 ("Kyle Jones" "Kyle E. Jones")
112 ("Marcus G. Daniels" "Marcus Daniels")
113 ("Mark D. Baushke" "Mark D Baushke")
114 ("Marko Kohtala" "Kohtala Marko")
115 ("Agustín Martín" "Agustin Martin")
116 ("Martin Lorentzon" "Martin Lorentzson")
117 ("Matt Swift" "Matthew Swift")
118 ("Maxime Edouard Robert Froumentin" "Max Froumentin")
119 ("Michael R. Mauger" "Michael Mauger")
120 ("Michael D. Ernst" "Michael Ernst")
121 ("Michaël Cadilhac" "Michael Cadilhac")
122 ("Michael I. Bushnell" "Michael I Bushnell" "Michael I. Bushnell, P/Bsg")
123 ("Michael R. Cook" "Michael Cook")
124 ("Michael Sperber" "Michael Sperber \\[Mr. Preprocessor\\]")
125 ("Mikio Nakajima" "Nakajima Mikio")
126 ("Nelson Jose dos Santos Ferreira" "Nelson Ferreira")
127 ("Paul Eggert" "eggert")
128 ("Paul Reilly" "(pmr@legacy.pajato.com)")
129 ("Pavel Janík" "Pavel Janík Ml." "Pavel Janik Ml." "Pavel Janik" "Pavel Janík" "Pavel@Janik.Cz")
130 ("Pavel Kobiakov" "Pavel Kobyakov")
131 ("Per Abrahamsen" "Per Abhiddenware")
132 ("Per Starbäck" "Per Starback")
133 ("Peter S. Galbraith" "Peter Galbraith")
134 ("Peter Runestig" "Peter 'luna' Runestig")
135 ("Peter S. Galbraith" "Peter S Galbraith")
136 ("Raja R. Harinath" "Raja R Harinath")
137 ("Richard G. Bielawski" "Richard G Bielawski" "Richard Bielawski")
138 ("Richard King" "Dick King")
139 ("Richard M. Stallman" "Richard M. Stallman,,," "Richard Stallman"
140 "rms" "rms@gnu.org")
141 ("Robert J. Chassell" "Bob Chassell")
142 ("Roland B. Roberts" "Roland B Roberts" "Roland Roberts")
143 ("Rui-Tao Dong" "Rui-Tao Dong ~{6-Hpln~}")
144 ("Sacha Chua" "Sandra Jean Chua")
145 ("Sam Steingold" "Sam Shteingold")
146 ("Satyaki Das" "Indexed search by Satyaki Das")
147 ;; There are other Stefans.
148 ;;; ("Stefan Monnier" "Stefan")
149 ("Stephen A. Wood" "(saw@cebaf.gov)")
150 ("Steven L. Baur" "SL Baur" "Steven L Baur")
151 ("Stewart M. Clamen" "Stewart Clamen")
152 ("Stuart D. Herring" "Stuart Herring" "Davis Herring")
153 ("Taichi Kawabata" "KAWABATA,? Taichi")
154 ("Takaaki Ota" "Tak Ota")
155 ("Takahashi Naoto" "Naoto Takahashi")
156 ("Teodor Zlatanov" "Ted Zlatanov")
157 ("Thomas Horsley" "Tom Horsley") ; FIXME ?
158 ("Thomas Wurgler" "Tom Wurgler")
159 ("Tomohiko Morioka" "MORIOKA Tomohiko")
160 ("Torbjörn Axelsson" "Torbjvrn Axelsson")
161 ("Torbjörn Einarsson" "Torbj.*rn Einarsson")
162 ("Toru Tomabechi" "Toru Tomabechi,")
163 ("Tsugutomo Enami" "enami tsugutomo")
164 ("Vincent Del Vecchio" "Vince Del Vecchio")
165 ("William M. Perry" "Bill Perry")
166 ("Wlodzimierz Bzyl" "W.*dek Bzyl")
167 ("Yoni Rabkin" "Yoni Rabkin Katzenell")
168 ("Yoshinori Koseki" "KOSEKI Yoshinori" "小関 吉則")
169 ("Yutaka NIIBE" "NIIBE Yutaka")
170 )
171 "Alist of author aliases.
172
173 Each entry is of the form (REALNAME REGEXP...). If an author's name
174 matches one of the REGEXPs, use REALNAME instead.
175 If REALNAME is nil, ignore that author.")
176
177 (defconst authors-fixed-case
178 '("Bryan O'Sullivan"
179 "Christian von Roques"
180 "Christophe de Dinechin"
181 "Craig McDaniel"
182 "David J. MacKenzie"
183 "David McCabe"
184 "David O'Toole"
185 "Dominique de Waleffe"
186 "Edward O'Connor"
187 "Exal de Jesus Garcia Carrillo"
188 "Greg McGary"
189 "Hans de Graaff"
190 "James TD Smith"
191 "Joel N. Weber II"
192 "Michael McNamara"
193 "Mike McEwan"
194 "Nelson Jose dos Santos Ferreira"
195 "Peter von der Ahe"
196 "Peter O'Gorman"
197 "Roland McGrath"
198 "Sean O'Rourke")
199 "List of authors whose names cannot be simply capitalized.")
200
201 (defvar authors-public-domain-files
202 '("emerge\\.el"
203 "vi\\.el"
204 "feedmail\\.el"
205 "mailpost\\.el"
206 "hanoi\\.el"
207 "meese\\.el"
208 "studly\\.el"
209 "modula2\\.el"
210 "nnmaildir\\.el"
211 "nnil\\.el"
212 "b2m\\.c"
213 "unexhp9k800\\.c"
214 "emacsclient\\.1"
215 "check-doc-strings")
216 "List of regexps matching files for which the FSF doesn't need papers.")
217
218
219 (defvar authors-obsolete-files-regexps
220 '("vc-\\*\\.el$"
221 "spec.txt$"
222 ".*loaddefs.el$" ; not obsolete, but auto-generated
223 "\\.\\(cvs\\|git\\)ignore$" ; obsolete or uninteresting
224 "\\.arch-inventory$"
225 "preferences\\.\\(nib\\|gorm\\)"
226 "vc-\\(rcs\\|cvs\\|sccs\\)-hooks\\.el$")
227 "List of regexps matching obsolete files.
228 Changes to files matching one of the regexps in this list are not
229 listed.")
230
231 (defconst authors-ignored-files
232 '("external-lisp"
233 "lock" "share-lib" "local-lisp"
234 "noleim-Makefile.in"
235 "NEWS" "ORDERS" "PROBLEMS" "FAQ" "AUTHORS" "FOR-RELEASE" "TODO" "todo"
236 "MACHINES" "SERVICE"
237 "README.unicode" "README.multi-tty" "TUTORIAL.translators"
238 "NEWS.unicode" "COPYING.DJ" "Makefile.old" "Makefile.am"
239 "NEWS.1" "OOOOONEWS...OONEWS" "OOOONEWS" "etc/NEWS"
240 "NEWS.1-17" "NEWS.18" "NEWS.19" "NEWS.20" "NEWS.21" "NEWS.22"
241 "MAINTAINERS" "MH-E-NEWS"
242 "install-sh" "missing" "mkinstalldirs"
243 "termcap.dat" "termcap.src" "termcap.ucb" "termcap"
244 "ChangeLog.nextstep" "Emacs.clr" "spec.txt"
245 "gfdl.1"
246 "texi/Makefile.in"
247 "Imakefile" "icons/sink.ico" "aixcc.lex"
248 "nxml/char-name/unicode"
249 "js2-mode.el" ; only installed very briefly, replaced by js.el
250 "cedet/tests/testtemplates.cpp"
251 "cedet/tests/testusing.cpp"
252 "cedet/tests/scopetest.cpp"
253 "cedet/tests/scopetest.java"
254 "cedet/tests/test.cpp"
255 "cedet/tests/test.py"
256 "cedet/tests/teststruct.cpp"
257 "*.el"
258 ;; Autogen:
259 "cus-load.el" "finder-inf.el" "ldefs-boot.el"
260 ;; Never had any meaningful changes logged, now deleted:
261 "split-man" "Xkeymap.txt" "ms-7bkermit" "ulimit.hack"
262 "gnu-hp300" "refcard.bit" "ledit.l" "forms.README" "forms-d2.dat"
263 "CXTERM-DIC/PY.tit" "CXTERM-DIC/ZIRANMA.tit"
264 "CXTERM-DIC/CTLau.tit" "CXTERM-DIC/CTLauB.tit"
265 "NICKLES.WORTH" "INTERVAL.IDEAS" "RCP"
266 "3B-MAXMEM" "AIX.DUMP" "SUN-SUPPORT" "XENIX"
267 "CODINGS" "CHARSETS"
268 "calc/INSTALL" "calc/Makefile"
269 "vms-pp.trans" "_emacs" "batcomp.com" "notes/cpp" ; admin/
270 "emacsver.texi.in"
271 ;; MH-E stuff not in Emacs:
272 "import-emacs" "release-utils"
273 ;; Erc stuff not in Emacs:
274 "ChangeLog.2001" "ChangeLog.2002" "ChangeLog.2003" "ChangeLog.2004"
275 "ChangeLog.2005"
276 "README.extras" "dir-template" "mkChangeLog" "MkChangeLog" "erc-auto.in"
277 "CREDITS" "HACKING"
278 "debian/changelog"
279 "debian/control"
280 "debian/copyright"
281 "debian/maint/conffiles"
282 "debian/maint/conffiles.in"
283 "debian/maint/postinst"
284 "debian/maint/postinst.in"
285 "debian/maint/prerm"
286 "debian/maint/prerm.in"
287 "debian/README.Debian"
288 "debian/README.erc-speak"
289 "debian/rules"
290 "debian/scripts/install"
291 "debian/scripts/install.in"
292 "debian/scripts/remove"
293 "debian/scripts/remove.in"
294 "debian/scripts/startup"
295 "debian/scripts/startup.erc"
296 "debian/scripts/startup.erc-speak"
297 )
298 "List of files and directories to ignore.
299 Changes to files in this list are not listed.")
300
301 ;; List via: find . -name '*.el' | sed 's/.*\///g' | sort | uniq -d
302 ;; FIXME It would be better to discover these dynamically.
303 ;; Note that traditionally "Makefile.in" etc have not been in this list.
304 ;; Ditto for "abbrev.texi" etc.
305 (defconst authors-ambiguous-files
306 '("chart.el"
307 "compile.el"
308 "complete.el"
309 "cpp.el"
310 "ctxt.el"
311 "debug.el"
312 "dired.el"
313 "el.el"
314 "files.el"
315 "find.el"
316 "format.el"
317 "grep.el"
318 "imenu.el"
319 "java.el"
320 "linux.el"
321 "locate.el"
322 "make.el"
323 "mode.el"
324 "python.el"
325 "semantic.el"
326 "shell.el"
327 "simple.el"
328 "sort.el"
329 "speedbar.el"
330 "srecode.el"
331 "table.el"
332 "texi.el"
333 "util.el"
334 "wisent.el")
335 "List of basenames occurring more than once in the source.")
336
337 ;; FIXME :cowrote entries here can be overwritten by :wrote entries
338 ;; derived from a file's Author: header (eg mh-e). This really means
339 ;; the Author: header is erroneous.
340 (defconst authors-fixed-entries
341 '(("Richard M. Stallman" :wrote "[The original GNU Emacs and numerous files]")
342 ("Joseph Arceneaux" :wrote "xrdb.c")
343 ;; This refers to the obsolete Willisson (qv) version.
344 ;;; ("Blitz Product Development Corporation" :wrote "ispell.el")
345 ("Frank Bresz" :wrote "diff.el")
346 ("David M. Brown" :wrote "array.el")
347 ;; No longer distributed.
348 ;;; ("Gary Byers" :changed "xenix.h")
349 ("Shawn M. Carey" :wrote "freebsd.h")
350 ;; hp800.h renamed from hp9000s800.h, hpux.h merged into hpux10-20.h.
351 ;; FIXME overwritten by Author:.
352 ("Satyaki Das" :cowrote "mh-search.el")
353 ("Eric Decker" :changed "hp800.h" "hpux10-20.h" "sysdep.c")
354 ("Lawrence R. Dodd" :cowrote "dired-x.el")
355 ;; No longer distributed.
356 ;;; ("Viktor Dukhovni" :wrote "unexsunos4.c")
357 ("Paul Eggert" :wrote "rcs2log" "vcdiff")
358 ("Fred Fish" :changed "unexcoff.c")
359 ;; No longer distributed.
360 ;;; ("Tim Fleehart" :wrote "makefile.nt")
361 ("Keith Gabryelski" :wrote "hexl.c")
362 ("Kevin Gallagher" :wrote "flow-ctrl.el")
363 ;; Also wrote an earlier version of disp-table.el, since replaced
364 ;; by Erik Naggum's version; also iso-syntax.el, later renamed to
365 ;; latin-1.el, since deleted.
366 ("Howard Gayle" :wrote "casetab.c")
367 ;; :wrote mh-pick.el, since merged into mh-search.el.
368 ;; Originally wrote mh-funcs.el, but it has been rewritten since.
369 ("Stephen Gildea" :wrote "refcard.tex"
370 :cowrote "mh-funcs.el" "mh-search.el")
371 ;; cl.texinfo renamed to cl.texi.
372 ("David Gillespie" :wrote "cl.texi")
373 ;; No longer distributed: emacsserver.c.
374 ("Hewlett-Packard" :changed "emacsclient.c" "server.el" "keyboard.c")
375 ;; No longer distributed.
376 ;;; ("Thomas Horsley" :wrote "cxux.h" "cxux7.h")
377 ("Indiana University Foundation" :changed "buffer.c" "buffer.h"
378 "indent.c" "search.c" "xdisp.c" "region-cache.c" "region-cache.h")
379 ;; ibmrt.h, ibmrt-aix.h no longer distributed.
380 ("International Business Machines" :changed "emacs.c" "fileio.c"
381 "process.c" "sysdep.c" "unexcoff.c")
382 ;; No longer distributed.
383 ;;; ("Ishikawa Chiaki" :changed "aviion.h" "dgux.h")
384 ;; ymakefile no longer distributed.
385 ("Michael K. Johnson" :changed "configure.in" "emacs.c" "intel386.h"
386 "mem-limits.h" "process.c" "template.h" "sysdep.c" "syssignal.h"
387 "systty.h" "unexcoff.c" "linux.h")
388 ;; No longer distributed.
389 ;;; ("Kyle Jones" :wrote "mldrag.el")
390 ("Henry Kautz" :wrote "bib-mode.el")
391 ;; No longer distributed: vms-pwd.h, vmsfns.c, uaf.h.
392 ("Joseph M. Kelsey" :changed "fileio.c" "dir.h")
393 ("Sam Kendall" :changed "etags.c" "etags.el")
394 ;; ack.texi: "We're not using his backquote.el any more."
395 ("Richard King" :wrote "userlock.el" "filelock.c")
396 ("Sebastian Kremer" :changed "add-log.el")
397 ("Mark Lambert" :changed "process.c" "process.h")
398 ("Aaron Larson" :changed "bibtex.el")
399 ;; It was :wrote, but it has been rewritten since.
400 ("James R. Larus" :cowrote "mh-e.el")
401 ("Lars Lindberg" :changed "dabbrev.el" :cowrote "imenu.el")
402 ;; No longer distributed: lselect.el.
403 ("Lucid, Inc." :changed "bytecode.c" "byte-opt.el" "byte-run.el"
404 "bytecomp.el" "delsel.el" "disass.el" "faces.el" "font-lock.el"
405 "lmenu.el" "mailabbrev.el" "select.el" "xfaces.c" "xselect.c")
406 ;; MCC. No longer distributed: emacsserver.c.
407 ("Microelectronics and Computer Technology Corporation"
408 :changed "etags.c" "emacsclient.c" "movemail.c"
409 "rmail.el" "rmailedit.el" "rmailkwd.el"
410 "rmailmsc.el" "rmailout.el" "rmailsum.el" "scribe.el"
411 ;; It was :wrote for xmenu.c, but it has been rewritten since.
412 "server.el" "lisp.h" "sysdep.c" "unexcoff.c" "xmenu.c")
413 ("Niall Mansfield" :changed "etags.c")
414 ("Brian Marick" :cowrote "hideif.el")
415 ("Marko Kohtala" :changed "info.el")
416 ("Sidney Markowitz" :changed "doctor.el")
417 ;; No longer distributed: env.c.
418 ("Richard Mlynarik" :wrote "ehelp.el")
419 ("Mosur Mohan" :changed "etags.c")
420 ("Jeff Morgenthaler" :changed "flow-ctrl.el" "vt200.el" "vt201.el"
421 "vt220.el" "vt240.el")
422 ("Motorola" :changed "buff-menu.el")
423 ("Hiroshi Nakano" :changed "ralloc.c")
424 ;; File removed in Emacs 24.1.
425 ;;; ("Sundar Narasimhan" :changed "rnewspost.el")
426 ;; No longer distributed.
427 ;;; ("NeXT, Inc." :wrote "unexnext.c")
428 ("Mark Neale" :changed "fortran.el")
429 ;; Renamed from sc.el.
430 ("Martin Neitzel" :changed "supercite.el")
431 ("Andrew Oram" :changed "calendar.texi (and other files in man/)")
432 ("Frederic Pierresteguy" :wrote "widget.c")
433 ("Michael D. Prange" :changed "tex-mode.el")
434 ;; No longer distributed (dgux5-4r3.h was renamed to dgux5-4-3.h).
435 ;;; ("Paul Reilly" :wrote "gux5-4r2.h" "dgux5-4-3.h")
436 ("Roland B. Roberts" :changed "files.el" "sort.el"
437 "buffer.h" "callproc.c" "dired.c" "process.c" "sysdep.c" "systty.h")
438 ;; No longer distributed.
439 ;;; "vmspaths.h" "build.com" "compile.com" "kepteditor.com" "precomp.com"
440 ;;; "vmsproc.el" :wrote "logout.com" "mailemacs.com")
441 ;;; ("Guillermo J. Rozas" :wrote "fakemail.c")
442 ("Wolfgang Rupprecht" :changed "lisp-mode.el" "loadup.el"
443 "sort.el" "alloc.c" "callint.c"
444 ;; config.in renamed from config.h.in; ecrt0.c from crt0.c.
445 "config.in" "ecrt0.c" "data.c" "fns.c"
446 "lisp.h" "lread.c" ; "sun3.h" "ymakefile" - no longer distributed
447 "print.c" :wrote "float-sup.el" "floatfns.c")
448 ("Schlumberger Technology Corporation" :changed "gud.el")
449 ;; Replaced by tcl.el.
450 ;;; ("Gregor Schmid" :wrote "tcl-mode.el")
451 ("Rainer Schoepf" :wrote "alpha.h" "unexalpha.c")
452 ;; No longer distributed: emacsserver.c.
453 ("William Sommerfeld" :wrote "emacsclient.c" "scribe.el")
454 ;; No longer distributed: emacsserver.c.
455 ("Leigh Stoller" :changed "emacsclient.c" "server.el")
456 ("Steve Strassmann" :wrote "spook.el")
457 ("Shinichirou Sugou" :changed "etags.c")
458 ;; No longer distributed: emacsserver.c.
459 ("Sun Microsystems, Inc" :changed "emacsclient.c" "server.el"
460 :wrote "emacs.icon" "sun.el")
461 ;; No longer distributed.
462 ;;; "emacstool.1" "emacstool.c" "sun-curs.el"
463 ;;; "sun-fns.el" "sun-mouse.el" "sunfns.c")
464 ;; Renamed from sc.el.
465 ("Kayvan Sylvan" :changed "supercite.el")
466 ;; No longer distributed: emacsserver.c, tcp.c.
467 ("Spencer Thomas" :changed "emacsclient.c" "server.el"
468 "dabbrev.el" "unexcoff.c" "gnus.texi")
469 ("Jonathan Vail" :changed "vc.el")
470 ("James Van Artsdalen" :changed "usg5-4.h" "unexcoff.c")
471 ;; No longer distributed: src/makefile.nt, lisp/makefile.nt
472 ;; winnt.el renamed to w32-fns.el; nt.[ch] to w32.[ch];
473 ;; ntheap.[ch] to w32heap.[ch]; ntinevt.c to w32inevt.c;
474 ;; ntproc.c to w32proc.c; ntterm.c to w32term.c;
475 ;; windowsnt.h to ms-w32.h.
476 ("Geoff Voelker" :wrote "w32-fns.el" "w32.c" "w32.h" "w32heap.c"
477 "w32heap.h" "w32inevt.c" "w32proc.c" "w32term.c" "ms-w32.h")
478 ("Morten Welinder" :wrote "dosfns.c" "[many MS-DOS files]" "msdos.h")
479 ("Eli Zaretskii" :wrote "bidi.c" "[bidirectional display in xdisp.c]")
480 ;; Not using this version any more.
481 ;;; ("Pace Willisson" :wrote "ispell.el")
482 ;; FIXME overwritten by Author:.
483 ("Bill Wohler" :cowrote "mh-e.el")
484 ("Garrett Wollman" :changed "sendmail.el")
485 ("Dale R. Worley" :changed "mail-extr.el")
486 ("Jamie Zawinski" :changed "bytecode.c" :wrote "tar-mode.el"
487 :cowrote "disass.el"))
488 "Actions taken from the original, manually (un)maintained AUTHORS file.")
489
490
491 (defconst authors-valid-file-names
492 '("aclocal.m4"
493 "build-ins.in"
494 "Makefile.noleim"
495 "makedist.bat"
496 "makefile.def"
497 "makefile.nt"
498 "debug.bat.in" "emacs.bat.in"
499 ".gdbinit-union"
500 "alloca.s"
501 "make-delta"
502 "config.w95"
503 "emacstool.1"
504 "align.umax"
505 "cxux-crt0.s"
506 "gould-sigvec.s"
507 "getdate.y"
508 "ymakefile"
509 "permute-index" "index.perm"
510 "ibmrs6000.inp"
511 "b2m.c" "b2m.1" "b2m.pl"
512 "emacs.bash" "emacs.csh" "ms-kermit"
513 "emacs.ico"
514 "emacs21.ico"
515 "BABYL" "LPF" "LEDIT" "OTHER.EMACSES"
516 "emacs16_mac.png" "emacs24_mac.png"
517 "emacs256_mac.png" "emacs32_mac.png"
518 "emacs48_mac.png" "emacs512_mac.png"
519 "revdiff" ; admin/
520 "mainmake" "sed1.inp" "sed2.inp" "sed3.inp" ; msdos/
521 "mac-fix-env.m"
522 ;; Deleted vms stuff:
523 "temacs.opt" "descrip.mms" "compile.com" "link.com"
524 )
525 "File names which are valid, but no longer exist (or cannot be found)
526 in the repository.")
527
528 (defconst authors-renamed-files-alist
529 '(("nt.c" . "w32.c") ("nt.h" . "w32.h")
530 ("ntheap.c" . "w32heap.c") ("ntheap.h" . "w32heap.h")
531 ("ntinevt.c" . "w32inevt.c") ("ntinevt.h" . "w32inevt.h")
532 ("ntproc.c" . "w32proc.c")
533 ("w32console.c" . "w32term.c")
534 ("unexnt.c" . "unexw32.c")
535 ("s/windowsnt.h" . "s/ms-w32.h")
536 ("winnt.el" . "w32-fns.el")
537 ("config.emacs" . "configure")
538 ("config.h.dist" . "config.in")
539 ("config.h-dist" . "config.in")
540 ("config.h.in" . "config.in")
541 ("paths.h-dist" . "paths.h.in")
542 ("patch1" . "sed1.inp")
543 ("GETTING.GNU.SOFTWARE" . "FTP")
544 ("etc/MACHINES" . "MACHINES")
545 ("ONEWS" . "NEWS.19")
546 ("ONEWS.1" . "NEWS.1-17")
547 ("ONEWS.2" . "NEWS.1-17")
548 ("ONEWS.3" . "NEWS.18")
549 ("ONEWS.4" . "NEWS.18")
550 ("ORDERS.USA" . "ORDERS")
551 ("EUROPE" . "ORDERS")
552 ("DIFF" . "OTHER.EMACSES")
553 ("CCADIFF" . "OTHER.EMACSES")
554 ("GOSDIFF" . "OTHER.EMACSES")
555 ("Makefile.in.in" . "Makefile.in")
556 ("leim-Makefile" . "leim/Makefile")
557 ("leim-Makefile.in" . "leim/Makefile.in")
558 ("emacs-lisp/testcover-ses.el" . "tcover-ses.el")
559 ("emacs-lisp/testcover-unsafep.el" . "tcover-unsafep.el")
560 ;; index and pick merged into search.
561 ("mh-index.el" . "mh-search.el")
562 ("mh-pick.el" . "mh-search.el")
563 ("font-setting.el" . "dynamic-setting.el")
564 ;; INSTALL-CVS -> .CVS -> .BZR
565 ("INSTALL-CVS" . "INSTALL.BZR")
566 ("INSTALL.CVS" . "INSTALL.BZR")
567 ("refcards/fr-drdref.pdf" . "refcards/fr-dired-ref.pdf")
568 ("gnus-logo.eps" . "refcards/gnus-logo.eps")
569 ("build-install" . "build-ins.in")
570 ("build-install.in" . "build-ins.in")
571 ("unidata/Makefile" . "unidata/Makefile.in")
572 ;; Not renamed, but we only have the latter in the Emacs repo.
573 ("trampver.texi.in" . "trampver.texi")
574 ("e/eterm" . "e/eterm-color")
575 ("e/eterm.ti" . "e/eterm-color.ti")
576 ("README.txt" . "README")
577 ("emacs.names" . "JOKES")
578 ("ED.WORSHIP" . "JOKES")
579 ("GNU.JOKES" . "JOKES")
580 ("CHARACTERS" . "TODO")
581 ("schema/xhtml-basic-form.rnc" . "schema/xhtml-bform.rnc" )
582 ("schema/xhtml-basic-table.rnc" . "schema/xhtml-btable.rnc")
583 ("schema/xhtml-list.rnc" . "schema/xhtml-lst.rnc")
584 ("schema/xhtml-target.rnc" . "schema/xhtml-tgt.rnc")
585 ("schema/xhtml-style.rnc" . "schema/xhtml-xstyle.rnc")
586 ("schema/docbook-dyntbl.rnc" . "schema/docbk-dyntbl.rnc")
587 ("schema/docbook-soextbl.rnc" . "schema/docbk-soextbl.rn" )
588 ("texi/url.txi" . "url.texi")
589 ("edt-user.doc" . "edt.texi")
590 ("DEV-NOTES" . "nextstep")
591 ;; Moved to different directories.
592 ("ctags.1" . "ctags.1")
593 ("etags.1" . "etags.1")
594 ("emacs.1" . "emacs.1")
595 ("emacsclient.1" . "emacsclient.1")
596 ("icons/emacs21.ico" . "emacs21.ico")
597 ;; Moved from admin/nt/ to nt/.
598 ("nt/README.W32" . "README.W32")
599 )
600 "Alist of files which have been renamed during their lifetime.
601 Elements are (OLDNAME . NEWNAME).")
602
603 (defconst authors-renamed-files-regexps
604 '(("^m/m-\\(.*\\.h\\)$" . "m/\\1")
605 ("^m-\\(.*\\.h\\)$" . "\\1")
606 ("^s/s-\\(.*\\.h\\)$" . "s/\\1")
607 ("^s-\\(.*\\.h\\)$" . "\\1")
608 ("^s/[-.a-zA-Z0-9_]+\\.h$" . t)
609 ("\\(.*\\)\\.cmd$" . "\\1.bat")
610 ("\\.bat$" . t)
611 ("\\.[ch]$" . t)
612 ("\\.el$" . t)
613 ("\\.ps$" . t)
614 ("\\.texi?$" . t)
615 ("\\.texinfo$" . t)
616 ("\\.xml?$" . t)
617 ("\\.x[pb]m$" . t)
618 ("\\.[xp]bm$" . t)
619 ("^paths\\." . t)
620 ("^install\\." . t)
621 ("^\\(TUTORIAL[^/]*\\)" . "tutorials/\\1")
622 ("^\\(tree-widget/\\(?:default\\|folder\\)/[-a-z]+\\.png\\)$" .
623 "images/\\1")
624 ("^\\(images/icons/\\)mac\\(emacs\\)_\\([0-9]+\\)\\(\\.png\\)" .
625 "\\1\\2\\3_mac\\4")
626 ("\\(images/icons/\\)emacs_\\([0-9][0-9]\\)\\.png" .
627 "\\1hicolor/\\2x\\2/apps/emacs.png")
628 )
629 "List regexps and rewriting rules for renamed files.
630 Elements are (REGEXP . REPLACE). If REPLACE is a string, the file
631 name matching REGEXP is replaced by REPLACE using `replace-string'.
632 Otherwise, the file name is accepted as is.")
633
634 (defvar authors-checked-files-alist)
635 (defvar authors-invalid-file-names)
636
637 (defun authors-disambiguate-file-name (fullname)
638 "Convert FULLNAME to an unambiguous relative-name."
639 (let ((relname (file-name-nondirectory fullname))
640 parent)
641 (if (member relname authors-ambiguous-files)
642 ;; In case of ambiguity, just prepend the parent directory.
643 ;; FIXME obviously this is not a perfect solution.
644 (if (string-equal "lisp"
645 (setq parent (file-name-nondirectory
646 (directory-file-name
647 (file-name-directory fullname)))))
648 relname
649 (format "%s/%s" parent relname))
650 relname)))
651
652 (defun authors-canonical-file-name (file log-file pos author)
653 "Return canonical file name for FILE found in LOG-FILE.
654 Checks whether FILE is a valid (existing) file name, has been renamed,
655 or is on the list of removed files. Returns the non-directory part of
656 the file name. Only uses the LOG-FILE position POS and associated AUTHOR
657 to print a message if FILE is not found."
658 ;; FILE should be re-checked in every different directory associated
659 ;; with a LOG-FILE. Eg configure.in from src/ChangeLog is not the
660 ;; same as that from top-level/ChangeLog.
661 (let* ((fullname (expand-file-name file (file-name-directory log-file)))
662 (entry (assoc fullname authors-checked-files-alist))
663 relname
664 valid)
665 (if entry
666 (cdr entry)
667 (setq relname (file-name-nondirectory file))
668 (if (or (member relname authors-valid-file-names)
669 (file-exists-p file)
670 (file-exists-p relname)
671 (file-exists-p (concat "etc/" relname)))
672 (setq valid (authors-disambiguate-file-name fullname))
673 (setq valid (assoc file authors-renamed-files-alist))
674 (if valid
675 (setq valid (cdr valid))
676 (let ((rules authors-renamed-files-regexps))
677 (while rules
678 (if (string-match (car (car rules)) file)
679 (setq valid (if (stringp (cdr (car rules)))
680 (file-name-nondirectory
681 (replace-match (cdr (car rules)) t nil file))
682 relname)
683 rules nil))
684 (setq rules (cdr rules))))))
685 (setq authors-checked-files-alist
686 (cons (cons fullname valid) authors-checked-files-alist))
687 (unless (or valid
688 (member file authors-ignored-files)
689 (authors-obsolete-file-p file)
690 (string-match "[*]" file)
691 (string-match "^[0-9.]+$" file))
692 (setq authors-invalid-file-names
693 (cons (format "%s:%d: unrecognized `%s' for %s"
694 log-file
695 (1+ (count-lines (point-min) pos))
696 file author)
697 authors-invalid-file-names)))
698 valid)))
699
700 (defun authors-add-fixed-entries (table)
701 "Add actions from `authors-fixed-entries' to TABLE."
702 (dolist (entry authors-fixed-entries)
703 (let ((author (car entry))
704 action)
705 (dolist (item (cdr entry))
706 (if (symbolp item)
707 (setq action item)
708 (authors-add author item action table))))))
709
710
711 (defun authors-obsolete-file-p (file)
712 "Return non-nil if FILE is obsolete.
713 FILE is considered obsolete if it matches one of the regular expressions
714 from `authors-obsolete-files-regexps'."
715 (let (obsolete-p
716 (regexps authors-obsolete-files-regexps))
717 (while (and regexps (not obsolete-p))
718 (setq obsolete-p (string-match (car regexps) file)
719 regexps (cdr regexps)))
720 obsolete-p))
721
722
723 (defun authors-add (author file action table)
724 "Record that AUTHOR worked on FILE.
725 ACTION is a keyword symbol describing what he did. Record file,
726 author and what he did in hash table TABLE. See the description of
727 `authors-scan-change-log' for the structure of the hash table."
728 (unless (or (member file authors-ignored-files)
729 (authors-obsolete-file-p file)
730 (equal author ""))
731 (let* ((value (gethash author table))
732 (entry (assoc file value))
733 slot)
734 (if (null entry)
735 (puthash author (cons (list file (cons action 1)) value) table)
736 (if (setq slot (assoc action (cdr entry)))
737 (setcdr slot (1+ (cdr slot)))
738 (nconc entry (list (cons action 1))))))))
739
740
741 (defun authors-canonical-author-name (author)
742 "Return a canonicalized form of AUTHOR, an author name.
743 If AUTHOR has an entry in `authors-aliases', use that. Remove
744 email addresses. Capitalize words in the author's name, unless
745 it is found in `authors-fixed-case'."
746 (let* ((aliases authors-aliases)
747 regexps realname)
748 (while aliases
749 (setq realname (car (car aliases))
750 regexps (cdr (car aliases))
751 aliases (cdr aliases))
752 (while regexps
753 (if (string-match (car regexps) author)
754 (setq author realname
755 regexps nil
756 aliases nil)
757 (setq regexps (cdr regexps))))))
758 (when author
759 (setq author (replace-regexp-in-string "[ \t]*[(<].*$" "" author))
760 (setq author (replace-regexp-in-string "\`[ \t]+" "" author))
761 (setq author (replace-regexp-in-string "[ \t]+$" "" author))
762 (setq author (replace-regexp-in-string "[ \t]+" " " author))
763 (unless (string-match "[-, \t]" author)
764 (setq author ""))
765 (or (car (member author authors-fixed-case))
766 (capitalize author))))
767
768 (defun authors-scan-change-log (log-file table)
769 "Scan change log LOG-FILE for author information.
770
771 For each change mentioned in the log, add an entry to hash table TABLE
772 under the author's canonical name.
773
774 Keys of TABLE are author names. Values are alists of entries (FILE
775 \(ACTION . COUNT) ...). FILE is one file the author worked on. The
776 rest of the entry is a list of keyword symbols describing what he did
777 with the file and the number of each action:
778
779 :wrote means the author wrote the file
780 :cowrote means he wrote the file in collaboration with others
781 :changed means he changed the file COUNT times."
782
783 (let* ((enable-local-variables :safe) ; for find-file, hence let*
784 (enable-local-eval nil)
785 (existing-buffer (get-file-buffer log-file))
786 (buffer (find-file-noselect log-file))
787 authors file pos)
788 (with-current-buffer buffer
789 (save-restriction
790 (widen)
791 (goto-char (point-min))
792 (while (re-search-forward "^[0-9]\\|^[ \t]+\\* " nil t)
793 (beginning-of-line)
794 (setq pos (point))
795 (cond ((looking-at "^[0-9]+-[0-9]+-[0-9]+")
796 ;; Handle joint authorship of changes.
797 ;; This can be a bit fragile, and is not too common.
798 (setq authors nil)
799 (while (progn
800 (skip-chars-forward " \t+:0-9-")
801 (not (looking-at "\\($\\|\\*\\|\
802 Suggested\\|Trivial\\|Version\\|Originally\\|From:\\|Patch[ \t]+[Bb]y\\)")))
803 (push (authors-canonical-author-name
804 (buffer-substring-no-properties
805 (point) (line-end-position))) authors)
806 (forward-line 1)))
807 ((looking-at "^[ \t]+\\*")
808 (let ((line (buffer-substring-no-properties
809 (match-end 0) (line-end-position))))
810 (while (and (not (string-match ":" line))
811 (forward-line 1)
812 (not (looking-at ":\\|^[ \t]*$")))
813 (setq line (concat line
814 (buffer-substring-no-properties
815 (line-beginning-position)
816 (line-end-position)))))
817 (when (string-match ":" line)
818 (setq line (substring line 0 (match-beginning 0)))
819 (setq line (replace-regexp-in-string "[[(<{].*$" "" line))
820 (setq line (replace-regexp-in-string "," "" line))
821 (dolist (file (split-string line))
822 (when (setq file (authors-canonical-file-name file log-file pos (car authors)))
823 (dolist (author authors)
824 ;;(message "%s changed %s" author file)
825 (authors-add author file :changed table)))))
826 (forward-line 1)))))))
827 (unless existing-buffer
828 (kill-buffer buffer))))
829
830
831 (defun authors-scan-el (file table)
832 "Scan Lisp file FILE for author information.
833 TABLE is a hash table to add author information to."
834 (let* ((existing-buffer (get-file-buffer file))
835 (enable-local-variables :safe) ; for find-file, hence let*
836 (enable-local-eval nil)
837 (buffer (find-file-noselect file)))
838 (setq file (authors-disambiguate-file-name (expand-file-name file)))
839 (with-current-buffer buffer
840 (save-restriction
841 (widen)
842 (goto-char (point-min))
843 (while (and (re-search-forward
844 "^;+[ \t]*\\(Authors?\\|Commentary\\|Code\\):[ \t]*" nil t)
845 (not (member (match-string 1) '("Commentary" "Code"))))
846 (let ((continue t)
847 (action :wrote)
848 authors)
849 (while continue
850 ;; Some entries contain a year range in front of the
851 ;; author's name.
852 (skip-chars-forward "-0-9 \t")
853 (push (authors-canonical-author-name
854 (buffer-substring-no-properties
855 (point) (line-end-position))) authors)
856 ;; tips.texi says the continuation line should begin
857 ;; with a tab, but often spaces are used.
858 (setq continue
859 (and (zerop (forward-line 1))
860 (looking-at ";;;?\\(\t+ *\\| +\\)[[:alnum:]]")
861 (goto-char (1- (match-end 0)))
862 (not (looking-at "[[:upper:]][-[:alpha:]]+:[ \t]")))))
863 (and (> (length authors) 1)
864 (setq action :cowrote))
865 (mapc (lambda (author)
866 (authors-add author file action table))
867 authors)))))
868 (unless existing-buffer
869 (kill-buffer buffer))))
870
871
872 (defun authors-public-domain-p (file)
873 "Return t if FILE is a file that was put in public domain."
874 (let ((public-domain-p nil)
875 (list authors-public-domain-files))
876 (while (and list (not public-domain-p))
877 (when (string-match (car list) file)
878 (setq public-domain-p t))
879 (setq list (cdr list)))
880 public-domain-p))
881
882 (defvar authors-author-list)
883
884 (defun authors-add-to-author-list (author changes)
885 "Insert information about AUTHOR's work on Emacs into `authors-author-list'.
886 CHANGES is an alist of entries (FILE (ACTION . COUNT) ...), as produced by
887 `authors-scan-change-log'.
888 The element added to `authors-author-list' is (AUTHOR WROTE CO-WROTE CHANGED),
889 where WROTE, CO-WROTE, and CHANGED are lists of the files written, co-written
890 and changed by AUTHOR."
891 (when author
892 (let ((nchanged 0)
893 wrote-list
894 cowrote-list
895 changed-list)
896 (dolist (change changes)
897 (let* ((actions (cdr change))
898 (file (car change))
899 (filestat (if (authors-public-domain-p file)
900 (concat file " (public domain)")
901 file))
902 slot)
903 (cond ((assq :wrote actions)
904 (setq wrote-list (cons filestat wrote-list)))
905 ((assq :cowrote actions)
906 (setq cowrote-list (cons filestat cowrote-list)))
907 (t
908 (setq changed-list
909 (cons (cons file (cdr (assq :changed actions)))
910 changed-list))))))
911 (if wrote-list
912 (setq wrote-list (sort wrote-list 'string-lessp)))
913 (if cowrote-list
914 (setq cowrote-list (sort cowrote-list 'string-lessp)))
915 (when changed-list
916 (setq changed-list (sort changed-list
917 (lambda (a b)
918 (if (= (cdr a) (cdr b))
919 (string-lessp (car a) (car b))
920 (> (cdr a) (cdr b))))))
921 (setq nchanged (length changed-list))
922 (setq changed-list (mapcar 'car changed-list)))
923 (if (> (- nchanged authors-many-files) 2)
924 (setcdr (nthcdr authors-many-files changed-list)
925 (list (format "and %d other files" (- nchanged authors-many-files)))))
926 (setq authors-author-list
927 (cons (list author wrote-list cowrote-list changed-list)
928 authors-author-list)))))
929
930 (defun authors (root)
931 "Extract author information from change logs and Lisp source files.
932 ROOT is the root directory under which to find the files. If called
933 interactively, ROOT is read from the minibuffer.
934 Result is a buffer *Authors* containing authorship information, and a
935 buffer *Authors Errors* containing references to unknown files."
936 (interactive "DEmacs source directory: ")
937 (setq root (expand-file-name root))
938 (let ((logs (process-lines find-program root "-name" "ChangeLog*"))
939 (table (make-hash-table :test 'equal))
940 (buffer-name "*Authors*")
941 authors-checked-files-alist
942 authors-invalid-file-names)
943 (authors-add-fixed-entries table)
944 (unless (file-exists-p (expand-file-name "src/emacs.c" root))
945 (unless (y-or-n-p
946 (format "Not the root directory of Emacs: %s, continue? " root))
947 (error "Not the root directory")))
948 (dolist (log logs)
949 (when (string-match "ChangeLog\\(.[0-9]+\\)?$" log)
950 (message "Scanning %s..." log)
951 (authors-scan-change-log log table)))
952 (let ((els (process-lines find-program root "-name" "*.el")))
953 (dolist (file els)
954 (message "Scanning %s..." file)
955 (authors-scan-el file table)))
956 (message "Generating buffer %s..." buffer-name)
957 (set-buffer (get-buffer-create buffer-name))
958 (erase-buffer)
959 (set-buffer-file-coding-system authors-coding-system)
960 (insert
961 "Many people have contributed code included in the Free Software
962 Foundation's distribution of GNU Emacs. To show our appreciation for
963 their public spirit, we list here in alphabetical order a condensed
964 list of their contributions.\n")
965 (let (authors-author-list a)
966 (maphash #'authors-add-to-author-list table)
967 (setq authors-author-list
968 (sort authors-author-list
969 (lambda (a b) (string-lessp (car a) (car b)))))
970 (dolist (a authors-author-list)
971 (let ((author (car a))
972 (wrote (nth 1 a))
973 (cowrote (nth 2 a))
974 (changed (nth 3 a))
975 file)
976 (insert "\n" author ": ")
977 (when wrote
978 (insert "wrote")
979 (dolist (file wrote)
980 (if (> (+ (current-column) (length file)) 72)
981 (insert "\n "))
982 (insert " " file))
983 (insert "\n"))
984 (when cowrote
985 (if wrote
986 (insert "and "))
987 (insert "co-wrote")
988 (dolist (file cowrote)
989 (if (> (+ (current-column) (length file)) 72)
990 (insert "\n "))
991 (insert " " file))
992 (insert "\n"))
993 (when changed
994 (if (or wrote cowrote)
995 (insert "and "))
996 (insert "changed")
997 (dolist (file changed)
998 (if (> (+ (current-column) (length file)) 72)
999 (insert "\n "))
1000 (insert " " file))
1001 (insert "\n")))))
1002 (insert "\nLocal" " Variables:\ncoding: "
1003 (symbol-name authors-coding-system) "\nEnd:\n")
1004 (message "Generating buffer %s... done" buffer-name)
1005 (unless noninteractive
1006 (when authors-invalid-file-names
1007 (with-current-buffer (get-buffer-create "*Authors Errors*")
1008 (setq buffer-read-only nil)
1009 (erase-buffer)
1010 (set-buffer-file-coding-system authors-coding-system)
1011 (insert "Unrecognized file entries found:\n\n")
1012 (mapc (lambda (f) (if (not (string-match "^[A-Za-z]+$" f)) (insert f "\n")))
1013 (sort authors-invalid-file-names 'string-lessp))
1014 (goto-char (point-min))
1015 (compilation-mode)
1016 (message "Errors were found. See buffer %s" (buffer-name))))
1017 (pop-to-buffer buffer-name))))
1018
1019
1020 (defun batch-update-authors ()
1021 "Produce an AUTHORS file.
1022 Call this function in batch mode with two command line arguments FILE
1023 and ROOT. FILE is the file to write, ROOT is the root directory of
1024 the Emacs source tree, from which to build the file."
1025 (unless noninteractive
1026 (error "`batch-update-authors' is to be used only with -batch"))
1027 (when (/= (length command-line-args-left) 2)
1028 (error "Call `batch-update-authors' with the name of the file to write"))
1029 (let* ((file (pop command-line-args-left))
1030 (root (pop command-line-args-left)))
1031 (authors root)
1032 (write-file file)))
1033
1034 (provide 'authors)
1035
1036 ;;; authors.el ends here