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