comparison lisp/ChangeLog @ 49507:420f9307e9c6

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 29 Jan 2003 00:16:14 +0000
parents 0ffb4e489776
children 61a52b4bd10d
comparison
equal deleted inserted replaced
49506:ac9e2eeeb03d 49507:420f9307e9c6
1 2003-01-29 Kim F. Storm <storm@cua.dk>
2
3 * emacs-lisp/authors.el: New format of AUTHORS file; list each
4 author name once followed by contributed and changed files.
5 Improve selection of entries to include in list, and generate list
6 of unrecognized entries indicating syntax errors in ChangeLog files.
7 (authors-coding-system): New variable.
8 (authors-many-files): Update doc string.
9 (authors-aliases): Change format. Now one entry with multiple
10 aliases per author.
11 (authors-valid-file-names, authors-renamed-files-alist)
12 (authors-renamed-files-regexps): New variables.
13 (authors-canonical-file-name): New function. Validates that file
14 exists or occurs in one of the above lists. Record unrecognized
15 file names in global authors-invalid-file-names list.
16 (authors-add): Change to record per-change counts.
17 (authors-canonical-author-name): Handle new format of
18 authors-aliases list.
19 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
20 Change doc string to describe new entry format.
21 Only add author entries for valid file names.
22 (authors-print): Replace by authors-add-to-author-list.
23 (authors-add-to-author-list): New function which reorders
24 per-file entries and adds them to global authors-author-list.
25 (authors): Instead of authors-print to insert in *Authors* buffer,
26 use authors-add-to-author-list to reorder the list and then
27 insert result in *Authors* buffer with new format.
28 Generate *Authors Errors* compilation-mode buffer listing
29 unrecognized ChangeLog entries.
30
1 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> 31 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2 32
3 * term/mac-win.el: Add entries in function-key-map for 33 * term/mac-win.el: Add entries in function-key-map for
4 [tab], [backspace], [escape]. 34 [tab], [backspace], [escape].
5 35