aboutsummaryrefslogtreecommitdiffstats
path: root/leim
diff options
context:
space:
mode:
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog17
1 files changed, 17 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.