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