aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leim/ChangeLog17
-rw-r--r--src/ChangeLog5
2 files changed, 22 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 1b048bcddd7..2f44746ad7d 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,20 @@
12004-02-28 Kenichi Handa <handa@m17n.org>
2
3 * Makefile.in (all): Depends on ${WORLD} instead of ${TIT} and
4 ${MISC-DIC}.
5 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
6 (maintainer-clean): Delete files that are not in CVS repository.
7
8 * makefile.nt (all): Depends on $(WORLD) instead of $(TIT) and
9 $(MISC-DIC).
10 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
11 (maintainer-clean): Delete files that are not in CVS repository.
12
13 * makefile.w32-in (all): Depends on $(WORLD) instead of $(TIT) and
14 $(MISC-DIC).
15 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
16 (maintainer-clean): Delete files that are not in CVS repository.
17
12004-02-16 J,bi(Br,bt(Bme Marant <jmarant@nerim.net> (tiny change) 182004-02-16 J,bi(Br,bt(Bme Marant <jmarant@nerim.net> (tiny change)
2 19
3 * Makefile.in (distclean maintainer-clean): Depend on clean. 20 * Makefile.in (distclean maintainer-clean): Depend on clean.
diff --git a/src/ChangeLog b/src/ChangeLog
index c1a63aab953..742e2c3dabc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-03-01 Kenichi Handa <handa@m17n.org>
2
3 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
4 correctly.
5
12004-02-28 Kim F. Storm <storm@cua.dk> 62004-02-28 Kim F. Storm <storm@cua.dk>
2 7
3 * dispnew.c (update_window): Update header line also if there are 8 * dispnew.c (update_window): Update header line also if there are