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