*** empty log message ***
[m17n/m17n-pango.git] / ChangeLog
1 2008-01-16  Kenichi Handa  <handa@ni.aist.go.jp>
2
3         * m17n-fc.c (otf_check_features): Check the return value of
4         pango_ot_info_find_language.  Check info before accessing
5         info->ruleset.
6
7         * configure.ac: Only requre pango 1.16 or the later.
8
9 2008-01-15  Kenichi Handa  <handa@ni.aist.go.jp>
10
11         * Version 0.9.3.released.
12
13         * configure.ac: Versions updated to 0.9.3.  Require m17n-flt.
14         Requre pango 1.18.1.
15
16         * m17n-fc.c (m17n_scripts): Completely re-written for m17n-flt.
17
18         * Makefile.am (pango_m17n_fc_la_CFLAGS): Add -DPANGO_ENABLE_ENGINE.
19
20 2007-01-25  Kenichi Handa  <handa@m17n.org>
21
22         * m17n-fc.c (m17n_scripts): Include PANGO_SCRIPT_UNKOWN.
23
24 2006-12-22  Kenichi Handa  <handa@m17n.org>
25
26         * Version 0.9.1 released.
27
28 2006-12-20  Kenichi Handa  <handa@m17n.org>
29
30         * m17n-fc.c: Copyright notice fixed.
31         (G_LOG_DOMAIN): Changed to "Pango-M17N-FC".
32         (fontset): New variable.
33         (init_module): Delete local variable fontset.
34         (fini_module): Unref fontset.
35         (m17n_scripts): Add many scripts.
36         (m17n_fc_get_family): New function.
37         (m17n_fc_lookup_fontset): New function.
38         (m17n_fc_free_font_info): New function.
39         (m17n_fc_get_font): New function.
40         (m17n_fc_engine_shape): Fix prototype.
41         (m17n_fc_engine_shape): use m17n_fc_get_font.  Fix geometry
42         calculation.
43         (m17n_fc_engine_covers): Use m17n_fc_get_font and
44         m17n_fc_lookup_fontset.
45
46         * README: Copyright notice fixed.
47
48         * configure.ac: Copyright notice fixed.  Package name
49         changed (m17n-pango -> pango-m17n).  Require m17n-bui >= 1.3.4.
50
51         * bootstrap.sh: Copyright notice fixed.
52
53         * Makefile.am: Name changes (e.g. m17n_pango -> pango_m17n).
54
55 2006-03-29  Kenichi Handa  <handa@m17n.org>
56
57         * Makefile.am (install-data-hook): Use ${PANGO_QUERYMODULES}
58         instead of pango-querymodules.
59
60         * configure.ac: Check pango-querymodules-32 if pango-querymodules
61         is not available.
62
63 2006-03-24  Kenichi Handa  <handa@m17n.org>
64
65         * Version 0.9.0 released.
66
67 \f
68 Copyright (C) 2006
69         National Institute of Advanced Industrial Science and
70         Technology (AIST) Registration Number H16PRO276
71
72 This file is part of the pango-m17n library.
73
74 The pango-m17n library is free software; you can redistribute it and/or
75 modify it under the terms of the GNU Lesser General Public License
76 as published by the Free Software Foundation; either version 2.1 of
77 the License, or (at your option) any later version.
78
79 The pango-m17n library is distributed in the hope that it will be useful,
80 but WITHOUT ANY WARRANTY; without even the implied warranty of
81 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
82 Lesser General Public License for more details.
83
84 You should have received a copy of the GNU Lesser General Public
85 License along with the pango-m17n library; if not, write to the Free
86 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
87 02111-1307, USA.