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