(XEMACS_PACKAGES_URL): Use http://www.chise.org/dist/XEmacs/packages/
[chise/chise-base.git] / ChangeLog
1 2015-04-22  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * bootstrap.homebrew: Use
4         https://raw.githubusercontent.com/veprbl/homebrew-x11/imake-fix/imake.rb.
5
6 2014-11-15  MORIOKA Tomohiko  <tomo.git@chise.org>
7
8         * bootstrap.homebrew: Don't install gcc.
9         (IMAKECPP): Omitted.
10
11 2014-11-14  MORIOKA Tomohiko  <tomo.git@chise.org>
12
13         * bootstrap.homebrew (IMAKECPP): Use "${brew_prefix}/bin/cpp-4.9"
14         instead of "${brew_prefix}/bin/cpp".
15         (CC): Use "${brew_prefix}/bin/gcc-4.9" instead of
16         "${brew_prefix}/bin/gcc".
17
18 2014-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
19
20         * bootstrap.homebrew:
21         - Use `gcc' instead of `apple-gcc42'.
22         (IMAKECPP): Use ${brew_prefix}.
23         (installing canna): Use "chise/misc" instead of "chise/cjkv".
24         (CC): Use `${brew_prefix}/bin/gcc' instead of `gcc-4.2'.
25
26 2013-11-07  MORIOKA Tomohiko  <tomo.git@chise.org>
27
28         * bootstrap.homebrew:
29         - Use apple-gcc42 instead of
30           https://raw.github.com/Homebrew/homebrew-dupes/master/gcc.rb.
31         (IMAKECPP): Use /usr/local/bin/cpp-4.2 instead of
32         /usr/local/bin/cpp-4.7.
33         - Use "brew tap chise/cjkv".
34         - Use gcc-4.2 to compile CHISE-base.
35
36 2013-11-06  MORIOKA Tomohiko  <tomo.git@chise.org>
37
38         * configure.in: Use `AC_PROG_CC'.
39         (xemacs_configure_args): Replace 'CC=...' to `--compiler=*'.
40
41         * Makefile.in (CC): New variable.
42
43 2012-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
44
45         * bootstrap.debian: Use libldap-dev, libpng-dev, libtiff-dev,
46         libjpeg-dev and libncurses-dev instead of libldap2-dev,
47         libpng3-dev, libtiff4-dev, libjpeg62-dev and libncurses5-dev.
48
49 2012-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
50
51         * bootstrap.debian: Install `git' instead of `cvs'.
52
53 2012-07-23  MORIOKA Tomohiko  <tomo.git@chise.org>
54
55         * bootstrap.fink: Run `sudo make install-mac' in
56         chise-fonts-installer/TrueType/ instead of
57         chise-fonts-installer/TrueType/Hanazono/.
58
59         * bootstrap.homebrew: Run `make install-mac' in
60         chise-fonts-installer/TrueType/ instead of
61         chise-fonts-installer/TrueType/Hanazono/.
62
63 2012-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
64
65         * bootstrap.homebrew: Install
66         https://raw.github.com/Homebrew/homebrew-dupes/master/gcc.rb.
67         (IMAKECPP): Use /usr/local/bin/cpp-4.7.
68
69 2012-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
70
71         * bootstrap.homebrew (brew_prefix): New variable; use it instead
72         of "/usr/local".
73         - Add code to detect location of homebrew.mxcl.canna.plist.
74
75 2012-07-17  MORIOKA Tomohiko  <tomo.git@chise.org>
76
77         * Makefile.in (update): New target.
78
79 2012-07-13  MORIOKA Tomohiko  <tomo.git@chise.org>
80
81         * bootstrap.homebrew: Run `brew upgrade' after
82         `git pull https://github.com/chise/homebrew/'.
83
84 2012-07-13  MORIOKA Tomohiko  <tomo.git@chise.org>
85
86         * bootstrap.homebrew: Modify for canna.rb Ver.3.7p3_1.
87
88 2012-07-12  MORIOKA Tomohiko  <tomo.git@chise.org>
89
90         * bootstrap.homebrew: Add setting for launchctl to start Canna
91         server automatically.
92
93 2012-07-07  MORIOKA Tomohiko  <tomo.git@chise.org>
94
95         * bootstrap.fink: Use {libpng14|libjpeg8|db51}(-shlibs) instead of
96         {libpng3|libjpeg|db48}(-shlibs).
97
98 2012-07-01  MORIOKA Tomohiko  <tomo.git@chise.org>
99
100         * Makefile.in (CHISE_GIT_ROOT): New variable.
101         (ELISP_GIT_ROOT): New variable.
102         (concord): Use Git instead of CVS.
103         (libchise): Likewise.
104         (xemacs-chise): Likewise.
105         (tomoyo-tools): Likewise.
106         (ids): Likewise.
107         (chise-fonts-installer): Likewise.
108         (apel): Likewise.
109         (nabe): Likewise.
110
111 2012-04-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
112
113         * README.en: Remove descriptions about CVS and add description
114         about the new Git repository.
115
116 2012-04-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
117
118         * README.en (Reporting Bugs): Modify for
119         chise-{en|ja}@lists.chise.org.
120
121 2012-02-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
122
123         * bootstrap.homebrew: Don't use sudo.
124
125 2012-02-17  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
126
127         * configure.in: Add '--ldflags=-Wl,-no_pie' to $xemacs_opts when
128         running with Mac OS X 10.7 Lion or later.
129
130 2012-02-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
131
132         * bootstrap.homebrew: New file.
133
134 2012-02-11  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
135
136         * bootstrap.fink: If `canna-dev' is not found (Lion), don't
137         specify '--with-canna'.
138
139 2011-09-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
140
141         * Makefile.in (install-nabe): New target.
142         (install-base): Call `install-nabe'.
143         (nabe): New target.
144         (distclean): Add cleaner for nabe/.
145         (cvs-base-clean): Delete nabe/.
146
147 2011-06-02  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
148
149         * bootstrap.fink: Run "sudo make install-mac" in
150         chise-fonts-installer/TrueType/Hanazono/.
151
152 2011-06-02  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
153
154         * bootstrap.macports, bootstrap.fink, bootstrap.debian: Install
155         `unzip'.
156
157 2011-03-12  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
158
159         * bootstrap.fink: Add `ulimit -n 2048'.
160
161 2010-09-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
162
163         * bootstrap.fink: Use sudo to do make install-arphic in
164         chise-fonts-installer/TrueType.
165
166 2010-09-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
167
168         * bootstrap.fink: Install Arphic PL fonts.
169
170 2010-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
171
172         * Makefile.in (CVS_ROOT): Quote.
173         (LEMI_CVS_ROOT): Likewise.
174
175 \f
176 2010-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
177
178         * chise-base 0.25 released.
179
180         * Makefile.in (distclean): Add cleaner for chise-fonts-installer/.
181         (cvs-base-clean): Delete apel/ and chise-fonts-installer/.
182
183 2010-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
184
185         * Makefile.in (tar-base): Add `chise-fonts-installer'.
186
187         * configure.in (AC_INIT): Update to 0.25.
188
189 2009-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
190
191         * bootstrap.fink:
192         - Omit `coreutils-default'.
193         - Install `wget'.
194
195         * Makefile.in (FONTS_OPTS): New variable.
196         (config-fonts): New target.
197         (chise-fonts-installer/config.h): New target.
198         (build-fonts): New target.
199         (install-fonts): New target.
200         (install-base): Call `install-fonts'.
201         (chise-fonts-installer): New target.
202
203 2009-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
204
205         * bootstrap.fink: Use db48 instead db44.
206
207 2009-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
208
209         * bootstrap.debian: Install `xbitmaps'.
210
211 2009-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
212
213         * README.en (updating): New subsection.
214
215 2008-10-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
216
217         * Makefile.in ($(LIBDIR)/xemacs/xemacs-packages): Don't install
218         `apel'.
219
220 2008-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
221
222         * bootstrap.debian: Install `make' and `g++'.
223
224 2008-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
225
226         * Makefile.in (build-xemacs): Use LC_ALL instead of LANG.
227         (install-apel): Likewise.
228
229 2008-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
230
231         * bootstrap.macport, bootstrap.macports: Rename
232         `bootstrap.macport' to `bootstrap.macports'.
233
234 2008-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
235
236         * bootstrap.macport: New file.
237
238         * bootstrap.fink: Specify --with-site-includes,
239         --with-site-libraries and --with-canna.
240
241         * configure.in (xemacs_configure_args): New SUBST.
242         (--with-site-includes=PATH): New argument.
243         (--with-site-libraries=PATH): New argument.
244         (--with-canna): New argument.
245
246         * Makefile.in (XEMACS_OPTS): Use @xemacs_configure_args@ instead
247         of $(OPTS).
248
249 \f
250 2008-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
251
252         * chise-base 0.24 released.
253
254         * configure.in (AC_INIT): Update to 0.24.
255
256 2008-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
257
258         * Makefile.in (install-apel): Avoid error when
259         $(LIBDIR)/xemacs/site-packages already exists.
260
261 2008-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
262
263         * bootstrap.debian: New file.
264
265 2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
266
267         * README.en (Installing CHISE-base in Mac OS X with Fink): New
268         section.
269
270         * bootstrap.fink: New file.
271
272 2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
273
274         * configure.in (lemi_cvs_root): New SUBST.
275
276         * Makefile.in (SUDO): New variable.
277         (LEMI_CVS_ROOT): New variable.
278         (XEMACS_PACKAGES_URL): New variable.
279         ($(LIBDIR)/libconcord.a): Use $(SUDO) to make install.
280         ($(LIBDIR)/libchise.a): Likewise.
281         (install-db): Use $(SUDO) to install chise-db in
282         $(prefix)/share/chise.
283         (build-xemacs): Build in C locale.
284         ($(BINDIR)/xemacs): Use $(SUDO) to make install.
285         (install-apel): New target.
286         (install-tomoyo-tools): Call `install-apel' and
287         `$(LIBDIR)/xemacs/mule-packages'; Use $(SUDO) to make install.
288         (install-ids): Use $(SUDO) to make install.
289         (apel): New target.
290         (.lemi-cvs-login): New target.
291         ($(LIBDIR)/xemacs/xemacs-packages): New target.
292         ($(LIBDIR)/xemacs/mule-packages): New target.
293
294 \f
295 2006-05-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
296
297         * chise-base 0.23 released.
298
299 2006-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
300
301         * README.en: New file.
302
303 2006-05-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
304
305         * configure.in: Put --with-canna into $xemacs_opts when Fink is
306         used.
307
308 2006-05-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
309
310         * Makefile.in (concord): Fix problem when the target is bundled.
311         (libchise): Likewise.
312         (xemacs-chise): Likewise.
313         (tomoyo-tools): Likewise.
314         (ids): Likewise.
315         (.cvs-login): Fix problem when $(CVS_ROOT) does not use pserver
316         method.
317
318 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
319
320         * Makefile.in (install-db): Use $(TAR) instead of `tar'.
321         (chise-db): Likewise.
322         (tar-core): Likewise; call `cvs-base-clean' instead of
323         `cvs-core-clean'; cvs export concord and libchise.
324
325 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
326
327         * Makefile.in (XEMACS_OPTS): Add --pdump, --without-xim and
328         --with-database=berkdb.
329         (xemacs-chise/src/config.h): Move --without-xim, --pdump and
330         --with-database=berkdb to `XEMACS_OPTS'.
331         (tar-core): Call `cvs-core-clean'; don't copy Makefile concord and
332         libchise.
333         (cvs-clean): Use `cvs-base-clean' and `cvs-core-clean'.
334         (cvs-core-clean): New target.
335         (cvs-base-clean): New target.
336
337         * configure.in: Code to detect version of Berkeley DB for Fink is
338         moved into the if-clause about Fink is used.
339
340 2006-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
341
342         * Makefile: Deleted.
343
344         * Makefile.in, config.guess, config.sub, configure, configure.in,
345         install-sh: New files.
346
347 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
348
349         * Makefile (VERSION): Update to 0.23.
350         (CONCORD_OPTS): New variable.
351         (all): Call `build-concord'.
352         (install): Call `install-core'.
353         (force-config-concord): New target.
354         (config-concord): Likewise.
355         (concord/config.h): Likewise.
356         (build-concord): Likewise.
357         (install-concord): Likewise.
358         ($(PREFIX)/lib/libconcord.a): Likewise.
359         (config-libchise): Call `install-concord' and `libchise/config.h'.
360         (libchise/config.h): New target.
361         (build-libchise): Cqll `config-libchise'.
362         (install-libchise): Call `build-libchise' and
363         `$(PREFIX)/lib/libchise.a'.
364         ($(PREFIX)/lib/libchise.a): New target.
365         (install-core): New target.
366         (install-db): Changed for new layout.
367         (config-xemacs): Call `xemacs-chise/src/config.h'.
368         (xemacs-chise/src/config.h): New target.
369         (install-xemacs): Call `install-libchise' and
370         `$(PREFIX)/bin/xemacs'.
371         ($(PREFIX)/bin/xemacs): New target.
372         (install-ids): Call `install-xemacs'.
373         (install-base): New target.
374         (generate-db): Call `install-base' instead of `install-xemacs' and
375         `install-ids'.
376         (chise-db): Change directory layout.
377         (tar-core): Copy `concord'.
378         (get-base): New target.
379         (concord): New target.
380         (libchise): Call `.cvs-login'.
381         (xemacs-chise): Likewise.
382         (ids): Likewise.
383         (.cvs-login): New target.
384         (distclean): Add cleaner for concord/.
385         (db-clean): New target.
386         (cvs-clean): New target.
387
388 \f
389 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
390
391         * chise-core 0.22 released.
392
393         * Makefile (VERSION): Update to 0.22.
394         (tar-core): Renamed from `tar'; do cvs commin and add version tag;
395         rename package name from `chise-base' to `chise-core'.
396
397 2005-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
398
399         * Makefile: New file.
400