release.
[chise/libchise.git] / ChangeLog
1 2004-03-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * libchise 0.2.1 released.
4
5         * Makefile.in (ABI_VERSION): Update to Revision 1.
6
7         * configure.in: Update version to 0.2.1.
8
9 2004-02-26  MORIOKA Tomohiko  <tomo@m17n.org>
10
11         * name.c (chise_make_name_table): Change initial number of hash
12         table to 256.
13         (chise_destroy_name_table): Destroy each entry.
14
15         * chise.c (CHISE_DS_close): Use `chise_destroy_name_table'.
16
17 \f
18 2003-11-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
19
20         * libchise 0.2.0 released.
21
22 2003-11-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
23
24         * Makefile.in (TAR): New variable.
25
26 2003-11-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
27
28         * Makefile.in (tar): New target.
29
30 2003-11-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
31
32         * README.en, COPYING.LIB: New files.
33
34         * chise-name.h, chise.c, chise.h, name.c: Add header.
35
36 2003-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
37
38         * sample.c (test_map_func): Modify to display UCS code point and
39         character name.
40         (main): Use `chise_system_db_dir'; display `numeric-value' instead
41         of `ascii'.
42
43 2003-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
44
45         * chise.c (CHISE_Attribute_Table_open): Add code for BDB Ver. 4.1
46         or later.
47
48         * chise.h (chise_system_db_dir): New constant.
49
50 2003-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
51
52         * Makefile.in (LIBS): Don't add -ldb.
53
54         * configure.in: Setup LIBS; check /sw/include/db4/db.h and setup
55         for db4 when the library is found.
56
57 2003-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
58
59         * aclocal.m4, ltmain.sh, config.guess, config.sub, install-sh: New
60         files.
61
62         * Makefile.in (target): New variable.
63         (top_builddir): New variable.
64         (CHISE_DIR_PREFIX): New variable.
65         (CHISE_DIR_VERSION): New variable.
66         (CHISE_DIR): New variable.
67         (CHISE_DB_DIR): Renamed from `DB_DIR'; use `CHISE_DIR'.
68         (CHISE_SI_DB_DIR): New variable.
69         (CHISE_CFLAGS): New variable; define `CHISE_SI_DB_DIR'.
70         (chise.lo): Use $(CHISE_CFLAGS).
71
72         * configure.in: Add `AC_CANONICAL_TARGET'; use `AC_PROG_LIBTOOL'
73         instead of `AC_CHECK_PROGS' for `LIBTOOL'.
74
75         * chise.c (chise_system_db_dir): New constant.
76         (CHISE_DS_open): Don't use DBTYPE.
77
78 2003-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
79
80         * chise.h (CHISE_DS_open): Don't use DBTYPE.
81
82 2003-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
83
84         * Makefile.in (DB_DIR): Update version to 0.2.
85
86 2003-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
87
88         * chise.c (chise_ds_foreach_char_feature_name): Read
89         ${db_dir}/character/feature/ instead of ${db_dir}/system-char-id.
90         (chise_feature_setup_db): Modify for `CHISE_Attribute_Table_open'.
91         (chise_ccs_setup_db): Likewise.
92         (CHISE_Attribute_Table_open): Change interface to specify
93         category/key_type/name instead of encoding/feature.
94
95 2003-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
96
97         * chise.c (chise_ds_foreach_char_feature_name): New function.
98         (chise_feature_foreach_char_with_value): Renamed from
99         `chise_char_feature_value_iterate'.
100
101 2003-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
102
103         * sample.c (test_name_map_func): New function.
104         (main): Use `chise_ds_foreach_char_feature_name'.
105
106         * Makefile.in (sample): Add -Wall -Wmissing-prototypes options for
107         gcc.
108
109         * chise.h (chise_ds_foreach_char_feature_name): New prototype.
110         (chise_feature_foreach_char_with_value): Renamed from
111         `chise_char_feature_value_iterate'.
112
113 2003-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
114
115         * sample.c (char db_dir): Deleted.
116         (main): Use ${chise_db_dir}/db/ for the location of data-source.
117
118         * Makefile.in (prefix): Use @prefix@.
119         (exec_prefix): Use @exec_prefix@.
120         (libdir): Use @libdir@.
121         (libexecdir): New variable.
122         (DB_INSTALLDIR): Deleted.
123         (DB_DIR): New variable.
124         (chise.lo): Specify DB_DIR.
125         (install): Don't call install.db.
126         (install.db): Deleted.
127
128         * chise.h, chise.c (chise_db_dir): New variable.
129         (CHISE_DS_open): Use <const unsigned char *> instead of <char *>
130         as the type of location.
131
132 2003-10-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
133
134         * chise.h (chise_feature_setup_db): New prototype.
135         (chise_ccs_setup_db): Likewise.
136
137         * chise.c (chise_feature_setup_db): Changed to public function.
138         (chise_ccs_setup_db): New function.
139         (chise_ccs_decode): Use `chise_ccs_setup_db'.
140         (chise_ccs_set_decoded_char): Likewise.
141
142 2003-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
143
144         * chise.c (CHISE_Attribute_Table_open): Create required
145         directories when running with create mode.
146
147 2003-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
148
149         * chise.h (chise_feature_sync): New prototype.
150         (chise_char_set_feature_value): New prototype.
151         (chise_ds_load_char_feature_value): New inline function.
152
153         * chise.c (chise_feature_sync): New function.
154         (chise_char_set_feature_value): New function.
155
156 2003-10-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
157
158         * sample.c (main): Use `chise_ds_decode_char' instead of
159         `chise_ds_get_ccs' and `chise_ccs_decode'.
160
161         * chise.c (chise_ccs_decode): Return -1 when argument `ccs' is
162         NULL.
163         (chise_ccs_set_decoded_char): Likewise.
164
165         * chise.h (chise_ds_decode_char): New inline function.
166
167 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
168
169         * sample.c:
170         - `chise_open_data_source' is renamed to `CHISE_DS_open'.
171         - `chise_ds_close' is renamed to `CHISE_DS_close'.
172
173         * name.c: Modify to avoid warning.
174
175         * chise-name.h (chise_make_name_table): Modify to avoid warning.
176
177         * chise.c (strnlen): Separated to sysdep.h; include sysdep.h
178         instead.
179         (CHISE_Attribute_Table_open): Renamed from
180         `chise_open_attribute_table'.
181         (CHISE_Attribute_Table_close): Renamed from
182         `chise_close_attribute_table'.
183         (chise_attribute_table_get): Renamed from
184         `chise_get_attribute_table'.
185         (chise_attribute_table_put): Renamed from
186         `chise_put_attribute_table'.
187         (CHISE_DS_open): Renamed from `chise_open_data_source'.
188         (CHISE_DS_close): Renamed from `chise_ds_close'.
189         (chise_feature_setup_db): New function.
190         (chise_char_load_feature_value): Use `chise_feature_setup_db'.
191         (chise_char_gets_feature_value): Likewise.
192         (chise_char_feature_value_iterate): Likewise.
193
194         * Makefile.in (CFLAGS): Add -Wall and -Wmissing-prototypes.
195         (chise.lo): Add dependency on sysdep.h.
196
197         * chise.h (CHISE_DS_open): Renamed from `chise_open_data_source'.
198         (CHISE_DS_close): Renamed from `chise_ds_close'.
199
200         * sysdep.h: New file [separate from chise.c].
201
202 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
203
204         * chise.h (chise_ds_open_feature_table): Abolished.
205         (chise_ft_close): Likewise.
206
207 2003-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
208
209         * sample.c: Update for the latest API.
210
211         * chise.c (struct CHISE_DS): Add new member `subtype' and
212         `modemask'.
213         (chise_open_data_source): Add new arguments `subtype' and
214         `modemask'.
215         (chise_ds_get_feature): Delete arguments `real_subtype',
216         `accessmask', `modemask'.
217         (chise_ds_get_ccs): Likewise.
218         (struct CHISE_Feature_Table): Add new member `name' and `access'.
219         (chise_ds_open_feature_table): Delete arguments `real_subtype',
220         `accessmask', `modemask'.
221         (chise_ft_close): Release `table->name'.
222         (chise_char_load_feature_value): Setup `table->db'.
223         (chise_char_gets_feature_value): Likewise.
224         (chise_char_feature_value_iterate): Return an integer value; setup
225         `feature->db'.
226         (struct CHISE_CCS_Table): Add new member `name' and `access'.
227         (chise_ds_open_ccs_table): Delete arguments `real_subtype',
228         `accessmask', `modemask'.
229         (chise_ccst_close): Release `table->name'.
230         (chise_ccs_sync): New function.
231         (chise_ccs_decode): Setup `ccs->db'.
232         (chise_ccs_set_decoded_char): Renamed from `chise_ccst_put_char';
233         setup `ccs->db'.
234
235         * chise.h (chise_open_data_source): Add new arguments `subtype'
236         and `modemask'.
237         (chise_ds_get_feature): Delete arguments `real_subtype',
238         `accessmask', `modemask'.
239         (chise_char_feature_value_iterate): Return an integer value.
240         (chise_char_feature_str_iterate): Comment out.
241         (chise_ds_open_feature_table): Delete arguments `real_subtype',
242         `accessmask', `modemask'.
243         (chise_ds_get_ccs): Delete arguments `real_subtype', `accessmask',
244         `modemask'.
245         (chise_ccs_set_decoded_char): Renamed from `chise_ccst_put_char'.
246         (chise_ccs_sync): New prototype.
247         (chise_ds_open_ccs_table): Abolished.
248         (int chise_ccst_close): Abolished.
249
250 2003-08-28  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
251
252         * sample.c (test_map_func): Modify for
253         chise_char_feature_value_iterate.
254         (main): Rename `dt_*' to `ccs_*'; use `chise_ds_get_ccs' instead
255         of `chise_ds_open_decoding_table'; use `chise_ccs_decode' instead
256         of `chise_dt_get_char'; don't use `chise_dt_close'; use `use
257         `chise_ds_get_feature' instead of `chise_ds_open_feature_table';
258         use `chise_char_gets_feature_value' instead of
259         `chise_ft_get_value'; use `chise_char_feature_value_iterate'
260         instead of `chise_ft_iterate'; don't use `chise_ft_close'.
261
262 2003-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
263
264         * chise.c: Include "chise-name.h".
265         (CHISE_DS): Add new members `feature_names' and `ccs_names'.
266         (chise_open_data_source): Setup ds->feature_names and
267         ds->ccs_names.
268         (chise_ds_close): Release ds->feature_names and ds->ccs_names.
269         (chise_ds_get_feature): New function.
270         (chise_ds_get_ccs): New function.
271         (chise_char_load_feature_value): Renamed from
272         `chise_ft_get_value'; modify interface.
273         (chise_char_gets_feature_value): New function.
274         (chise_char_feature_value_iterate): Renamed from
275         `chise_ft_iterate'; modify interface.
276         (CHISE_CCS_Table): Renamed from `CHISE_Decoding_Table'.
277         (chise_ds_open_ccs_table): Renamed from
278         `chise_ds_open_decoding_table'.
279         (chise_ccst_close): Renamed from `chise_dt_close'.
280         (chise_ccs_decode): Renamed from `chise_dt_get_char'.
281         (chise_ccst_put_char): Renamed from `chise_dt_put_char'.
282
283         * chise.h (CHISE_Feature): New type.
284         (chise_ds_get_feature): New prototype.
285         (chise_char_load_feature_value): Renamed from
286         `chise_ft_get_value'; modify interface.
287         (chise_char_gets_feature_value): New prototype.
288         (chise_char_feature_value_iterate): Renamed from
289         `chise_ft_iterate'; modify interface.
290         (chise_char_feature_str_iterate): New prototype.
291         (CHISE_CCS_Table): Renamed from `CHISE_Decoding_Table'.
292         (CHISE_CCS): New type.
293         (chise_ds_get_ccs): New prototype.
294         (chise_ccs_decode): Renamed from `chise_dt_get_char'.
295         (chise_ds_open_ccs_table): Renamed from
296         `chise_ds_open_decoding_table'.
297         (chise_ccst_close): Renamed from `chise_dt_close'.
298         (chise_ccst_put_char): Renamed from `chise_dt_put_char'.
299         (chise_decode_char): Deleted.
300         (chise_get_feature): Deleted.
301
302 2003-08-20  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
303
304         * name.c: Include "chise-name.h".
305         (chise_name_table_put): Use <const unsigned char*> instead of
306         <unsigned char*> for key.
307         (chise_name_table_get): Likewise.
308
309         * chise-name.h (chise_name_table_put): Use <const unsigned char*>
310         instead of <unsigned char*> for key.
311         (chise_name_table_get): Likewise.
312
313 2003-08-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
314
315         * Makefile.in (HEADERS): New variable.
316         (OBJS): New variable.
317         (libchise.la): Refer $(OBJS); add --mode=link for libtool.
318         (chise.lo): Depends on config.h.
319         (name.lo): New target.
320         (install.h): Refer $(HEADERS).
321
322 2003-08-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
323
324         * chise-name.h, name.c: New files.
325
326 2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
327
328         * chise.c (CHISE_Attribute_Table): Use <DB> instead of <struct
329         CHISE_Attribute_Table>.
330         (chise_put_attribute_table): New prototype.
331         (struct CHISE_Decoding_Table): Use <CHISE_Attribute_Table*>
332         instead of <DB*> as the type of member `db'.
333         (chise_ds_open_decoding_table): New implementation.
334         (chise_dt_close): Likewise.
335         (chise_dt_get_char): Modify for new implementation of <struct
336         CHISE_Decoding_Table>.
337         (chise_dt_put_char): Likewise.
338         (struct CHISE_Feature_Table): Use <CHISE_Attribute_Table*> instead
339         of <DB*> as the type of member `db'.
340         (chise_ds_open_feature_table): New implementation.
341         (chise_ft_close): Likewise.
342         (chise_ft_get_value): Modify for new implementation of <struct
343         CHISE_Feature_Table>.
344         (chise_open_attribute_table): Use db_dir instead of ds as the
345         first argument; modify for new implementation of
346         <CHISE_Attribute_Table>.
347         (chise_close_attribute_table): Modify for new implementation of
348         <CHISE_Attribute_Table>.
349         (chise_get_attribute_table): Likewise.
350         (chise_put_attribute_table): Likewise.
351
352 2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
353
354         * chise.c (CHISE_Attribute_Table): Moved from chise.h.
355         (struct CHISE_Decoding_Table): New structure.
356         (chise_ds_open_decoding_table): Cast the return value to
357         <CHISE_Decoding_Table*>.
358         (chise_dt_close): Cast back to <CHISE_Attribute_Table*>.
359         (chise_dt_get_char): Likewise.
360         (struct CHISE_Feature_Table): New structure.
361         (chise_ds_open_feature_table): Cast the return value to
362         <CHISE_Feature_Table*>.
363         (chise_ft_close): Cast back to <CHISE_Attribute_Table*>.
364         (chise_ft_get_value): Likewise.
365
366         * chise.h (CHISE_Attribute_Table): Deleted.
367         (CHISE_Decoding_Table): Use <struct CHISE_Decoding_Table> instead
368         of <CHISE_Attribute_Table>.
369         (CHISE_Feature_Table): Use <struct CHISE_Feature_Table> instead of
370         <CHISE_Attribute_Table>.
371
372 2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
373
374         * chise.c (chise_open_attribute_table): New prototype.
375         (chise_close_attribute_table): New prototype.
376         (chise_get_attribute_table): New prototype.
377
378         * chise.h (chise_open_attribute_table): Deleted.
379         (chise_close_attribute_table): Deleted.
380         (chise_get_attribute_table): Deleted.
381
382 2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
383
384         * chise.c (struct CHISE_DS): Definition of members are moved from
385         chise.h.
386
387         * chise.h (struct CHISE_DS): Omit definition of members.
388
389 2003-08-17  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
390
391         * sample.c (main): Modify for new API.
392
393         * chise.c (chise_open_data_source): Interface change; allocate a
394         CHISE_DS object and return it.
395         (chise_ds_close): Renamed from `chise_close_data_source'; destroy
396         the specified CHISE_DS object.
397         (chise_ds_open_decoding_table): Renamed from
398         `chise_open_decoding_table' and changed the interface.
399         (chise_dt_close): Renamed from `chise_close_decoding_table'.
400         (chise_ds_open_feature_table): Renamed from
401         `chise_open_feature_table' and changed the interface.
402         (chise_ft_close): Renamed from `chise_close_feature_table'.
403         (chise_open_attribute_table): Interface change; allocate a
404         CHISE_Attribute_Table object and return it; require pointer for
405         data source object instead of db_dir.
406         (chise_close_attribute_table): Destroy the specified
407         CHISE_Attribute_Table object.
408
409         * chise.h (struct CHISE_DS): Change type of location from <char*>
410         to <unsigned char*>.
411         (chise_open_data_source): Change interface.
412         (chise_ds_close): Renamed from `chise_close_data_source'.
413         (struct CHISE_Attribute_Table): Add new member `ds'; rename `dbp'
414         to `db'.
415         (chise_ds_open_decoding_table): Renamed from
416         `chise_open_decoding_table' and changed the interface.
417         (chise_dt_close): Renamed from `chise_close_decoding_table'.
418         (chise_ds_open_feature_table): Renamed from
419         `chise_open_feature_table' and changed the interface.
420         (chise_ft_close): Renamed from `chise_close_feature_table'.
421         (chise_open_attribute_table): Change interface.
422
423 2003-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
424
425         * configure.in: Update version to 0.2.0.
426
427         * Makefile.in (ABI_VERSION): New variable.
428         (libchise.la): Specify $(ABI_VERSION) as -version-info of libtool.
429
430 2003-08-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
431
432         * sample.c (main): Use <CHISE_Decoding_Table> instead of
433         <CHISE_Decoding_Table*> to define `dt_daikanwa'; use
434         <CHISE_Feature_Table> instead of <CHISE_Feature_Table*> to define
435         `ft_ideographic_structure' and `ft_ascii'.
436
437         * chise.c (chise_open_decoding_table): Use <CHISE_Decoding_Table*>
438         instead of <CHISE_Decoding_Table**> as the type of the first
439         argument.
440         (chise_open_feature_table): Use <CHISE_Feature_Table*> instead of
441         <CHISE_Feature_Table**> as the type of the first argument.
442         (chise_ft_iterate): Modify for the structure
443         `CHISE_Feature_Table'.
444         (chise_open_attribute_table): Use <CHISE_Attribute_Table*> instead
445         of <CHISE_Attribute_Table **> as the type of the first argument;
446         modify for the structure <CHISE_Feature_Table>.
447         (chise_close_attribute_table): Modify for the structure
448         <CHISE_Feature_Table>.
449         (chise_get_attribute_table): Likewise.
450         (chise_put_attribute_table): Likewise.
451
452         * chise.h (CHISE_Attribute_Table): Define as a structure.
453         (chise_open_decoding_table): Use <CHISE_Decoding_Table*> instead
454         of <CHISE_Decoding_Table**> as the type of the first argument.
455         (chise_open_feature_table): Use <CHISE_Feature_Table*> instead of
456         <CHISE_Feature_Table**> as the type of the first argument.
457         (chise_open_attribute_table): Use <CHISE_Attribute_Table*> instead
458         of <CHISE_Attribute_Table**> as the type of the first argument.
459
460 2003-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
461
462         * chise.h (chise_dt_put_char): New prototype.
463
464 2003-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
465
466         * chise.c (chise_dt_put_char): New function.
467         (chise_put_attribute_table): New function.
468
469 2003-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
470
471         * chise.c (chise_format_char_id): New function.
472         (chise_ft_get_value): Use `chise_format_char_id'.
473
474 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
475
476         * chise.h: Define `_CHISE_H'.
477
478 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
479
480         * sample.c (test_map_func): New function.
481         (main): Add sample of `chise_ft_iterate'.
482
483         * chise.c (chise_char_id_parse_c_string): New function.
484         (chise_dt_get_char): Use `chise_char_id_parse_c_string'.
485         (chise_ft_iterate): New function.
486
487         * chise.h (chise_ft_iterate): New function.
488
489 2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
490
491         * chise.c (chise_ft_get_value): Use escape forms for some special
492         characters.
493
494 2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
495
496         * sample.c (main): Rename "ideograph-daikanwa" to "=daikanwa".
497
498         * chise.c (chise_open_attribute_table): Encode '/' and '%' in
499         argument `feature' for file name.
500
501 2003-07-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
502
503         * chise.c, chise.h: Move strnlen related code from chise.h to
504         chise.c.
505
506 2003-07-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
507
508         * Makefile.in (CFLAGS): Refer @CFLAGS@.
509
510         * configure.in: Add check code for Fink.
511
512 2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
513
514         * Makefile.in (LIBTOOL): New variable.
515         (distclean): New target.
516
517         * configure.in: Check about libtool.
518
519 2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
520
521         * Makefile.in: Use libtool.
522
523 2003-07-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
524
525         * chise.c: Include "config.h" when HAVE_CONFIG_H is defined.
526
527         * chise.h (strnlen): New inline function when HAVE_STRNLEN is not
528         defined [based on Izumi MIYAZAKI <imiyazaki@bun.kyoto-u.ac.jp>'s
529         patch].
530
531         * Makefile: Deleted.
532
533         * configure: New file.
534
535         * Makefile.in, config.h.in, configure.in: New files.
536
537 2003-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
538
539         * chise.c (chise_dt_get_char): Use `chise_value_data' instead of
540         `chise_value_to_c_string'; use `strnlen' and `chise_value_size'
541         instead of `strlen'; fix problem about control characters.
542
543         * chise.h (chise_value_data): New inline function.
544
545 2003-03-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
546
547         * chise.c (chise_dt_get_char): Fix problem about `?\CHAR'.
548
549 2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
550
551         * sample.c: Add comments.
552
553 2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
554
555         * sample.c: Use <chise.h>.
556         (db_dir): Use "/usr/local/lib/chise/char-db".
557
558         * Makefile: Install chise.h; setup /usr/local/lib/chise/char-db/.
559
560 2003-03-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
561
562         * Makefile, chise.c, chise.h, sample.c: New files.
563