X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=73b14f00817e251b5bfa915689d5b147a5bb6294;hb=df473fd97bde38a933afb6809c125970ea07a909;hp=edcddb1376a3f6857b37c3865837820556c1717e;hpb=2392433cd86e4d0f8a0eeb75e016a700c57efa21;p=m17n%2Fm17n-pango.git diff --git a/ChangeLog b/ChangeLog index edcddb1..73b14f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2008-01-16 Kenichi Handa + + * m17n-fc.c (otf_check_features): Check the return value of + pango_ot_info_find_language. Check info before accessing + info->ruleset. + + * configure.ac: Only requre pango 1.16 or the later. + +2008-01-15 Kenichi Handa + + * Version 0.9.3.released. + + * configure.ac: Versions updated to 0.9.3. Require m17n-flt. + Requre pango 1.18.1. + + * m17n-fc.c (m17n_scripts): Completely re-written for m17n-flt. + + * Makefile.am (pango_m17n_fc_la_CFLAGS): Add -DPANGO_ENABLE_ENGINE. + +2007-01-25 Kenichi Handa + + * m17n-fc.c (m17n_scripts): Include PANGO_SCRIPT_UNKOWN. + +2006-12-22 Kenichi Handa + + * Version 0.9.1 released. + +2006-12-20 Kenichi Handa + + * m17n-fc.c: Copyright notice fixed. + (G_LOG_DOMAIN): Changed to "Pango-M17N-FC". + (fontset): New variable. + (init_module): Delete local variable fontset. + (fini_module): Unref fontset. + (m17n_scripts): Add many scripts. + (m17n_fc_get_family): New function. + (m17n_fc_lookup_fontset): New function. + (m17n_fc_free_font_info): New function. + (m17n_fc_get_font): New function. + (m17n_fc_engine_shape): Fix prototype. + (m17n_fc_engine_shape): use m17n_fc_get_font. Fix geometry + calculation. + (m17n_fc_engine_covers): Use m17n_fc_get_font and + m17n_fc_lookup_fontset. + + * README: Copyright notice fixed. + + * configure.ac: Copyright notice fixed. Package name + changed (m17n-pango -> pango-m17n). Require m17n-bui >= 1.3.4. + + * bootstrap.sh: Copyright notice fixed. + + * Makefile.am: Name changes (e.g. m17n_pango -> pango_m17n). + 2006-03-29 Kenichi Handa * Makefile.am (install-data-hook): Use ${PANGO_QUERYMODULES} @@ -12,22 +66,22 @@ Copyright (C) 2006 - National Institute of Advanced Industrial Science and Technology (AIST) - Registration Number H15PRO112 + National Institute of Advanced Industrial Science and + Technology (AIST) Registration Number H16PRO276 -This file is part of m17n-pango; a sub-part of the m17n library. +This file is part of the pango-m17n library. -The m17n library is free software; you can redistribute it and/or +The pango-m17n library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. -The m17n library is distributed in the hope that it will be useful, +The pango-m17n library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public -License along with the m17n library; if not, write to the Free +License along with the pango-m17n library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.