*** 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, the library find local font files
14 (that are to be handled by the Freetype library) by fontconfig, and if
15 Xft2 library is 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 local fonts are used for that text via Freetype.  If Xft2 library
27 can be used, the anti-alias processing is done by Xft2's drawing
28 routine.  Otherwise, the m17n library itself does it by assumming that
29 the background color is `background' property of a face.
30
31 ** Modification of face is now automatically refelected to the next
32 drawing.
33
34 So, for instance, an application can change the default face of a
35 frame after the frame is created.  The sample program "medit" utilize
36 it now.
37
38 ** New function mfontset_lookup () reports contents of a fontset.
39
40 ** New function mplist_deseriaze () parses an M-Text and generates a
41 plist.
42
43 ** The functions mfont_name () and mfont_from_name () are now obsolete
44 (still kept for backward compatibility).  Use mfont_parse_name () and
45 mfont_unparse_name () instead.
46
47 ** The sample program "mdump" generates PNG image file instead of PBM.
48
49 It now runs only when the m17n library is configured with the Freetype
50 library and the GD library.
51
52 \f
53 * Changes in the m17n library 1.0
54
55 ** Released.
56
57 \f
58 * Copyright information
59
60 Copyright (C) 2003, 2004 National Institute of Advanced Industrial
61   Science and Technology (AIST) Registration Number H15PRO112
62
63 This file is part of the m17n library.
64
65 The m17n library is free software; you can redistribute it and/or
66 modify it under the terms of the GNU Lesser General Public License
67 as published by the Free Software Foundation; either version 2.1 of
68 the License, or (at your option) any later version.
69
70 The m17n library is distributed in the hope that it will be useful,
71 but WITHOUT ANY WARRANTY; without even the implied warranty of
72 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
73 Lesser General Public License for more details.
74
75 You should have received a copy of the GNU Lesser General Public
76 License along with the m17n library; if not, write to the Free
77 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
78 02111-1307, USA.
79 \f
80 Local variables:
81 mode: outline
82 paragraph-separate: "[  \f]*$"
83 end: