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