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