*** empty log message ***
authorhanda <handa>
Wed, 16 Jun 2004 13:17:16 +0000 (13:17 +0000)
committerhanda <handa>
Wed, 16 Jun 2004 13:17:16 +0000 (13:17 +0000)
example/ChangeLog
src/ChangeLog

index 7de9fe3..d747f5b 100644 (file)
@@ -1,5 +1,7 @@
 2004-06-16  Kenichi Handa  <handa@m17n.org>
 
+       * mdump.c (main): Fix typo of error message.
+
        * medit.c (face_freeserif): New variable.
        (face_table): Add an entry for freeserif.
        (main): Initialized and free face_freeserif.
index b1ff9b8..2e3c11e 100644 (file)
@@ -1,9 +1,14 @@
 2004-06-16  Kenichi Handa  <handa@m17n.org>
 
+       * Makefile.am (libm17n_gd_la_LIBADD): Delete it.
+       (libm17n_X_la_LIBADD): Delete it.
+       (libm17n_gd_la_LDFLAGS): Don't include @GD_LD_FLAGS@.
+
        * m17n-X.c (device_open): Add parens in `if' condition.
 
        * mtext.c (INC_POSITION): Handle format other than utf8 and utf16.
        (DEC_POSITION): Likewise.
+       (compare): Fix case that mt1->format is MTEXT_FORMAT_UTF_8.
 
 2004-06-15  Kenichi Handa  <handa@m17n.org>