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