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