emacs/lisp/emacs-lisp
Kim F. Storm f39caf4436 New format of AUTHORS file; list each
author name once followed by contributed and changed files.
Improve selection of entries to include in list, and generate list
of unrecognized entries indicating syntax errors in ChangeLog files.
(authors-coding-system): New variable.
(authors-many-files): Update doc string.
(authors-aliases): Change format. Now one entry with multiple
aliases per author.
(authors-valid-file-names, authors-renamed-files-alist)
(authors-renamed-files-regexps): New variables.
(authors-canonical-file-name): New function.  Validates that file
exists or occurs in one of the above lists.  Record unrecognized
file names in global authors-invalid-file-names list.
(authors-add): Change to record per-change counts.
(authors-canonical-author-name): Handle new format of
authors-aliases list.
(authors-scan-change-log): Rename FILE arg to LOG-FILE.
Change doc string to describe new entry format.
Only add author entries for valid file names.
(authors-print): Replace by authors-add-to-author-list.
(authors-add-to-author-list): New function which reorders
per-file entries and adds them to global authors-author-list.
(authors): Instead of authors-print to insert in *Authors* buffer,
use authors-add-to-author-list to reorder the list and then
insert result in *Authors* buffer with new format.
Generate *Authors Errors* compilation-mode buffer listing
unrecognized ChangeLog entries.
2003-01-29 00:13:11 +00:00
..
.gitignore ignore *.elc 2000-06-19 16:16:01 +00:00
advice.el (ad-compile-function): Disable cl-function warnings if cl is loaded. 2002-07-07 09:37:09 +00:00
assoc.el
authors.el New format of AUTHORS file; list each 2003-01-29 00:13:11 +00:00
autoload.el (make-autoload): Generate custom-autoload for autoloaded defcustoms. 2003-01-07 18:39:14 +00:00
backquote.el Comment change. 2002-11-06 05:07:33 +00:00
bindat.el Fixed typo in docstring. 2002-10-27 21:58:18 +00:00
byte-opt.el (byte-optimize-nth) 2003-01-05 00:28:18 +00:00
bytecomp.el (byte-compile-file-form-custom-declare-variable): 2003-01-25 19:44:24 +00:00
checkdoc.el Don't define a name for the minor mode menu. 2002-12-23 17:59:54 +00:00
cl-compat.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
cl-extra.el (cl-push, cl-pop): Remove. Use pop and push throughout the file instead. 2002-09-27 22:32:48 +00:00
cl-indent.el * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. 2002-09-07 06:45:43 +00:00
cl-macs.el Add local variable list to turn off cl-function warnings. 2002-12-07 21:34:00 +00:00
cl-seq.el (cl-push, cl-pop): Remove. 2002-09-27 22:19:22 +00:00
cl-specs.el Add "no-byte-compile: t" in first line. 2002-10-01 17:06:54 +00:00
cl.el (multiple-value-call): Add docstring. 2002-11-19 15:56:28 +00:00
copyright.el (copyright-regexp): Delete the unibyte copyright symbol; it's redundant. 2002-02-07 17:39:27 +00:00
crm.el (completing-read-multiple): Better preserve 2001-11-30 01:13:59 +00:00
cust-print.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
debug.el Comment change. 2002-07-29 02:09:19 +00:00
disass.el
easy-mmode.el (define-minor-mode): Use `custom-current-group'. 2002-12-13 23:54:45 +00:00
easymenu.el (easy-menu-do-define): Handle nil for SYMBOL. 2002-12-23 17:59:04 +00:00
edebug.el Don't precompute menu shortcuts during 2002-09-27 22:18:17 +00:00
eldoc.el Update copyright. 2003-01-03 11:53:46 +00:00
elint.el (elint-error, elint-warning): Fix typo. 2002-10-17 16:49:14 +00:00
elp.el Comment change. 2001-12-27 03:23:50 +00:00
ewoc.el (ewoc--node-branch): Add docstring. 2002-09-19 05:11:48 +00:00
find-func.el (find-variable-noselect): Make it work 2003-01-03 21:12:01 +00:00
find-gc.el (source-files): Remove mocklisp.c. 2001-12-22 13:37:57 +00:00
float.el (string-to-float): Fix spacing. 2002-09-06 07:13:53 +00:00
gulp.el Add provide call. 2002-11-15 05:25:19 +00:00
helper.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
levents.el Add Keywords header. 2001-09-04 12:54:14 +00:00
lisp-mnt.el (lm-copyright-prefix): Group the leader. 2001-12-18 16:30:26 +00:00
lisp-mode.el (lisp-fill-paragraph): Use fill-comment-paragraph. 2002-11-03 03:46:56 +00:00
lisp.el (beginning-of-defun): Fix typo. 2002-10-17 16:50:28 +00:00
lmenu.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
lselect.el Use facep iso find-face. 2001-10-05 09:32:11 +00:00
lucid.el (device-class, buffer-syntactic-context) 2002-04-12 03:25:00 +00:00
pp.el 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk> 2002-02-14 16:47:11 +00:00
re-builder.el Add provide call. 2002-11-17 22:43:07 +00:00
regexp-opt.el (regexp-opt-group): Undo last change. Fix the docstring instead. 2003-01-20 21:37:02 +00:00
ring.el (ring-elements): New function. 2000-05-21 17:29:50 +00:00
rx.el (rx-and): Generate a shy group. 2002-12-23 17:43:24 +00:00
shadow.el (defgroup lisp-shadow): New group name. Previous group name shadow is 2002-11-19 15:01:56 +00:00
sregex.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
syntax.el (syntax-after): Delete. Moved to subr.el. 2002-09-09 23:14:13 +00:00
testcover-ses.el New major mode "SES" for spreadsheets. 2002-09-28 18:45:56 +00:00
testcover-unsafep.el New major mode "SES" for spreadsheets. 2002-09-28 18:45:56 +00:00
testcover.el New major mode "SES" for spreadsheets. 2002-09-28 18:45:56 +00:00
tq.el Change ;;; to ;; for outline-minor-mode. 2001-10-05 09:36:02 +00:00
trace.el Add/remove spaces. 2002-09-25 17:45:29 +00:00
unsafep.el Fixed first-line problem for function documentation strings. 2002-10-27 16:35:06 +00:00