*** empty log message ***
authorhanda <handa>
Wed, 19 Jul 2006 02:43:48 +0000 (02:43 +0000)
committerhanda <handa>
Wed, 19 Jul 2006 02:43:48 +0000 (02:43 +0000)
ChangeLog
src/ChangeLog

index 610f281..05d2353 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-19  Kenichi Handa  <handa@m17n.org>
+
+       * configure.ac (CPPFLAGS): Include the result of `libotf-config
+       --cflags`.
+
 2006-07-14  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac: Version changed to 1.3.4.  Delete args to
index b8dbec7..6848669 100644 (file)
@@ -1,3 +1,19 @@
+2006-07-19  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-core.h (Mlanguage): Extern it.
+
+       * m17n.h (Mlanguage): Extern deleted. 
+
+       * mtext.c (mtext__init): Initialize Mlanguage.
+       (Mlanguage): Declaration moved from locale.c
+
+       * locale.c (mlocale__init): Don't initialize Mlanguage here.
+       (Mlanguage): Declaration moved to mtext.c.
+
+       * language.c (mlang__init): Don't initialize Mlanguage here.
+
+       * font.c (OTF_tag_name) [! HAVE_OTF]: New function.
+
 2006-07-14  Kenichi Handa  <handa@m17n.org>
 
        * font-ft.c: Use FT_BDF_H macro.  Include fontconfig/fcfreetype.h.