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