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