*** 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.1
9
10 ** Two new variables MTEXT_FORMAT_UTF_16 and MTEXT_FORMAT_UTF_32.
11 They are initialized to one of MTEXT_FORMAT_UTF_16LE,
12 MTEXT_FORMAT_UTF_16BE,  MTEXT_FORMAT_UTF_LE,  MTEXT_FORMAT_UTF_32BE
13 dependending on the systems's endianess.
14
15 \f
16 * Changes in the m17n library 1.1
17
18 ** The "configure" script now detects Fontconfig, Xft2, and GD
19 libraries.
20
21 If Fontconfig library is found, the library find local font files
22 (that are to be handled by the Freetype library) by fontconfig, and if
23 Xft2 library is also found, draw text by Xft.
24
25 ** Mdevice (new symbol) is recoginized as a key in the argument PLIST
26 of mframe ().
27
28 The value must be Mx (new symbol), Mgd (new symbol), or Mnil.  See the
29 documentation of mframe () for more detail.
30
31 ** MDrawControl has a new member `anti_alias'.
32
33 If MDrawControl->anti_alias is nonzero, try to draw anti-aliased text
34 if local fonts are used for that text via Freetype.  If Xft2 library
35 can be used, the anti-alias processing is done by Xft2's drawing
36 routine.  Otherwise, the m17n library itself does it by assumming that
37 the background color is `background' property of a face.
38
39 ** Modification of face is now automatically refelected to the next
40 drawing.
41
42 So, for instance, an application can change the default face of a
43 frame after the frame is created.  The sample program "medit" utilize
44 it now.
45
46 ** New function mfontset_lookup () reports contents of a fontset.
47
48 ** New function mplist_deseriaze () parses an M-Text and generates a
49 plist.
50
51 ** The functions mfont_name () and mfont_from_name () are now obsolete
52 (still kept for backward compatibility).  Use mfont_parse_name () and
53 mfont_unparse_name () instead.
54
55 ** The sample program "mdump" generates PNG image file instead of PBM.
56
57 It now runs only when the m17n library is configured with the Freetype
58 library and the GD library.
59
60 \f
61 * Changes in the m17n library 1.0
62
63 ** Released.
64
65 \f
66 * Copyright information
67
68 Copyright (C) 2003, 2004 National Institute of Advanced Industrial
69   Science and Technology (AIST) Registration Number H15PRO112
70
71 This file is part of the m17n library.
72
73 The m17n library is free software; you can redistribute it and/or
74 modify it under the terms of the GNU Lesser General Public License
75 as published by the Free Software Foundation; either version 2.1 of
76 the License, or (at your option) any later version.
77
78 The m17n library is distributed in the hope that it will be useful,
79 but WITHOUT ANY WARRANTY; without even the implied warranty of
80 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
81 Lesser General Public License for more details.
82
83 You should have received a copy of the GNU Lesser General Public
84 License along with the m17n library; if not, write to the Free
85 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
86 02111-1307, USA.
87 \f
88 Local variables:
89 mode: outline
90 paragraph-separate: "[  \f]*$"
91 end: