\f
* Changes in the m17n library 1.1
-** The "configure" script now detects Xft2 library.
+** The "configure" script now detects Fontconfig and Xft2 libraries.
-If Xft2 library is found, find local font files (that are to be
-handled by the Freetype library) by fontconfig, and draw text by Xft.
+If Fontconfig library is found, find local font files (that are to be
+handled by the Freetype library) by fontconfig, and if Xft2 library is
+also found, draw text by Xft.
** MDrawControl has a new member `anti_alias'.
If MDrawControl->anti_alias is nonzero, try to draw anti-aliased text.
-This is done only when a local font file is used for drawing.
+If Xft2 library can be used, the anti-alias processing is done by
+Xft2's drawing routine. Otherwise, the m17n library itself does it.
+** Modification of face is now automatically refelected to the next drawing.
+
+So, an application can change the default face of a frame after the
+frame is created.
\f
* Changes in the m17n library 1.0
\f
* Copyright information
-Copyright (C) 2003, 2004
- National Institute of Advanced Industrial Science and Technology (AIST)
- Registration Number H15PRO112
+Copyright (C) 2003, 2004 National Institute of Advanced Industrial
+ Science and Technology (AIST) Registration Number H15PRO112
This file is part of the m17n library.