emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114591: authors.el trivia


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114591: authors.el trivia
Date: Wed, 09 Oct 2013 17:10:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114591
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-10-09 13:10:08 -0400
message:
  authors.el trivia
  
  * lisp/emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
  Add some entries.
  (authors): Remove unused local variables.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/authors.el     authors.el-20091113204419-o5vbwnq5f7feedwu-1898
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-09 03:32:35 +0000
+++ b/lisp/ChangeLog    2013-10-09 17:10:08 +0000
@@ -1,3 +1,9 @@
+2013-10-09  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
+       Add some entries.
+       (authors): Remove unused local variables.
+
 2013-10-09  Stefan Monnier  <address@hidden>
 
        * profiler.el: Create a more coherent calltree from partial backtraces.

=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el        2013-01-10 02:30:06 +0000
+++ b/lisp/emacs-lisp/authors.el        2013-10-09 17:10:08 +0000
@@ -51,6 +51,7 @@
     ("Bill Rozas" "Guillermo J. Rozas")
     ("Björn Torkelsson" "Bjorn Torkelsson")
     ("Brian Fox" "Brian J. Fox")
+    ("Brian P Templeton" "BT Templeton")
     ("Brian Sniffen" "Brian T. Sniffen")
     ("Christoph Wedler" "address@hidden")
     ("Daniel Pfeiffer" "<address@hidden>"
@@ -192,7 +193,8 @@
 
 ;; FIXME seems it would be less fragile to check for O', Mc, etc.
 (defconst authors-fixed-case
-  '("Bryan O'Sullivan"
+  '("Brian van den Broek"
+    "Bryan O'Sullivan"
     "Christian von Roques"
     "Christophe de Dinechin"
     "Craig McDaniel"
@@ -206,7 +208,9 @@
     "Greg McGary"
     "Hans de Graaff"
     "James TD Smith"
+    "Jay McCarthy"
     "Joel N. Weber II"
+    "Matt McClure"
     "Michael McNamara"
     "Mike McEwan"
     "Nelson Jose dos Santos Ferreira"
@@ -216,6 +220,7 @@
     "Roland McGrath"
     "Sean O'Halpin"
     "Sean O'Rourke"
+    "Thomas DeWeese"
     "Tijs van Bakel")
   "List of authors whose names cannot be simply capitalized.")
 
@@ -1023,7 +1028,7 @@
 Foundation's distribution of GNU Emacs.  To show our appreciation for
 their public spirit, we list here in alphabetical order a condensed
 list of their contributions.\n")
-    (let (authors-author-list a)
+    (let (authors-author-list)
       (maphash #'authors-add-to-author-list table)
       (setq authors-author-list
            (sort authors-author-list
@@ -1032,8 +1037,7 @@
        (let ((author (car a))
              (wrote (nth 1 a))
              (cowrote (nth 2 a))
-             (changed (nth 3 a))
-             file)
+             (changed (nth 3 a)))
        (insert "\n" author ": ")
        (when wrote
          (insert "wrote")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]