*** empty log message ***
authorhanda <handa>
Thu, 20 May 2004 06:50:07 +0000 (06:50 +0000)
committerhanda <handa>
Thu, 20 May 2004 06:50:07 +0000 (06:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index be6304f..c301404 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,16 +7,22 @@ See the end for copying conditions.
 \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
@@ -26,9 +32,8 @@ This is done only when a local font file is used for drawing.
 \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.