update.
[chise/libchise.git] / ChangeLog
index 353c487..1b826d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2003-08-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * chise.c (chise_format_char_id): New function.
+       (chise_ft_get_value): Use `chise_format_char_id'.
+
+2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * chise.h: Define `_CHISE_H'.
+
+2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * sample.c (test_map_func): New function.
+       (main): Add sample of `chise_ft_iterate'.
+
+       * chise.c (chise_char_id_parse_c_string): New function.
+       (chise_dt_get_char): Use `chise_char_id_parse_c_string'.
+       (chise_ft_iterate): New function.
+
+       * chise.h (chise_ft_iterate): New function.
+
+2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * chise.c (chise_ft_get_value): Use escape forms for some special
+       characters.
+
+2003-08-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * sample.c (main): Rename "ideograph-daikanwa" to "=daikanwa".
+
+       * chise.c (chise_open_attribute_table): Encode '/' and '%' in
+       argument `feature' for file name.
+
+2003-07-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * chise.c, chise.h: Move strnlen related code from chise.h to
+       chise.c.
+
+2003-07-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * Makefile.in (CFLAGS): Refer @CFLAGS@.
+
+       * configure.in: Add check code for Fink.
+
+2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in (LIBTOOL): New variable.
+       (distclean): New target.
+
+       * configure.in: Check about libtool.
+
+2003-07-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * Makefile.in: Use libtool.
+
 2003-07-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * chise.c: Include "config.h" when HAVE_CONFIG_H is defined.