Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
77777daf
Commit
77777daf
authored
May 17, 2005
by
Lute Kamstra
Browse files
(authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual.
parent
cb011c67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/authors.el
lisp/emacs-lisp/authors.el
+2
-3
No files found.
lisp/ChangeLog
View file @
77777daf
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)
...
...
lisp/emacs-lisp/authors.el
View file @
77777daf
;;; 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"
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment