update.
[chise/chise-base.git] / ChangeLog
1 2008-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * Makefile.in (install-apel): Avoid error when
4         $(LIBDIR)/xemacs/site-packages already exists.
5
6 2008-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7
8         * bootstrap.debian: New file.
9
10 2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
11
12         * README.en (Installing CHISE-base in Mac OS X with Fink): New
13         section.
14
15         * bootstrap.fink: New file.
16
17 2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
18
19         * configure.in (lemi_cvs_root): New SUBST.
20
21         * Makefile.in (SUDO): New variable.
22         (LEMI_CVS_ROOT): New variable.
23         (XEMACS_PACKAGES_URL): New variable.
24         ($(LIBDIR)/libconcord.a): Use $(SUDO) to make install.
25         ($(LIBDIR)/libchise.a): Likewise.
26         (install-db): Use $(SUDO) to install chise-db in
27         $(prefix)/share/chise.
28         (build-xemacs): Build in C locale.
29         ($(BINDIR)/xemacs): Use $(SUDO) to make install.
30         (install-apel): New target.
31         (install-tomoyo-tools): Call `install-apel' and
32         `$(LIBDIR)/xemacs/mule-packages'; Use $(SUDO) to make install.
33         (install-ids): Use $(SUDO) to make install.
34         (apel): New target.
35         (.lemi-cvs-login): New target.
36         ($(LIBDIR)/xemacs/xemacs-packages): New target.
37         ($(LIBDIR)/xemacs/mule-packages): New target.
38
39 \f
40 2006-05-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
41
42         * chise-base 0.23 released.
43
44 2006-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
45
46         * README.en: New file.
47
48 2006-05-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
49
50         * configure.in: Put --with-canna into $xemacs_opts when Fink is
51         used.
52
53 2006-05-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
54
55         * Makefile.in (concord): Fix problem when the target is bundled.
56         (libchise): Likewise.
57         (xemacs-chise): Likewise.
58         (tomoyo-tools): Likewise.
59         (ids): Likewise.
60         (.cvs-login): Fix problem when $(CVS_ROOT) does not use pserver
61         method.
62
63 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
64
65         * Makefile.in (install-db): Use $(TAR) instead of `tar'.
66         (chise-db): Likewise.
67         (tar-core): Likewise; call `cvs-base-clean' instead of
68         `cvs-core-clean'; cvs export concord and libchise.
69
70 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
71
72         * Makefile.in (XEMACS_OPTS): Add --pdump, --without-xim and
73         --with-database=berkdb.
74         (xemacs-chise/src/config.h): Move --without-xim, --pdump and
75         --with-database=berkdb to `XEMACS_OPTS'.
76         (tar-core): Call `cvs-core-clean'; don't copy Makefile concord and
77         libchise.
78         (cvs-clean): Use `cvs-base-clean' and `cvs-core-clean'.
79         (cvs-core-clean): New target.
80         (cvs-base-clean): New target.
81
82         * configure.in: Code to detect version of Berkeley DB for Fink is
83         moved into the if-clause about Fink is used.
84
85 2006-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
86
87         * Makefile: Deleted.
88
89         * Makefile.in, config.guess, config.sub, configure, configure.in,
90         install-sh: New files.
91
92 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
93
94         * Makefile (VERSION): Update to 0.23.
95         (CONCORD_OPTS): New variable.
96         (all): Call `build-concord'.
97         (install): Call `install-core'.
98         (force-config-concord): New target.
99         (config-concord): Likewise.
100         (concord/config.h): Likewise.
101         (build-concord): Likewise.
102         (install-concord): Likewise.
103         ($(PREFIX)/lib/libconcord.a): Likewise.
104         (config-libchise): Call `install-concord' and `libchise/config.h'.
105         (libchise/config.h): New target.
106         (build-libchise): Cqll `config-libchise'.
107         (install-libchise): Call `build-libchise' and
108         `$(PREFIX)/lib/libchise.a'.
109         ($(PREFIX)/lib/libchise.a): New target.
110         (install-core): New target.
111         (install-db): Changed for new layout.
112         (config-xemacs): Call `xemacs-chise/src/config.h'.
113         (xemacs-chise/src/config.h): New target.
114         (install-xemacs): Call `install-libchise' and
115         `$(PREFIX)/bin/xemacs'.
116         ($(PREFIX)/bin/xemacs): New target.
117         (install-ids): Call `install-xemacs'.
118         (install-base): New target.
119         (generate-db): Call `install-base' instead of `install-xemacs' and
120         `install-ids'.
121         (chise-db): Change directory layout.
122         (tar-core): Copy `concord'.
123         (get-base): New target.
124         (concord): New target.
125         (libchise): Call `.cvs-login'.
126         (xemacs-chise): Likewise.
127         (ids): Likewise.
128         (.cvs-login): New target.
129         (distclean): Add cleaner for concord/.
130         (db-clean): New target.
131         (cvs-clean): New target.
132
133 \f
134 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
135
136         * chise-core 0.22 released.
137
138         * Makefile (VERSION): Update to 0.22.
139         (tar-core): Renamed from `tar'; do cvs commin and add version tag;
140         rename package name from `chise-base' to `chise-core'.
141
142 2005-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
143
144         * Makefile: New file.
145