aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2003-01-29 07:38:42 +0000
committerJuanma Barranquero2003-01-29 07:38:42 +0000
commit50ca1c5579a4484c4af7e2ec224e50b812c151fe (patch)
treedf77e63e0859d5b0c7f94f435d623bdc00aaf6dc /lisp
parent39bd0e030fb56ab8b61d5b2821023780486b6232 (diff)
downloademacs-50ca1c5579a4484c4af7e2ec224e50b812c151fe.tar.gz
emacs-50ca1c5579a4484c4af7e2ec224e50b812c151fe.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70dc9948170..7f96be92d43 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-01-29 Taro Kawagishi <tarok@transpulse.org>
2
3 * arc-mode.el (archive-lzh-summarize): Fix previous change.
4
12003-01-29 Kim F. Storm <storm@cua.dk> 52003-01-29 Kim F. Storm <storm@cua.dk>
2 6
3 * emacs-lisp/authors.el: New format of AUTHORS file; list each 7 * emacs-lisp/authors.el: New format of AUTHORS file; list each
@@ -12,7 +16,7 @@
12 (authors-renamed-files-regexps): New variables. 16 (authors-renamed-files-regexps): New variables.
13 (authors-canonical-file-name): New function. Validates that file 17 (authors-canonical-file-name): New function. Validates that file
14 exists or occurs in one of the above lists. Record unrecognized 18 exists or occurs in one of the above lists. Record unrecognized
15 file names in global authors-invalid-file-names list. 19 file names in global authors-invalid-file-names list.
16 (authors-add): Change to record per-change counts. 20 (authors-add): Change to record per-change counts.
17 (authors-canonical-author-name): Handle new format of 21 (authors-canonical-author-name): Handle new format of
18 authors-aliases list. 22 authors-aliases list.