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