From 01cc3e13db647fe1762051acb687736a3d4e9e7e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 19 Dec 2008 03:30:14 +0000 Subject: [PATCH] (authors-aliases): Add some more aliases. --- lisp/ChangeLog | 3 ++- lisp/emacs-lisp/authors.el | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91269334aae..2c9a7843a85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2008-12-19 Glenn Morris - * emacs-lisp/authors.el (authors-fixed-case): New constant. + * emacs-lisp/authors.el (authors-aliases): Add some more aliases. + (authors-fixed-case): New constant. (authors-public-domain-files, authors-ignored-files): (authors-valid-file-names, authors-renamed-files-alist): Update lists. (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.") (defconst authors-aliases '( + ("Aaron S. Hawley" "Aaron Hawley") ("Andrew Csillag" "Drew Csillag") ("Anna M. Bigatti" "Anna Bigatti") ("Barry A. Warsaw" "Barry A. Warsaw, Century Computing, Inc." @@ -54,6 +55,7 @@ files.") ("David M. Koppelman" "David M. Koppelman, Koppel@Ee.Lsu.Edu" "David Koppelman") ("David M. Smith" "David Smith" "David M Smith") + ("Deepak Goel" "D. Goel") ("Ed L. Cashin" "Ed L Cashin") ("Edward M. Reingold" "Ed Reingold" "Edward M Reingold" "Reingold Edward M") -- 2.11.4.GIT