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