CHANGELOG for magicpoint
$Id: CHANGELOG,v 1.9 1998/09/04 15:11:21 onoe Exp $

Fri Sep  5 1998  onoe@sm.sony.co.jp
	* handle key inputs from invoked terminal as pressed on Xserver,
	  even if the Xserver is running on a remote host.

Mon Aug 26 1998  itojun@iijlab.net
	* new copyright. (BSDish copyright without clause 3)

Mon Aug 25 1998  itojun@iijlab.net
	* print.c: better x11/freetype/vflib -> postscript font mapping.

Mon Aug 23 1998  kato@wide.ad.jp
	* embedded image support (added mgpembed.pl and embed.c)

Mon Aug 22 1998  itojun@iijlab.net
	* added contrib/xmindpath, MindPath PocketPoint user-level driver.

Fri Jul 10 11:57:59 JST 1998  itojun@iijlab.net
	* cache gs-generated image file.
	  Suggested by: luigi@FreeBSD.org

Mon Jul  6 11:38:32 JST 1998  itojun@iijlab.net
	* capable of handling GB2312 and KSC5601 encoding.
	  they must be encoded by using iso-2022 like escape sequences.
	  EUC-cn or EUC-kr does not work.
	* -x option is added.

Thu Jul  2 18:04:16 JST 1998  itojun@iijlab.net
	* eliminate gsview.
	* revamp "xfont" directive. (see SYNTAX for detail)

Thu Jun 25 13:10:28 JST 1998  itojun@iijlab.net
	* print.c: color postscript support by "mgp2ps -c".

changes between 1.02a and 1.03a:
	* To allow color name that has space inbetween ("dark blue"), 
	  color name after directives SHOULD come with doublequote.
	  Therefore,
		%fore blue
	  should be
		%fore "blue"
	  At this moment, doublequote can be ommitted for backward
	  compatibility.  We may require to have doublequote in the future.
	  Font names and other string parameter obeys the same rule.
	* %image is now capable of rendering encapsulated postscript files
	  (*.eps).
		%image foo.eps
	  should work fine.
	  By using -X option, you can specify device name for ghostscript.
