diff options
| author | Glenn Morris | 2008-12-19 03:30:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-19 03:30:14 +0000 |
| commit | 01cc3e13db647fe1762051acb687736a3d4e9e7e (patch) | |
| tree | af8df26e48ace71c7d498e1ccd3c3259d30354ea | |
| parent | 690170693f8af16569a5bf9cdb7a2f0d5ad67a5a (diff) | |
| download | emacs-01cc3e13db647fe1762051acb687736a3d4e9e7e.tar.gz emacs-01cc3e13db647fe1762051acb687736a3d4e9e7e.zip | |
(authors-aliases): Add some more aliases.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91269334aae..2c9a7843a85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2008-12-19 Glenn Morris <rgm@gnu.org> | 1 | 2008-12-19 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/authors.el (authors-fixed-case): New constant. | 3 | * emacs-lisp/authors.el (authors-aliases): Add some more aliases. |
| 4 | (authors-fixed-case): New constant. | ||
| 4 | (authors-public-domain-files, authors-ignored-files): | 5 | (authors-public-domain-files, authors-ignored-files): |
| 5 | (authors-valid-file-names, authors-renamed-files-alist): Update lists. | 6 | (authors-valid-file-names, authors-renamed-files-alist): Update lists. |
| 6 | (authors-renamed-files-regexps): Add some new entries. | 7 | (authors-renamed-files-regexps): Add some new entries. |
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 19cc4a83cdf..8d0fee18707 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el | |||
| @@ -40,6 +40,7 @@ files.") | |||
| 40 | 40 | ||
| 41 | (defconst authors-aliases | 41 | (defconst authors-aliases |
| 42 | '( | 42 | '( |
| 43 | ("Aaron S. Hawley" "Aaron Hawley") | ||
| 43 | ("Andrew Csillag" "Drew Csillag") | 44 | ("Andrew Csillag" "Drew Csillag") |
| 44 | ("Anna M. Bigatti" "Anna Bigatti") | 45 | ("Anna M. Bigatti" "Anna Bigatti") |
| 45 | ("Barry A. Warsaw" "Barry A. Warsaw, Century Computing, Inc." | 46 | ("Barry A. Warsaw" "Barry A. Warsaw, Century Computing, Inc." |
| @@ -54,6 +55,7 @@ files.") | |||
| 54 | ("David M. Koppelman" "David M. Koppelman, Koppel@Ee.Lsu.Edu" | 55 | ("David M. Koppelman" "David M. Koppelman, Koppel@Ee.Lsu.Edu" |
| 55 | "David Koppelman") | 56 | "David Koppelman") |
| 56 | ("David M. Smith" "David Smith" "David M Smith") | 57 | ("David M. Smith" "David Smith" "David M Smith") |
| 58 | ("Deepak Goel" "D. Goel") | ||
| 57 | ("Ed L. Cashin" "Ed L Cashin") | 59 | ("Ed L. Cashin" "Ed L Cashin") |
| 58 | ("Edward M. Reingold" "Ed Reingold" "Edward M Reingold" | 60 | ("Edward M. Reingold" "Ed Reingold" "Edward M Reingold" |
| 59 | "Reingold Edward M") | 61 | "Reingold Edward M") |