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