(CFLAGS): Refer @CFLAGS@.
[chise/libchise.git] / ChangeLog
index 9196dfb..4048a6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+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.
+
+       * chise.h (strnlen): New inline function when HAVE_STRNLEN is not
+       defined [based on Izumi MIYAZAKI <imiyazaki@bun.kyoto-u.ac.jp>'s
+       patch].
+
+       * Makefile: Deleted.
+
+       * configure: New file.
+
+       * Makefile.in, config.h.in, configure.in: New files.
+
+2003-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chise.c (chise_dt_get_char): Use `chise_value_data' instead of
+       `chise_value_to_c_string'; use `strnlen' and `chise_value_size'
+       instead of `strlen'; fix problem about control characters.
+
+       * chise.h (chise_value_data): New inline function.
+
+2003-03-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * chise.c (chise_dt_get_char): Fix problem about `?\CHAR'.
+
+2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * sample.c: Add comments.
+
+2003-03-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * sample.c: Use <chise.h>.
+       (db_dir): Use "/usr/local/lib/chise/char-db".
+
+       * Makefile: Install chise.h; setup /usr/local/lib/chise/char-db/.
+
 2003-03-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
        * Makefile, chise.c, chise.h, sample.c: New files.