From: handa Date: Thu, 12 Aug 2010 07:33:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-6-2~64 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=268ff2df3d9c464c26573fee31a0956cb0ea06d6;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 1c401c5..be3b792 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2010-08-12 Kenichi Handa + + * font.c (mfont__init): Initialize buf to NULL. + (mfont__id): Likewise. + + * font-ft.c (ft_encapsulate): Use MDEBUG_PRINT1 instead of + MDEBUG_DUMP. + (ft_check_otf): Move the label not_otf: within #ifdef HAVE_OTF. + (get_otf): Move the code within #ifdef HAVE_OTF. + (ft_drive_otf): Move declarations of some local variables within + #ifdef HAVE_OTF. + 2010-08-11 Kenichi Handa * input.h (MInputContextInfo): New member state_hook.