diff options
| author | Kim F. Storm | 2003-01-29 00:16:14 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-01-29 00:16:14 +0000 |
| commit | 88373452d983106dcad6eab2fcabdff6361e33f1 (patch) | |
| tree | 3d731688ec28f31cd0079568994d7deaedee1546 | |
| parent | f39caf4436726a314bef9c472d456bec027daa23 (diff) | |
| download | emacs-88373452d983106dcad6eab2fcabdff6361e33f1.tar.gz emacs-88373452d983106dcad6eab2fcabdff6361e33f1.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 30 |
2 files changed, 35 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-01-29 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * AUTHORS: Regenerated using new format (after fixing numerous | ||
| 4 | formatting errors in the ChangeLog files). | ||
| 5 | |||
| 1 | 2003-01-22 Andreas Schwab <schwab@suse.de> | 6 | 2003-01-22 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of | 8 | * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e63e6a59c74..70dc9948170 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 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 |