*** empty log message ***
authorhanda <handa>
Thu, 27 May 2004 09:21:14 +0000 (09:21 +0000)
committerhanda <handa>
Thu, 27 May 2004 09:21:14 +0000 (09:21 +0000)
NEWS
src/ChangeLog

diff --git a/NEWS b/NEWS
index c301404..b58eda1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS -- What's new in the m17n library.                        -*- outline -*-
+* NEWS -- What's new in the m17n library.                      -*- outline -*-
 Copyright (C) 2003, 2004
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
@@ -7,22 +7,33 @@ See the end for copying conditions.
 \f
 * Changes in the m17n library 1.1
 
-** The "configure" script now detects Fontconfig and Xft2 libraries.
+** The "configure" script now detects Fontconfig, Xft2, and GD
+libraries.
 
 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.
 
+** Mdevice (new symbol) is recoginized as a key in the argument PLIST
+of mframe ().
+
+The value must be Mx (new symbol), Mgd (new symbol), or Mnil.  See the
+documentation of mframe () for more detail.
+
 ** MDrawControl has a new member `anti_alias'.
 
 If MDrawControl->anti_alias is nonzero, try to draw anti-aliased text.
 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.
+** 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.
+So, for instance, an application can change the default face of a
+frame after the frame is created.  The sample program "medit" utilize
+it now.
+
+** The samle program "mdump" generates PNG image file instead of PBM.
 
 \f
 * Changes in the m17n library 1.0
@@ -51,3 +62,8 @@ You should have received a copy of the GNU Lesser General Public
 License along with the m17n library; if not, write to the Free
 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 02111-1307, USA.
+\f
+Local variables:
+mode: outline
+paragraph-separate: "[         \f]*$"
+end:
index c3788dd..85d7f1f 100644 (file)
@@ -9,6 +9,9 @@
 
        * m17n-misc.h (enum MErrorCode): New element MERROR_GD.
 
+       * m17n-gui.h (Mdevice, Mdisplay, Mscreen, Mdrawable, Mdepth)
+       (Mwidget, Mcolormap, Mx): Extern them.
+
        * m17n-gui.c: Include <dlfcn.h> and "config.h".
        (free_frame): Call frame->driver->close instead of
        mwin__close_device.