*** 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, Xft2, and GD
11 libraries.
12
13 If Fontconfig library is found, find local font files (that are to be
14 handled by the Freetype library) by fontconfig, and if Xft2 library is
15 also found, draw text by Xft.
16
17 ** Mdevice (new symbol) is recoginized as a key in the argument PLIST
18 of mframe ().
19
20 The value must be Mx (new symbol), Mgd (new symbol), or Mnil.  See the
21 documentation of mframe () for more detail.
22
23 ** MDrawControl has a new member `anti_alias'.
24
25 If MDrawControl->anti_alias is nonzero, try to draw anti-aliased text.
26 If Xft2 library can be used, the anti-alias processing is done by
27 Xft2's drawing routine.  Otherwise, the m17n library itself does it.
28
29 ** Modification of face is now automatically refelected to the next
30 drawing.
31
32 So, for instance, an application can change the default face of a
33 frame after the frame is created.  The sample program "medit" utilize
34 it now.
35
36 ** The samle program "mdump" generates PNG image file instead of PBM.
37
38 \f
39 * Changes in the m17n library 1.0
40
41 ** Released.
42
43 \f
44 * Copyright information
45
46 Copyright (C) 2003, 2004 National Institute of Advanced Industrial
47   Science and Technology (AIST) Registration Number H15PRO112
48
49 This file is part of the m17n library.
50
51 The 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 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 m17n library; if not, write to the Free
63 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
64 02111-1307, USA.
65 \f
66 Local variables:
67 mode: outline
68 paragraph-separate: "[  \f]*$"
69 end: