Show
Ignore:
Timestamp:
2006年07月01日 08時27分06秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/authors.el

    r4058 r4098  
    4343(defconst authors-aliases 
    4444  '( 
     45    ("Andrew Csillag" "Drew Csillag") 
    4546    ("Barry A. Warsaw" "Barry A. Warsaw, Century Computing, Inc." 
    4647     "Barry A. Warsaw, ITB" "Barry Warsaw") 
     
    119120    ("Rui-Tao Dong" "Rui-Tao Dong ~{6-Hpln~}") 
    120121    ("Sam Steingold" "Sam Shteingold") 
     122    ("Satyaki Das" "Indexed search by Satyaki Das") 
    121123    ("Stefan Monnier" "Stefan") 
    122124    ("Stephen A. Wood" "(saw@cebaf.gov)") 
     
    129131    ("Toru Tomabechi" "Toru Tomabechi,") 
    130132    ("Vincent Del Vecchio" "Vince Del Vecchio") 
     133    ("William M. Perry" "Bill Perry") 
    131134    ("Wlodzimierz Bzyl" "W.*dek Bzyl") 
    132135    ("Yutaka NIIBE" "NIIBE Yutaka") 
     
    270273    ("Pace Willisson" :wrote "ispell.el") 
    271274    ("Garrett Wollman" :changed "sendmail.el") 
    272     ("Dale Worley" :changed "mail-extr.el") 
     275    ("Dale R. Worley" :changed "mail-extr.el") 
    273276    ("Jamie Zawinski" :changed "bytecode.c" :wrote "disass.el" "tar-mode.el")) 
    274277  "Actions taken from the original, manually (un)maintained AUTHORS file.") 
     
    356359      (setq authors-checked-files-alist 
    357360            (cons (cons file valid) authors-checked-files-alist)) 
    358       (unless valid 
     361      (unless (or valid 
     362                  (string-match "[*]" file) 
     363                  (string-match "^[0-9.]+$" file)) 
    359364        (setq authors-invalid-file-names 
    360365              (cons (format "%s:%d: unrecognized `%s' for %s"