From: handa Date: Wed, 19 Jul 2006 02:43:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-3-4~109 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ee4727b79cd0fdc2bc49b9f8123fc50b7bce12af;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 610f281..05d2353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-19 Kenichi Handa + + * configure.ac (CPPFLAGS): Include the result of `libotf-config + --cflags`. + 2006-07-14 Kenichi Handa * configure.ac: Version changed to 1.3.4. Delete args to diff --git a/src/ChangeLog b/src/ChangeLog index b8dbec7..6848669 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2006-07-19 Kenichi Handa + + * 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 * font-ft.c: Use FT_BDF_H macro. Include fontconfig/fcfreetype.h.