update.
[chise/libchise.git] / ChangeLog
1 2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
2
3         * sample.c (main): Rename "ideograph-daikanwa" to "=daikanwa".
4
5         * chise.c (chise_open_attribute_table): Encode '/' and '%' in
6         argument `feature' for file name.
7
8 2003-07-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
9
10         * chise.c, chise.h: Move strnlen related code from chise.h to
11         chise.c.
12
13 2003-07-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
14
15         * Makefile.in (CFLAGS): Refer @CFLAGS@.
16
17         * configure.in: Add check code for Fink.
18
19 2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
20
21         * Makefile.in (LIBTOOL): New variable.
22         (distclean): New target.
23
24         * configure.in: Check about libtool.
25
26 2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
27
28         * Makefile.in: Use libtool.
29
30 2003-07-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
31
32         * chise.c: Include "config.h" when HAVE_CONFIG_H is defined.
33
34         * chise.h (strnlen): New inline function when HAVE_STRNLEN is not
35         defined [based on Izumi MIYAZAKI <imiyazaki@bun.kyoto-u.ac.jp>'s
36         patch].
37
38         * Makefile: Deleted.
39
40         * configure: New file.
41
42         * Makefile.in, config.h.in, configure.in: New files.
43
44 2003-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
45
46         * chise.c (chise_dt_get_char): Use `chise_value_data' instead of
47         `chise_value_to_c_string'; use `strnlen' and `chise_value_size'
48         instead of `strlen'; fix problem about control characters.
49
50         * chise.h (chise_value_data): New inline function.
51
52 2003-03-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
53
54         * chise.c (chise_dt_get_char): Fix problem about `?\CHAR'.
55
56 2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
57
58         * sample.c: Add comments.
59
60 2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
61
62         * sample.c: Use <chise.h>.
63         (db_dir): Use "/usr/local/lib/chise/char-db".
64
65         * Makefile: Install chise.h; setup /usr/local/lib/chise/char-db/.
66
67 2003-03-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
68
69         * Makefile, chise.c, chise.h, sample.c: New files.
70