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