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