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