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