-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
\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
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:
* 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.