*** empty log message ***
[m17n/m17n-lib.git] / NEWS
1 NEWS -- What's new in the m17n library.                 -*- outline -*-
2 Copyright (C) 2003, 2004
3   National Institute of Advanced Industrial Science and Technology (AIST)
4   Registration Number H15PRO112
5 See the end for copying conditions.
6
7 \f
8 * Changes in the m17n library 1.1
9
10 ** The "configure" script now detects Fontconfig and Xft2 libraries.
11
12 If Fontconfig library is found, find local font files (that are to be
13 handled by the Freetype library) by fontconfig, and if Xft2 library is
14 also found, draw text by Xft.
15
16 ** MDrawControl has a new member `anti_alias'.
17
18 If MDrawControl->anti_alias is nonzero, try to draw anti-aliased text.
19 If Xft2 library can be used, the anti-alias processing is done by
20 Xft2's drawing routine.  Otherwise, the m17n library itself does it.
21
22 ** Modification of face is now automatically refelected to the next drawing.
23
24 So, an application can change the default face of a frame after the
25 frame is created.
26
27 \f
28 * Changes in the m17n library 1.0
29
30 ** Released.
31
32 \f
33 * Copyright information
34
35 Copyright (C) 2003, 2004 National Institute of Advanced Industrial
36   Science and Technology (AIST) Registration Number H15PRO112
37
38 This file is part of the m17n library.
39
40 The m17n library is free software; you can redistribute it and/or
41 modify it under the terms of the GNU Lesser General Public License
42 as published by the Free Software Foundation; either version 2.1 of
43 the License, or (at your option) any later version.
44
45 The m17n library is distributed in the hope that it will be useful,
46 but WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
48 Lesser General Public License for more details.
49
50 You should have received a copy of the GNU Lesser General Public
51 License along with the m17n library; if not, write to the Free
52 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
53 02111-1307, USA.