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