]> git.eshelyaron.com Git - emacs.git/commitdiff
(authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual.
authorLute Kamstra <lute@gnu.org>
Tue, 17 May 2005 15:05:02 +0000 (15:05 +0000)
committerLute Kamstra <lute@gnu.org>
Tue, 17 May 2005 15:05:02 +0000 (15:05 +0000)
lisp/ChangeLog
lisp/emacs-lisp/authors.el

index 80b9156acfeb9b1ce1c0d6f105617c175701f176..e63ee76d68b8e7ea03903b5593288262599c71fe 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-17  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
+       Emacs Lisp Reference Manual.
+
 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
index 8eb177dd9ca4f05d3c49ce556cae0e4db3227999..6280af2fb7225b44070534d996f5f8719370919d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; authors.el --- utility for maintaining Emacs' AUTHORS file -*-coding: iso-2022-7bit;-*-
 
-;; Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2003, 2005 Free Software Foundation, Inc.
 
 ;; Author: Gerd Moellmann <gerd@gnu.org>
 ;; Maintainer: Kim F. Storm <storm@cua.dk>
@@ -597,8 +597,7 @@ buffer *Authors Errors* containing references to unknown files."
     (unless (file-exists-p (expand-file-name "src/emacs.c" root))
       (error "Not the root directory of Emacs: %s" root))
     (dolist (log logs)
-      (when (and (string-match "ChangeLog\\(.[0-9]+\\)?$" log)
-                (not (string-match "/lispref/" log)))
+      (when (string-match "ChangeLog\\(.[0-9]+\\)?$" log)
        (message "Scanning %s..." log)
        (authors-scan-change-log log table)))
     (let ((els (authors-process-lines "find" root "-name" "*.el")))