aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/emacs-lisp/authors.el2
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 @@
12008-12-19 Glenn Morris <rgm@gnu.org> 12008-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")