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