aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--nt/ChangeLog5
2 files changed, 10 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.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index effaaebf994..1202a268916 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
2
3 * configure.bat: Avoid endless loop when configuring without image
4 support.
5
12003-01-26 Jason Rumney <jasonr@gnu.org> 62003-01-26 Jason Rumney <jasonr@gnu.org>
2 7
3 * configure.bat: Automatically detect jpeglib. 8 * configure.bat: Automatically detect jpeglib.