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