Index: kit/CHANGELOG
diff -u kit/CHANGELOG:1.9 kit/CHANGELOG:removed
--- kit/CHANGELOG:1.9	Sat Sep  5 00:11:21 1998
+++ kit/CHANGELOG	Mon Mar 19 05:10:01 2001
@@ -1,51 +0,0 @@
-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.
Index: kit/FAQ
diff -u kit/FAQ:1.4 kit/FAQ:1.6
--- kit/FAQ:1.4	Sun Feb  4 03:46:49 2001
+++ kit/FAQ	Thu Mar 15 19:04:32 2001
@@ -1,57 +1,104 @@
-MagicPoint FAQ
-$Id: FAQ,v 1.4 2001/02/03 18:46:49 nishida Exp $
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-Q: When I incorporate postscript in MagicPoint presentation, "ghostscript"
-   dies with "WARN: cannot generate pnmraw+ file from test.eps".
-A:	install more recent version of "ghostscript", which supports "pnmraw"
-	output driver.
-A:	give the -X option to "mgp", with name of "ghostscript" output driver
-	which is configured into your "ghostscript".
-
-Q: Background image will not be reflected to postscript output from "mgp2ps".
-A:	This is a feature (or known bug).
-
-Q: I'm using European language for presentations and line-breaks are not
-   correct.
-Q: I'm using European language for presentations and accented characters
-   will not be generated on postscript output.
-A:	see README.lang for detail.
+			    MagicPoint FAQ
 
+			    March 15, 2001
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+Q: When I incorporate postscript in MagicPoint presentation,
+   "ghostscript" dies with "WARN: cannot generate pnmraw+ file from
+   test.eps".
+
+A: Install more recent version of "ghostscript", which supports
+   "pnmraw" output driver.
+
+A: Give the -X option to "mgp", with name of "ghostscript" output
+   driver which is configured into your "ghostscript".
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+Q: Background image will not be reflected to postscript output from
+   "mgp2ps".
+
+A: This is a feature (or known bug).
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+Q: I'm using European language for presentations and line-breaks are
+   not correct.
+
+Q: I'm using European language for presentations and accented
+   characters will not be generated on postscript output.
+
+A: See README.lang for detail.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 Q: I would like to try a more-recent snapshot version of MagicPoint.
-A:	ftp://sh.wide.ad.jp/WIDE/free-ware/mgp-snap/
 
+A: ftp://sh.wide.ad.jp/WIDE/free-ware/mgp-snap/
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 Q: I'm trouble finding scalable fonts.
+
 Q: Presentations using X11 font looks awful.
-A:	see README.fonts for detail.
 
+A: See README.fonts for detail.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 Q: I have special Adobe type 1 font installed to my X11 configuration,
    and I cannot use that font with postscript output.
-A:	(1) modify print.c to include the font into fontname mapping table,
-	(2) regenerate postscript file,
-	(3) download your font to your printer,
-	(4) try printing the file.
-
-Q: compilation with png library fails.
-A:	check the version number of your png library.  in most cases, the
-	library you are using is too old.  note that, some of Linux rpms uses
-	different version numbering scheme from the original png library.
 
+A: (1) Modify print.c to include the font into fontname mapping table,
+   (2) Regenerate postscript file,
+   (3) Download your font to your printer,
+   (4) Try printing the file.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+Q: Compilation with png library fails.
+
+A: Check the version number of your png library.  in most cases, the
+   library you are using is too old.  note that, some of Linux rpms
+   uses different version numbering scheme from the original png
+   library.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 Q: %system or %xsystem does not work.
-Q: if i use %system or %xsystem, X server (or window manager) dies.
-A:	the behavior of %system/xsystem command heavily depends on the behavior
-	of your window manager, and they may not work right for some of those.
-	as there are so many window managers, we have trouble supporting them.
 
+Q: If i use %system or %xsystem, X server (or window manager) dies.
+
+A: The behavior of %system/xsystem command heavily depends on the
+   behavior of your window manager, and they may not work right for
+   some of those.  as there are so many window managers, we have
+   trouble supporting them.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 Q: What is MNG?
-A: MNG (Multiple-image Network Graphics) is the animation extension of 
+
+A: MNG (Multiple-image Network Graphics) is the animation extension of
    the popular PNG image-format. See http://www.libpng.org/pub/mng and
    http://www.mng.com/
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 Q: Can I convert my animation gif files into mng format?
-A: Yes. I would like to recommand you to use the convert command in 
+
+A: Yes. I would like to recommand you to use the convert command in
    ImageMagick. See http://www.simplesystems.org/ImageMagick/ for more
    information.
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 Q: Can I write Magicpoint presentation with XML?
-A: The sdoc2mgp.xsl can convert XML into mgp syntax. 
-   See http://xml.da-cha.org/ for more information.
+
+A: The sdoc2mgp.xsl can convert XML into mgp syntax.  See
+   http://xml.da-cha.org/ for more information.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: kit/README
diff -u kit/README:1.36 kit/README:1.42
--- kit/README:1.36	Thu Mar  9 17:15:20 2000
+++ kit/README	Sun Mar 18 03:27:35 2001
@@ -1,6 +1,10 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 	     MagicPoint - an X11 based presentation tool
+
+			    March 16, 2001
 
-			    March 9, 2000
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 MagicPoint is an X11 based presentation tool.  It is designed to make
 simple presentations easy while to make complicated presentations
@@ -19,79 +23,69 @@
 and may have different distribution policies.  Be sure to check the
 comments in the source codes.
 
-
-			     INSTALLATION
-
-Since MagicPoint extensively uses fonts in various sizes, we recommend
-you to install good font rendering systems in your system.  Please
-refer to README.fonts or README.fonts.jp for detail.
-
-- Short summary for non-Japanese readers:
 
-We recommend you to either:
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-    (1) compile MagicPoint with FreeType linked, or
-    (2) use the X11 server with good outline font capabilities.
+			     INSTALLATION
 
-The former one is recommended.  For the latter case, it should be okay
-if you have the adobe Type1 font in your X11 font directory.  There
-are some advanced methods, such as modified X11 servers.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-- Short summary to Japanese readers:
+Since MagicPoint extensively uses fonts in various sizes, we recommend
+you to install good font rendering systems in your system.  
 
-We recommend you to either:
+THIS DOCUMENT ASSUMES THAT YOU WILL USE MAGICPOINT WITH **TRUETYPE**
+FONTS. YOU SHOULD INSTALL *FREETYPE* BEFORE YOU INSTALL MAGICPOINT.
 
-    (1) compile MagicPoint with FreeType and VFlib linked, or
-    (2) compile MagicPoint with FreeType linked, or
-    (3) compile MagicPoint with VFlib linked, or
-    (4) use an X11 server with outline English/Japanese font capabilities.
+To install "libttf.a", see:
+	http://www.freetype.org/
 
-At this moment, MagicPoint uses FreeType only for English fonts, and
-VFlib only for Japanese fonts.  Therefore, Approach (1) is the best.
-(4) needs some special software as a standard X11 server will not
-render Japanese scalable font files.
+ If you want to use other rendering systems, read "README.fonts" or
+"README.fonts.jp".
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 Follow the steps below to make MagicPoint:
 
+English or European:
 	% ./configure
+
+Japanese:
+	% ./configure --enable-freetype-charset16
+
 	% xmkmf
 	% make Makefiles
 	% make
 
-Note 1: if you have vflib installed AND you do NOT want to compile the
-vflib support into the binary, try the following option: 
+Invoking `configure' updates Imakefile.  So, do NOT forget to invoke
+`xmkmf' everytime you update Imakefile.
 
-	% ./configure --disable-vflib
+Note: if you have to use a non-standard compiler, you must declare
+      your compiler by using "env" command, like:
 
-Note 2: if you have FreeType installed AND you do NOT want to compile the
-FreeType support into the binary, try the following option: 
+	% env CC=gcc ./configure		# force gcc
+	% env CC=shlicc2 ./configure		# force shlicc2 (bsdi3)
 
-	% ./configure --disable-freetype
+      We cannot make a guess in the configure script, since "imake"
+      may dislike the compiler that was guessed by configure.  This
+      applies to, for example, Solaris without the Sun compiler
+      license (gcc-only environment).
 
-Note 3: if you have to use a non-standard compiler, you must declare
-your compiler by using "env" command, like:
 
-	% env CC=gcc ./configure		# force gcc
-	% env CC=shlicc2 ./configure		# force shlicc2 (bsdi3)
+Note: If you are willing to use the iso-8859-x character set (i.e. you
+      would like setlocale() to be called at startup), specify the
+      "--enable-locale" option.
 
-We cannot make a guess in the configure script, since "imake" may
-dislike the compiler that was guessed by configure.  This applies to,
-for example, Solaris without the Sun compiler license (gcc-only
-environment).
-
-Note 4: If you are willing to use the iso-8859-x character set
-(i.e. you would like setlocale() to be called at startup), specify 
-the --enable-locale option.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-Invoking `configure' updates Imakefile.  So, do NOT forget to invoke
-`xmkmf' everytime you update Imakefile.
+It's a good idea to preview sample files before installation. For more
+information, see sample/README or sample/README.jp, which describes
+how to install TrueType fonts.
 
-It's a good idea to preview a sample file before installation.
+To visualize the tutorial.mgp file, type:
 
 	% ./mgp sample/tutorial.mgp
 
-For more information, see sample/README or sample/README.jp.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 When you believe that everything is OK, install MagicPoint as follows:
 
@@ -102,20 +96,27 @@
 If you want to paste EPS figures into your presentation, you will need
 to install "ghostscript" or "alike".
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 			     FOR MORE INFO
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-Official home page of MagicPoint is "http://www.Mew.org/mgp/".
+Official home page of MagicPoint is:
+	http://www.Mew.org/mgp/
 
-Latest packages are available from "ftp://ftp.Mew.org/pub/MagicPoint/"
-as well as this home page.
+Latest packages are available from:
+	ftp://ftp.Mew.org/pub/MagicPoint/
 
-Pre-release snapshots are generated weekly, to
-"ftp://sh.wide.ad.jp/WIDE/free-ware/mgp-snap/".  These snapshots MAY
-NOT WORK AT ALL. Keep in your mind that these are just for people who
-would like to hack.
+Pre-release snapshots are generated weekly, to:
+	ftp://sh.wide.ad.jp/WIDE/free-ware/mgp-snap/
 
-Please send comments to the developer mailing-list "mgp@Mew.org".
+These snapshots MAY NOT WORK AT ALL. Keep in your mind that these are
+just for people who would like to hack.
 
+Please send comments to the developer mailing-list:
+	mgp@Mew.org
+
 There are two mailing lists for magicpoint users:
 	mgp-users@Mew.org	(language: English)
 	mgp-users-jp@Mew.org	(language: Japanese)
@@ -123,3 +124,8 @@
 	mgp-users-ctl@Mew.org	or
 	mgp-users-jp-ctl@Mew.org
 with "# guide" in the email body (without quotes).
+
+The ML agent is subject to change. See the official home page
+MagicPoint for latest information.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: kit/README.fonts
diff -u kit/README.fonts:1.24 kit/README.fonts:1.27
--- kit/README.fonts:1.24	Thu Jun 17 13:26:07 1999
+++ kit/README.fonts	Sun Mar 18 03:27:35 2001
@@ -1,18 +1,26 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 	    Configuring fonts for MagicPoint presentation
+
+			    March 15, 2001
 
-$Id: README.fonts,v 1.24 1999/06/17 04:26:07 kazu Exp $
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 For better presentations with the "MagicPoint" presentation tool, it
 is necessary to configure your MagicPoint, and maybe your X11 server
 to handle large-size fonts.  The document tries to summarize steps to
 make use of large-size fonts with MagicPoint.
 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+			   Standard methods
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 
-Standard methods
-================
+- Scalable English fonts, with the FreeType library
 
-Scalable English fonts, with the FreeType library
----------------------------------------------
 FreeType project, a free software project for TrueType scalable font
 renderer, provides the FreeType library at:
 	http://www.freetype.org/
@@ -30,9 +38,10 @@
 If you want to get Free/Commercial TrueType fonts, read the section
 "How to get TrueType fonts" below.
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-Scalable English fonts, with a standard X11 server
-------------------------------------------------
+- Scalable English fonts, with a standard X11 server
+
 A standard X11 server is capable of rendering "Adobe Type-1" scalable
 fonts.  To use Adobe Type-1 fonts, you have to install their font
 files.  You can find some fonts in /usr/X11R6/lib/X11/fonts/Type1,
@@ -52,9 +61,11 @@
 You can query these fonts by using XLFD (X11 font specification
 string) starting with "-adobe-".  Use "xfontsel" to see whether or not
 it is installed.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+- Scalable Japanese fonts, with VFLib
 
-Scalable Japanese fonts, with VFLib
------------------------------------
 For non-Adobe and Adobe scalable fonts, a library called VFLib is
 available from:
 	ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/.
@@ -72,9 +83,11 @@
 not very suitable for western readers since this approach usually uses
 Japanese font files.  The Japanese font files include several thousand
 of letters and will occupies several megabytes on your disk.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+- Scalable Japanese fonts, with FreeType
 
-Scalable Japanese fonts, with FreeType
----------------------------------
 Recent MagicPoint can use the FreeType library for rendering Japanese
 fonts.  You can use this function by executing configure script as
 below:
@@ -92,12 +105,14 @@
 
 	./configure --disable-vflib --enable-freetype-charset16
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-Advanced/complex methods
-========================
+		       Advanced/complex methods
 
-Scalable fonts, with a FreeType-ready X11 server
-------------------------------------------------------
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+- Scalable fonts, with a FreeType-ready X11 server
+
 There seems to be several projects for implementing FreeType into X11
 server, or X11 font servers (xfs).  By using these kind of
 implementation, a X11 server will be able to render wide variety of
@@ -116,9 +131,11 @@
 MagicPoint.  You may have to modify some of the FreeType-X11 font
 specification file as well.
 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-Scalable Japanese/English fonts, with a VFlib-ready X11 server
-------------------------------------------------------------
+- Scalable Japanese/English fonts, with a VFlib-ready X11 server
+
 There are several project to compiling VFlib into X11 server, or X11
 font server (xfs), for example:
 	http://karin.ip.titech.ac.jp/~takagi/X-VFlib/index.html
@@ -127,9 +144,11 @@
 MagicPoint.  You may have to modify some of the VFlib-X11 font
 specification file as well.
 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-Scalable Japanese fonts, with the VFlib/FreeType-hetero library
------------------------------------------------------------
+- Scalable Japanese fonts, with the VFlib/FreeType-hetero library
+
 It may be really confusing (even for the authors), but there are
 several attempts to merge VFlib and FreeType.  Some try to provide
 functionality of FreeType under VFlib API (FreeType-in-VFlib), and
@@ -141,18 +160,21 @@
 servers or X11 font servers (xfs).  In this case, you can use scalable
 font by using proper XLFD.
 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+			    Miscellaneous
 
-Miscellaneous 
-=============
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-How to get TrueType fonts.
----------------------------------
+- How to get TrueType fonts.
+
 You can get freely available TrueType fonts from following:
 	http://www.aaa.nl/people/mkatwijk/freettf.html
 	http://come.to/freefonts
 	CTAN mirros, pub/CTAN/fonts/cm/ps-type1/bakoma/ttf
 		Computer modern fonts in TrueType format
-	http://www.linux.or.jp/~ishikawa/linux/X-TT/
+	ftp://www.mew.org/MagicPoint/xtt-fonts_0.19981020-3.tar.gz
 		Freely redistributable Japanese fonts are converted into
 		TrueType format.  (Wadalab gothic and Watanabe mincho)
 
@@ -187,3 +209,5 @@
 NOTE: TeX-deribed fonts (including computer modern fonts) places marks
 like "<" or ">" in strange places.  Therefore, you may have some trouble
 writing formulas and other non-plain text.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: kit/README.fonts.jp
diff -u kit/README.fonts.jp:1.12 kit/README.fonts.jp:1.15
--- kit/README.fonts.jp:1.12	Thu May 27 12:22:47 1999
+++ kit/README.fonts.jp	Sun Mar 18 03:27:35 2001
@@ -1,25 +1,34 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 	 MagicPoint$B%W%l%<%s%F!<%7%g%sMQ$N%U%)%s%H@_Dj$K$D$$$F(B
+
+			    March 15, 2001
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+	    %%% $BF|K\8lHG(B(README.fonts.jp)$B$K4X$9$kCm0U(B %%%
 
-$Id: README.fonts.jp,v 1.12 1999/05/27 03:22:47 nishida Exp $
+	    $B1Q8lHG(B(README.fonts)$B$NJ}$,@5<0$G$9!#(B
+	    $BF|K\8lHG$OFbMF$N99?7$,CY$l$k2DG=@-$,$"$j$^$9!#(B
 
-	-----$BF|K\8lHG(B(README.fonts.jp)$B$K4X$9$kCm0U(B-----
-	$B1Q8lHG(B(README.fonts)$B$NJ}$,@5<0$G$9!#(B
-	$BF|K\8lHG$OFbMF$N99?7$,CY$l$k2DG=@-$,$"$j$^$9!#(B
-	-------------------------------------------------
+	    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 MagicPoint $B$G$OMM!9$JJ}K!$G%U%)%s%H>pJs$r<hF@$7$^$9!#(BX11 $B%5!<%P$+$i$N(B 
-X $B%U%)%s%H$N<hF@$r;O$a!"(BVFlib $B$d(B FreeType $B$rD>@\8F$S=P$7$K$h$k%Y%/%?!<(B
-$B%U%)%s%H$NMxMQ$b$G$-$k$h$&$K$J$C$F$$$^$9!#(B
+X $B%U%)%s%H$N<hF@$r$O$8$a$H$7!"(BVFlib $B$d(B FreeType $B$rD>@\8F$S=P$7$K$h$k%Y(B
+$B%/%?!<%U%)%s%H$NMxMQ$b$G$-$k$h$&$K$J$C$F$$$^$9!#(B
 
 $B$3$3$G$O!"(BMagicPoint $B$GH/I=$9$k:]$K5$$K$J$kBg$-$JJ8;z$rH~$7$/I=<($9$k(B
 $BJ}K!$K$D$$$F@bL@$7$^$9!#(B
 
-$BI8=`E*$JJ}K!(B
-============
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-FreeType $B%i%$%V%i%j$rMxMQ$7$?%9%1!<%i%V%k%U%)%s%H$NMxMQ(B
--------------------------------------------------------
+			     $BI8=`E*$JJ}K!(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+- FreeType $B%i%$%V%i%j$rMxMQ$7$?%9%1!<%i%V%k%U%)%s%H$NMxMQ(B
+
 FreeType $B%i%$%V%i%j$O!"(BFreeType $B%W%m%8%'%/%H(B
 	http://www.freetype.org/
 $B$,G[I[$7$F$$$k%U%j!<$N(B TrueType $B%U%)%s%H!&%l%s%@%i!<$G$9!#(BMagicPoint 
@@ -29,16 +38,19 @@
 $B;~(B)$B$K<+F0E*$KAH$_9~$^$l$k$h$&$K$J$C$F$$$^$9!#(B
 
 $B$b$7!"(BFreeType $B%i%$%V%i%j$r4^$^$J$$(B MagicPoint $B$r:n@.$7$?$$>l9g$O!"(B
+
 	./configure --disable-freetype
+
 $B$N$h$&$K!"(Bconfigure$B%9%/%j%W%H$N0z?t$K(B--disable-freetype$B$r$D$1$F<B9T$7(B
 $B$F$/$@$5$$!#(B
 
 TrueType $B%U%)%s%H(B($B%U%j!<(B/$B>&MQ(B)$B$N<hF@J}K!$O!"!X(BTrueType $B%U%)%s%H$N<hF@(B
 $BJ}K!!Y$r;2>H$7$F$/$@$5$$!#(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+- $BI8=`E*$J(BX11$B%5!<%P$rMxMQ$7$?%9%1!<%i%V%k!&%U%)%s%H$NMxMQ(B
 
-$BI8=`E*$J(BX11$B%5!<%P$rMxMQ$7$?%9%1!<%i%V%k!&%U%)%s%H$NMxMQ(B
------------------------------------------------------
 $B1QJ8;z%U%)%s%H$K4X$7$F$O!"(BX11$B%5!<%P$OI8=`$G!"(BAdobe Type1$B7A<0$N%9%1!<%i(B
 $B%V%k!&%U%)%s%H$rMxMQ$G$-$^$9!#(BAdobe Type1 $B7A<0$N%U%)%s%H$r;H$&$K$O!"(B
 X11$B%U%)%s%H%Q%9$,DL$C$F$$$k>l=j$K(B($BDL>o$O(B/usr/X11R6/lib/X11/font/Type1)
@@ -69,10 +81,14 @@
 $B3NG'$G$-$^$9!#(BType1 $B%U%)%s%H$O(B XLFD $B$H$7$F$O(B "-adobe-" $B$G;O$^$kL>A0$,(B
 $B$D$$$F$$$^$9$N$G!"$=$N%U%)%s%H$,$"$k$3$H$r3NG'$7$F$/$@$5$$!#(B
 
-$B%9%1!<%i%V%kF|K\8l%U%)%s%H$NMxMQ(B
---------------------------------
-[VFlib$B$rMxMQ$7$?>l9g(B]
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+- $B%9%1!<%i%V%kF|K\8l%U%)%s%H$NMxMQ(B
+
+%%%%
+
+- VFlib$B$rMxMQ$7$?>l9g(B
+
 VFlib
 	ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/
 $B$O3F<o$N%9%1!<%i%V%k%U%)%s%H$r07$&$3$H$,$G$-$k%U%)%s%H!&%(%s%8%s%i%$%V(B
@@ -92,8 +108,10 @@
 $BF|K\8l$N%U%)%s%H$O?t@iJ8;z$N%U%)%s%H$r4^$s$G$$$k4X78>e$H$F$bBg$-$$$N$G!"(B
 $B1Q8l$7$+MxMQ$7$J$$%f!<%6$K$H$C$F$O$A$g$C$HL5BL$+$b$7$l$^$;$s!#(B
 
-[FreeType$B$NMxMQ(B]
+%%%%
 
+- FreeType$B$NMxMQ(B
+
 $B8=:_$N(BMagicPoint$B$G$O(BFreeType(http://www.freetype.org/)$B$rMxMQ$7$F(B TrueType
 $B$NF|K\8l$rI=<($9$k$3$H$,$G$-$^$9!#(BFreeType$B$,%$%s%9%H!<%k$5$l$F$$$k(B
 $B4D6-$G!"(B
@@ -113,14 +131,18 @@
 $B$N$h$&$K%*%W%7%g%s$G(B--disable-vflib$B$r;XDj$7$F!"(BVFlib$B$r%j%s%/$7$J$$$h$&$K(B
 $B$7$F2<$5$$!#(B
 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-$B9g$o$;5;(B
-========
+			       $B9g$o$;5;(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 FreeType $B$KBP1~$7$?(B X11 $B%5!<%P$K$h$k%9%1!<%i%V%k!&%U%)%s%H$NMxMQ(B
----------------------------------------------------------
+
+%%%%
 
-[$B1QJ8;z%U%)%s%H$N$_$NMxMQ(B]
+- $B1QJ8;z%U%)%s%H$N$_$NMxMQ(B
 
 $B%U%j!<$N(B TreeType $B%U%)%s%H!&%l%s%@%i$G$"$k(B FreeType $B%i%$%V%i%j$,8x3+$5(B
 $B$l$F$+$i!"(BFreeType $B$r(B X11 $B%5!<%P<+BN$b$7$/$O(B X11 $B%U%)%s%H!&%5!<%P(B(xfs)
@@ -140,8 +162,9 @@
 $B$3$l$i$N%U%)%s%H$N(B XLFD $B$r;XDj$9$k$3$H$G!"(BMagicPoint $B$+$iMxMQ$G$-$k$h(B
 $B$&$K$J$j$^$9!#(B
 
+%%%%
 
-[$B1QJ8;z(B/$BF|K\8l%U%)%s%H$NMxMQ(B]
+- $B1QJ8;z(B/$BF|K\8l%U%)%s%H$NMxMQ(B
 
 $BF|K\8l(B TrueType $B$K4X$7$F$b!"(BFreeType $B$rAH$_9~$s$@(B X11 $B%5!<%P$*$h$S(B X11 
 $B%U%)%s%H!&%5!<%P$GMxMQ$7$h$&$H$$$&F0$-$,$"$j$^$9!#(B
@@ -154,9 +177,10 @@
 $B$3$l$i$N%U%)%s%H$N(B XLFD $B$r;XDj$9$k$3$H$G!"(BMagicPoint $B$+$iMxMQ$G$-$k$h(B
 $B$&$K$J$j$^$9!#(B
 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-VFlib $B$KBP1~$7$?(B X11 $B%5!<%P$K$h$k%9%1!<%i%V%k!&%U%)%s%H$NMxMQ(B
-------------------------------------------------------
+- VFlib $B$KBP1~$7$?(B X11 $B%5!<%P$K$h$k%9%1!<%i%V%k!&%U%)%s%H$NMxMQ(B
 
 VFlib $B$rAH$_9~$s$@(B X11 $B%5!<%P$*$h$S(B X11 $B%U%)%s%H!&%5!<%P$rMxMQ$7$F1Q8l(B
 $B$dF|K\8l$rI=<($G$-$^$9!#(B
@@ -168,9 +192,9 @@
 $B$3$l$i$N%U%)%s%H$N(B XLFD $B$r;XDj$9$k$3$H$G!"(BMagicPoint$B$+$iMxMQ$G$-$k$h$&(B
 $B$K$J$j$^$9!#(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-VFlib/FreeType $BJ#9g%i%$%V%i%j$K$h$k%9%1!<%i%V%k!&%U%)%s%H$NMxMQ(B
-------------------------------------------------------------
+- VFlib/FreeType $BJ#9g%i%$%V%i%j$K$h$k%9%1!<%i%V%k!&%U%)%s%H$NMxMQ(B
 
 VFlib $B$H(B FreeType $B$r9g$o$;$?%i%$%V%i%j$,B8:_$7$^$9!#(BVFlib API $B$rMxMQ$7(B
 $B$F(B FreeType $B$N5!G=$rMxMQ$9$k$b$N$d!"(BFreeType $B$r3HD%$7$F(BVFlib$B5!G=$rMxMQ(B
@@ -182,19 +206,21 @@
 $B%s%H!&%5!<%P$KAH$_9~$s$G$$$k>l9g$O!"(BMagicPoint $B$G$b(B XLFD $B$r;XDj$9$k$3(B
 $B$H$G(BX$B$N%U%)%s%H$H$7$FMxMQ$G$-$^$9!#(B
 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+			   $B$=$NB>;(B?$J$3$H(B
 
-$B$=$NB>;(B?$J$3$H(B
-================
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-TrueType $B%U%)%s%H$N<hF@J}K!(B
---------------------------
+- TrueType $B%U%)%s%H$N<hF@J}K!(B
 
 $B0J2<$N%5%$%H$G!"%U%j!<$N(B TrueType $B%U%)%s%H$r<hF@$G$-$^$9(B:
 	http://www.aaa.nl/people/mkatwijk/freettf.html
 	http://come.to/freefonts
 	CTAN mirros, pub/CTAN/fonts/cm/ps-type1/bakoma/ttf
 		Computer modern fonts in TrueType format
-	http://www.linux.or.jp/~ishikawa/linux/X-TT/
+	ftp://www.mew.org/MagicPoint/xtt-fonts_0.19981020-3.tar.gz
 		$BG[I[<+M3$J%U%)%s%H$,(BTrueType$B%U%)!<%^%C%H$KJQ49$5$l$F(B
 		$BCV$$$F$"$j$^$9!#(B($BOBED8&%4%7%C%/$HEOJUL@D+(B)
 
@@ -226,7 +252,8 @@
 $B$^$?!"%Q%=%3%s!&%7%g%C%WE9F,$G!V%U%)%s%H!&%3%l%/%7%g%s(B CD-ROM$B!W$NN`$r(B
 $B9XF~$9$k$N$b$$$$$G$7$g$&!#(B
 
-NOTE: TeX$B5/8;$N%U%)%s%H(B(computer modern font$B$b$3$NCg4V(B)$B$G$O!"(B"<"$B$d(B">"$B$J$I$N(B
-$B5-9fN`$,(BASCII$B$H0c$&G[Ns$K$J$C$F$$$^$9!#$3$N$?$a!"?t<0$d$=$NB>$N5-9fF~$j$N(B
-$BJ8$r=q$/$H$-$K6lO+$9$k$+$b$7$l$^$;$s!#(B
+NOTE: TeX $B5/8;$N%U%)%s%H(B(computer modern font$B$b$3$NCg4V(B)$B$G$O!"(B"<" $B$d(B 
+">" $B$J$I$N5-9fN`$,(B ASCII $B$H0c$&G[Ns$K$J$C$F$$$^$9!#$3$N$?$a!"?t<0$d$=(B
+$B$NB>$N5-9fF~$j$NJ8$r=q$/$H$-$K6lO+$9$k$+$b$7$l$^$;$s!#(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: kit/README.lang
diff -u kit/README.lang:1.3 kit/README.lang:1.6
--- kit/README.lang:1.3	Thu Jun 17 13:26:08 1999
+++ kit/README.lang	Thu Mar 15 19:13:18 2001
@@ -1,17 +1,25 @@
-Making multilingual presentations with MagicPoint
-$Id: README.lang,v 1.3 1999/06/17 04:26:08 kazu Exp $
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+	  Making multilingual presentations with MagicPoint
 
+			    March 15, 2001
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 MagicPoint has no idea about what kind of character set you are using
 with your presentation file, or what kind of language you are using.
 For example, if you use Latin-1 (iso-8859-1) you MUST tell that explicitly
 to MagicPoint.
+
+If you want to use Latin-[1-4] (iso-8859-[1-4]), you can specify the
+encoding of the file explisitly with charset directive, like: 
 
-In the future, we will be adding a MagicPoint directive to specify
-the encoding of the file explicitly, like:
-	%charset "iso-8859-1"
-	%charset "iso-2022-jp"
+	%charset "iso8859-1"
 
+In the future, we will add more encodings to charset directive, like
+"iso2022-jp", or "euc-jp"
+
+
 Making MagicPoint presentations in European languages
 - Use "/configure  --enable-locale" before compilation.
   In some operating systems you may need -lxpg4 with this.
@@ -24,3 +32,5 @@
 Making MagicPoint presentations in Asian languages
 - Use iso-2022 family encoding (iso-2022-jp, iso-2022-cn and others).
   Or, the X11 ctext encoding for your file.
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: kit/RELNOTES
diff -u kit/RELNOTES:1.1 kit/RELNOTES:1.4
--- kit/RELNOTES:1.1	Thu Mar  9 19:24:58 2000
+++ kit/RELNOTES	Thu Mar 15 19:04:32 2001
@@ -1,6 +1,24 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 		     Release Notes for MagicPoint
+
+			    March 15, 2001
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+<<<1.08a>>>
+
+New features:
+	- The "charset" directive: you can use iso-8859-[1-4]
+	- MNG support: animation without "mark" and "again"
+	- Enhancing "mgp2ps"
+		* Supporting "cont", "mark", "again"
+		* Resizing image
+
+Bugs fixed:
+	- Some. :-)
 
-			    March 9, 2000
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 <<<1.07a>>>
 
@@ -22,4 +40,4 @@
 	  been fixed.
 	- Fixed some small bugs.
 
---
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: kit/SYNTAX
diff -u kit/SYNTAX:1.30 kit/SYNTAX:1.31
--- kit/SYNTAX:1.30	Sun Feb  4 04:00:44 2001
+++ kit/SYNTAX	Thu Mar 15 18:24:30 2001
@@ -1,4 +1,4 @@
-$Id: SYNTAX,v 1.30 2001/02/03 19:00:44 nishida Exp $
+$Id: SYNTAX,v 1.31 2001/03/15 09:24:30 nishida Exp $
 
 placement restriction for directives:
 		.mgprc		preamble	main pages
@@ -9,7 +9,7 @@
 %default	x		okay		x
 %tab		x		okay		x
 %deffont	x		okay		x
-%include	x		okay		okay
+%include	x		okay		x
 others		x		x		okay
 
 
@@ -333,3 +333,11 @@
 
 %anim "filename"
 	display animation file. (currently, only mng format is supported.)
+
+%charset "registry"
+	Specify the encoding of the document.
+	At this moment, the following charset are supported.
+		iso8859-1
+		iso8859-2
+		iso8859-3
+		iso8859-4
Index: kit/USAGE
diff -u kit/USAGE:1.26 kit/USAGE:1.28
--- kit/USAGE:1.26	Mon Jun 28 11:04:22 1999
+++ kit/USAGE	Thu Mar 15 19:04:32 2001
@@ -1,8 +1,12 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 		 How to make .mgp files (cheat sheet)
 
 		      Kazu Yamamoto (with Chaki)
+
+			    March 14, 2001
 
-			    June 17, 1999
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 All .mgp commands start with "%". After making sure that
 /usr/X11R6/lib/X11/mgp/default.mgp exists, add the following line to
@@ -29,7 +33,7 @@
 in a single line. To make the size 7% of the screen and the foreground
 color yellow, one would write:
 
-	%size 7, fore yellow
+	%size 7, fore "yellow"
 	This line is big and yellow.
 
 Any line that starts with "%" won't show up on the screen nor will it
@@ -39,7 +43,7 @@
 	text color			%fore
 	background color		%back
 	text size			%size
-	text placement			%center, %left, %right
+	text placement			%center, %leftfill, %rightfill
 	space between characters	%hgap
 	space between lines		%vgap
 	Font				%font
@@ -99,20 +103,23 @@
 	Emacs and friends
 
 		Emacs
-			19 is currently the main stream
-			20 has been released
+			20.7 is currently the main stream
+			21 is coming
 		Mule
 			2.3 is most used
 			Integrated to Emacs and XEmacs 
 		XEmacs
-			19 is the English version
-			20 is the International version
+			21.1 is most used
+			21.2 is coming
 
 To find out more about the other commands, take a look at SYNTAX or
 sample/*.mgp.
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 			    Life with tgif
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 MagicPoint cannot display "tgif" objs but there is a way to sort of
 get around this.
@@ -124,6 +131,8 @@
 (2) If you have "ghostscript":
     - craete an EPS file from a "tgif" obj file and use that for both cases
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 (1) If you cannot use "ghostscript":
 
 The image created by "tgif" is displayed "as is" on MagicPoint's
@@ -132,12 +141,17 @@
 16, 24, and 26 dot. So it's possible to give "xrdb" something like the
 following, and then make "tgif" create a GIF file.
 
+
+%%%%
 Tgif*Background: black
 Tgif*Foreground: white
-Tgif*WhereToPrint: EPS
-Tgif*InitialFontSize: 16
-Tgif*FontSizes: 14 16 24 26
+Tgif.WhereToPrint:             GIF
 Tgif.XpmToGif: xpmtoppm %s | ppmtogif -transparent black
+Tgif.FontSizes:			8 10 12 14 16 18 20 24 26 32 40 48 64
+Tgif.PreeditType:		overthespot
+Tgif.InitialPrintInColor:      false
+%%%%
+
 
 EPS files can be created just by typing:
 	tgif -print -eps *.obj
@@ -150,6 +164,8 @@
 If corresponding filename.eps exists for filename.{gif,jpg,...},
 "mgp2ps" uses filename.eps when creating a PS file.
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 (2) If you can "ghostscript":
 
 Generate an EPS file, again by using
@@ -161,6 +177,8 @@
 then, mgp will render the EPS file on-the-fly, by invoking "ghostscript".
 "mgp2ps" will properly include the EPS file into the output.
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 (3) Distributing presentation materials
 
 If you want to bundle two pages into one, you could try this:
@@ -168,33 +186,42 @@
 
 "psnup" is included the "psutils"
 package(ftp://ftp.dcs.ed.ac.uk/pub/ajcd).
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+		     Tips for better presentation
 
-			Tips for better presentation
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 (1) Refrain from using "vfont", "xfont" and "tfont" directive
-directly.  Use "deffont" in preamble and "font" in body instead.  This
-should allow people to view your presentation in all the configuration
-of the renderer.  (i.e. with/without FreeType, with/without VFlib)
+    directly.  Use "deffont" in preamble and "font" in body instead.
+    This should allow people to view your presentation in all the
+    configuration of the renderer.  (i.e. with/without FreeType,
+    with/without VFlib)
 
 (2) Use EPS files for vector image.
 
 (3)Install the latest "ghostscript".  Configure so that it can
-generate grayscaled image as output.
+   generate grayscaled image as output.
 
 (4) Before the actual presentation, go through the presentation in the
-same configuration as "the real thing".  It will make rendering
-faster.  (For the included EPS images, pixel image will be generated
-and be cached).  If you execute "mgp" with the "-F" option, "mgp"
-fetches and caches the next page so that it makes faster to visualize
-the next page.
+    same configuration as "the real thing".  It will make rendering
+    faster.  (For the included EPS images, pixel image will be
+    generated and be cached).  If you execute "mgp" with the "-F"
+    option, "mgp" fetches and caches the next page so that it makes
+    faster to visualize the next page.
 
 (5) Check/practice the connection with the VGA projector.
 
 (6) Practice your oral presentation well :-)
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 			Mathematical Formulas
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 There are, at least, three way to include mathematical formulas in 
 .mgp file.
 
@@ -232,17 +259,21 @@
 
 	%image "foo.pbm"
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+		      Pasting foils onto the web
 
-			Pasting foils onto the web
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 If you wish to paste your MagicPoint presentation, you have three options.
 
 (1) If you can assume that the client-side has MagicPoint, you can
-paste a presentation file after processing that by "mgpembed" program.
+    paste a presentation file after processing that by "mgpembed"
+    program.
 
 (1.1) Merge images into presentation file, by using "mgpembed".
-"mgpembed" generates single archive-like presentation file, which
-includes images (encoded by "uuencode").
+      "mgpembed" generates single archive-like presentation file,
+      which includes images (encoded by "uuencode").
 
 (1.2) Paste the generated file onto the web, under name "foo.mgp".
 
@@ -257,11 +288,11 @@
 "text/plain" would be a last resort.
 
 (2) If you cannot asuume that there's no MagicPoint at the client's
-site, you'll need to convert presentation into a html file.  Use the
--D option for this.
+    site, you'll need to convert presentation into a html file.  Use
+    the -D option for this.
 
 (3) You may convert your presentation as postscript file, after
-processing it with "mgp2ps".  It would be nice if you would like
-nobody to reuse your work at ease.
+    processing it with "mgp2ps".  It would be nice if you would like
+    nobody to reuse your work at ease.
 
-END
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: kit/USAGE.jp
diff -u kit/USAGE.jp:1.20 kit/USAGE.jp:1.22
--- kit/USAGE.jp:1.20	Wed Jul 21 11:52:59 1999
+++ kit/USAGE.jp	Thu Mar 15 19:04:32 2001
@@ -1,8 +1,12 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 		   .mgp $B%U%!%$%k$N$$$$2C8:$J=q$-J}(B
 
 			       $B;3K\OBI'(B
+
+			    2001$BG/(B3$B7n(B14$BF|(B
 
-			    1999$BG/(B6$B7n(B17$BF|(B
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 .mgp $B%U%!%$%k$N%3%^%s%I(B(directive) $B$O(B "%" $B$G;O$^$j$^$9!#$H$j$"$($:!"(B
 /usr/X11R6/lib/X11/mgp/default.mgp $B$,$"$k$3$H$r3NG'$7$?$i!"(B.mgp $B%U%!%$(B
@@ -26,7 +30,7 @@
 $B9TF,$K(B % $B$r=q$/$H!"0J9_$,%3%^%s%I$K$J$j$^$9!#%3%^%s%I$O(B "," $B6h@Z$C$FNs(B
 $B5s$G$-$^$9!#Bg$-$5$r2hLL$N(B 7 $B!s!"?'$r2+?'$K$9$k$K$O0J2<$N$h$&$K$7$^$9!#(B
 
-	%size 7, fore yellow
+	%size 7, fore "yellow"
 	$B$3$N9T$OBg$-$/$F2+?'$G$9!#(B
 
 $B9TF,$K$,(B % $B$N9T$O!"EvA3I=<($5$l$^$;$s$7!"9T$H$7$F%+%&%s%H$5$l$^$;$s!#(B
@@ -35,7 +39,7 @@
 	$BJ8;z$N?'(B		%fore
 	$BGX7J$N?'(B		%back
 	$BJ8;z$NBg$-$5(B		%size
-	$BJ8;z$N0LCV(B		%center, %left, %right
+	$BJ8;z$N0LCV(B		%center, %leftfill, %rightfill
 	$BJ8;z4V(B			%hgap
 	$B9T4V(B			%vgap
 	$B%U%)%s%H(B		%font
@@ -55,7 +59,7 @@
 
 MagicPoint $B$O$"$k9T$rI=<($9$k:]$K!"$^$:$=$N9T$N(B %default $B$N@_Dj$rH?1G(B
 $B$7$^$9!#<!$KK\J8Cf$G;XDj$5$l$?@_Dj$rH?1G$7$^$9!#$?$@$7!"L@<(E*$K;XDj$5(B
-$B$l$J$$B0@-$O!"A0$N9T$NCM$r0z$-$:$j$^$9!#(B
+$B$l$J$$B0@-$O!"A0$N9T$NCM$r0z$-7Q$.$^$9!#(B
 
 $BNc$r8+$F$_$^$7$g$&(B
 
@@ -92,20 +96,24 @@
 	Emacs $B$N$J$+$^$?$A(B
 
 		Emacs
-			$B8=:_$O(B 19 $B$,<gN.(B
-			$B$G$b(B 20 $B$b%j%j!<%9$5$l$F$$$k(B
+			$B8=:_$O(B 20.7 $B$,<gN.(B
+			$B$G$b(B 21 $B$,$b$&$9$0%j%j!<%9$5$l$k(B
 		Mule
 			2.3 $B$,$h$/;H$o$l$F$$$k(B
 			Emacs $B$H(B XEmacs $B$KE}9g$5$l$?(B
 		XEmacs
-			19 $B$,1Q8lHG(B
-			20 $B$,9q:]HG(B
+			21.1 $B$,$h$/;H$o$l$F$$$k(B
+			$B$G$b(B 21.2 $B$,$b$&$9$0%j%j!<%9$5$l$k(B
 
 $BB>$N%3%^%s%I$KIU$$$F$O!"(BSYNTAX $B$r8+$?$j!"(Bsample/*.mgp $B$r8+$?$j$7$F2<$5(B
 $B$$!#(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 			    tgif $B$H$N@83h(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 
 MagicPoint $B$O(B tgif $B$N(B .obj $B%U%!%$%k$rD>@\I=<($G$-$J$$$1$l$I!"9,$;$K$J(B
 $B$l$kJ}K!$O$"$j$^$9!#(B
@@ -117,6 +125,8 @@
 (2) $B2hLLI=<($K(B ghostscript $B$rMxMQ$9$k$J$i(B
     - $B2hLLI=<((B/$B0u:~6&$K(B tgif $B$,EG$$$?(B EPS $B$r;H$&(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 (1) GIF and EPS
 
 tgif $B$GI=<($5$l$?%$%a!<%8$,$=$N$^$^!"(Bmgp $B$N2hLL$KI=<($5$l$^$9!#$@$+$i!"(B
@@ -125,26 +135,39 @@
 $B$G!"0J2<$N$h$&$J%U%!%$%k$r(B xrdb $B$K?)$o$;$F!"(Btgif $B$r>e$2!"(BGIF $B$rEG$+$;(B
 $B$k$H$$$$$G$7$g$&!#(B
 
+
+%%%%
 Tgif*Background: black
 Tgif*Foreground: white
-Tgif*WhereToPrint: EPS
-Tgif*InitialFontSize: 16
-Tgif*InitialKanjiFont: Gothic
-Tgif*FontSizes: 14 16 24 26
-Tgif*NihongoFonts: \
-	-*-fixed-medium-r-normal--%d-*-*-*-*-*-jisx0208.1983-0,, \
-	Ryumin-Light-EUC-H, Ryumin, \
-	H, false, 24, 26 \n\
-	-*-fixed-medium-r-normal--%d-*-*-*-*-*-jisx0208.1983-0,, \
-	GothicBBB-Medium-EUC-H, Gothic, \
-	H, false, 16, 18 \n\
-	-*-fixed-medium-r-normal--%d-*-*-*-*-*-jisx0208.1983-0,, \
-	Ryumin-Light-EUC-V, Ryumin-V, \
-	V, false, 24, 26 \n\
-	-*-fixed-medium-r-normal--%d-*-*-*-*-*-jisx0208.1983-0,, \
-	GothicBBB-Medium-EUC-V, Gothic-V, \
-	V, false, 16, 18
+Tgif.WhereToPrint:             GIF
 Tgif.XpmToGif: xpmtoppm %s | ppmtogif -transparent black
+Tgif.FontSizes:			8 10 12 14 16 18 20 24 26 32 40 48 64
+!Tgif.DoubleByteInputMethod:	xim
+Tgif.PreeditType:		overthespot
+Tgif.SquareDoubleByteFonts:	\n\
+  -*-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,Ryumin-Light-EUC-H \n\
+  -*-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,Ryumin-Light-EUC-H \n\
+  -*-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,Ryumin-Light-EUC-H \n\
+  -*-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,Ryumin-Light-EUC-H \n\
+  \n\
+  -*-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,Ryumin-Light-EUC-V \n\
+  -*-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,Ryumin-Light-EUC-V \n\
+  -*-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,Ryumin-Light-EUC-V \n\
+  -*-fixed-medium-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,Ryumin-Light-EUC-V \n\
+  \n\
+  -*-fixed-bold-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,GothicBBB-Medium-EUC-H \n\
+  -*-fixed-bold-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,GothicBBB-Medium-EUC-H \n\
+  -*-fixed-bold-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,GothicBBB-Medium-EUC-H \n\
+  -*-fixed-bold-r-*--%d-*-*-*-*-*-jisx0208.1983-*,H,GothicBBB-Medium-EUC-H \n\
+  \n\
+  -*-fixed-bold-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,GothicBBB-Medium-EUC-V \n\
+  -*-fixed-bold-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,GothicBBB-Medium-EUC-V \n\
+  -*-fixed-bold-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,GothicBBB-Medium-EUC-V \n\
+  -*-fixed-bold-r-*--%d-*-*-*-*-*-jisx0208.1983-*,V,GothicBBB-Medium-EUC-V
+Tgif.RyuminShowFontChar:	\314\300
+Tgif.GothicBBBShowFontChar:	\245\264
+Tgif.InitialPrintInColor:      false
+%%%%
 
 EPS $B$O!"(B
 	tgif -print -eps *.obj
@@ -156,6 +179,8 @@
 mgp2ps $B$O!"(Bfilename.{gif,jpg,...} $B$KBP$7!"(Bfilename.eps $B$,$"$l$P$=$A$i(B
 $B$rFI$_9~$s$G(B PS $B$r:n$j$^$9!#$"$"!"$J$s$FJXMx!#(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 (2) EPS only
 
 EPS $B$r$D$/$j$^$9!#7+$jJV$7$K$J$j$^$9$,!"(B
@@ -169,6 +194,7 @@
 
 $B0u:~$9$k>l9g$O!"(B(1) $B$HF1MM$K(B mgp2ps $B$rMxMQ$7$F2<$5$$!#(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 (3) $B;qNA$NG[I[(B
 
@@ -178,36 +204,46 @@
 
 psnup $B$O(B psutils (ftp://ftp.dcs.ed.ac.uk/pub/ajcd) $B$KF~$C$F$$$^$9!#(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 			$B>e<j$J%W%l%<%s$N$?$a$K(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 (1) "vfont"$B!"(B"xfont"$B!"(B"tfont"$B$rK\J8Cf$GD>@\;H$&$N$OHr$1$^$7$g$&!#@k8@(B
-$BNN0h$G(B"deffont"$B$7$F!"K\J8Cf$G$O(B"font"$B$r;H$$$^$7$g$&!#$3$&$9$k$H!"(B
-MagicPoint$B$N%U%)%s%HE83+%(%s%8%s$K0MB8$7$J$$(B .mgp $B%U%!%$%k$r:n@.$G$-$^(B
-$B$9!#(B
+    $BNN0h$G(B"deffont"$B$7$F!"K\J8Cf$G$O(B"font"$B$r;H$$$^$7$g$&!#$3$&$9$k$H!"(B
+    MagicPoint$B$N%U%)%s%HE83+%(%s%8%s$K0MB8$7$J$$(B .mgp $B%U%!%$%k$r:n@.$G(B
+    $B$-$^$9!#(B
 
 (2) $B%Y%/%H%k2hA|$K$O6KNO(B EPS $B%U%!%$%k$r;H$$$^$7$g$&!#(B
 
 (3) $B%0%l%$%9%1!<%k2hA|$r=PNO$G$-$k(B ghostscript $B$r%$%s%9%H!<%k$7$^$7$g(B
-$B$&!#(B
+    $B$&!#(B
 
 (4) $BK\HV$N%W%l%<%sA0$K!"0lEYK\HV$HF1$8@_Dj$G%W%l%<%s$rI=<($7$F$*$/$H!"(B
-EPS $B%U%!%$%k$,E83+$5$l$F%-%c%C%7%e$5$l$^$9$N$GK\HV$G$N2hA|I=<($,B.$/$J(B
-$B$j$^$9!#(BMagicPoint $B$K(B -F $B$r;XDj$9$k$H!"<!$N%Z!<%8$r@hFI$_$7$^$9$N$G!"(B
-$BI=<($,B.$/$J$j$^$9!#(B
+    EPS $B%U%!%$%k$,E83+$5$l$F%-%c%C%7%e$5$l$^$9$N$GK\HV$G$N2hA|I=<($,B.(B
+    $B$/$J$j$^$9!#(BMagicPoint $B$K(B -F $B$r;XDj$9$k$H!"<!$N%Z!<%8$r@hFI$_$7$^(B
+    $B$9$N$G!"I=<($,B.$/$J$j$^$9!#(B
 
 (5) VGA$B%W%m%8%'%/%?$H$N@\B3$r$A$c$s$H3N$+$a$^$7$g$&!#$^$?!"Aa$a$K$&$^(B
-$B$/7Q$k$+3NG'$7$F$*$-$^$7$g$&!#(B
+    $B$/7Q$k$+3NG'$7$F$*$-$^$7$g$&!#(B
 
 (6) $B$A$c$s$HH/I=N}=,$7$^$7$g$&(B :-)
 
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 				 $B?t<0(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 .mgp $B%U%!%$%k$K?t<0$rKd$a9~$`J}K!$K$OBg$-$/J,$1$F!"(B
 	1) $B;vA0$K$J$s$i$+$NJ}K!$G?^7A%U%!%$%k$KJQ49$7$F$*$/(B
 	2) $B%U%#%k%?%3%^%s%I$rMxMQ$7$F!"F0E*$K:n@.$9$k(B
 $B$N(B2$B$D$,$"$j$^$9!#(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 [$B@EE*$JJ}K!(B]
   (1) TeX
   - TeX $B$G?t<0$r=q$$$F(B .dvi $B%U%!%$%k$r@8@.$7$^$9!#(B
@@ -231,6 +267,7 @@
 
 	%image "foo.pbm"
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 [$BF0E*$JJ}K!(B]
   (1) TeX
@@ -265,16 +302,20 @@
 	  $BMW$G$9!#(B
 
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 		   $B%W%l%<%s%U%!%$%k$r(B Web $B$KE=$m$&(B
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 MagicPoint $B$N%W%l%<%s%F!<%7%g%s%U%!%$%k$r(B Web $B$KE=$k>l9g!"(B3$B$D$NJ}K!$,(B
 $B$"$j$^$9!#(B
 
 (1) $B%/%i%$%"%s%HB&$K(B MagicPoint $B$,$"$k$H2>Dj$G$-$k>l9g$K$O!"(Bmgpembed 
-$B$G:n@.$7$?%U%!%$%k$r$=$N$^$^(B Web $B%5!<%P$GDs6!$9$l$P(B OK $B$G$9!#(B
+    $B$G:n@.$7$?%U%!%$%k$r$=$N$^$^(B Web $B%5!<%P$GDs6!$9$l$P(B OK $B$G$9!#(B
 
 (1.1) mgpembed $B%3%^%s%I$r;H$C$F!"2hA|%U%!%$%k$r(B .mgp $B%U%!%$%kCf$KKd$a(B
-$B9~$_$^$9!#7k2L$H$7$FC10l$N%U%!%$%k$,$G$-$"$,$j$^$9!#(B
+      $B9~$_$^$9!#7k2L$H$7$FC10l$N%U%!%$%k$,$G$-$"$,$j$^$9!#(B
 
 (1.2) $B$G$-$"$,$C$?%U%!%$%k$N3HD%;R$r(B .mgp $B$K$7$F(B Web $B%5!<%P$KCV$-$^$9!#(B
 
@@ -289,11 +330,12 @@
 $B$F$/$@$5$$!#(B
 
 (2) $BG$0U$N%/%i%$%"%s%H$G8+$?$$>l9g!"3F2hLL$N%@%s%W$r(B GIF $B$KMn$7!"$=$l(B
-$B$>$l$N(B GIF $B%U%!%$%k$r(B HTML $B$+$i(B "IMG" $B$G;2>H$7$^$9!#(BMagicPoint $B$O$3$N(B
-$B$h$&$J%F%s%W%l!<%H$r4JC1$K:n@.$7$F$/$l$^$9!#(Bmgp -D $B$rMxMQ$7$F2<$5$$!#(B
+    $B$>$l$N(B GIF $B%U%!%$%k$r(B HTML $B$+$i(B "IMG" $B$G;2>H$7$^$9!#(BMagicPoint $B$O(B
+    $B$3$N$h$&$J%F%s%W%l!<%H$r4JC1$K:n@.$7$F$/$l$^$9!#(Bmgp -D $B$rMxMQ$7$F(B
+    $B2<$5$$!#(B
 
 (3) $B%W%l%<%s%U%!%$%k$r(B PS $B%U%!%$%k$KJQ49$7$F$+$iE=$k$N$b$$$$$+$b$7$l$^(B
-$B$;$s!#$3$N>l9g(B mgp2ps $B$G:n@.$7$?(B PS $B%U%!%$%k$r(B Web $B%5!<%P$KCV$/$3$H$K(B
-$B$J$j$^$9!#(B
+    $B$;$s!#$3$N>l9g(B mgp2ps $B$G:n@.$7$?(B PS $B%U%!%$%k$r(B Web $B%5!<%P$KCV$/$3(B
+    $B$H$K$J$j$^$9!#(B
 
-$B$*$7$^$$(B
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: kit/ctlwords.pl
diff -u kit/ctlwords.pl:1.2 kit/ctlwords.pl:removed
--- kit/ctlwords.pl:1.2	Sat Sep  5 06:05:08 1998
+++ kit/ctlwords.pl	Mon Mar 19 05:10:01 2001
@@ -1,12 +0,0 @@
-#! /usr/bin/perl
-$counter = 0;	# 0 origin
-print "/* generated by ctlwords.awk. do not edit by hand. */\n";
-
-while (<>) {
-	next if (!/^\/\*CTL\*\//);
-	next if ($_ !~ /(CTL_[A-Z0-9]+)/);
-
-	$word = $1;
-	print "#define $word\t$counter\n";
-	$counter++;
-}
Index: kit/draw.c
diff -u kit/draw.c:1.184 kit/draw.c:1.185
--- kit/draw.c:1.184	Wed Mar  7 00:41:41 2001
+++ kit/draw.c	Sat Mar 17 18:48:14 2001
@@ -26,7 +26,7 @@
  * SUCH DAMAGE.
  */
 /*
- * $Id: draw.c,v 1.184 2001/03/06 15:41:41 nishida Exp $
+ * $Id: draw.c,v 1.185 2001/03/17 09:48:14 nishida Exp $
  */
 
 #include "mgp.h"
@@ -1286,8 +1286,9 @@
 
 		state->linewidth += HORIZ_STEP(char_size[caching], char_len);
 		/* ukai */
-		if (state->linewidth + HORIZ_STEP(char_size[caching], char_len)
-		    > state->width)
+		if (!charset16 && 
+			state->linewidth + HORIZ_STEP(char_size[caching], char_len)
+		    	> state->width)
 		    break;
 	}
 
Index: kit/tfont.c
diff -u kit/tfont.c:1.40 kit/tfont.c:1.41
--- kit/tfont.c:1.40	Mon Dec  4 18:21:27 2000
+++ kit/tfont.c	Thu Mar 15 17:58:12 2001
@@ -26,7 +26,7 @@
  * SUCH DAMAGE.
  */
 /*
- * $Id: tfont.c,v 1.40 2000/12/04 09:21:27 nishida Exp $
+ * $Id: tfont.c,v 1.41 2001/03/15 08:58:12 nishida Exp $
  */
 
 #include "mgp.h"
@@ -397,8 +397,11 @@
 	TT_Close_Face(tface);
 	tffontcnt--;
 fail:
-	tf_curname[regid] = "";
-	tfcuridx = -1;
+	if (!charset16){
+		tf_curname[regid] = "";
+		tfcuridx = -1;
+	} else 
+		tf_mcurname = "";
 	return;
 }
 
Index: kit/image/gif.h
diff -u kit/image/gif.h:1.2 kit/image/gif.h:removed
--- kit/image/gif.h:1.2	Mon Dec 28 17:23:03 1998
+++ kit/image/gif.h	Mon Mar 19 05:10:02 2001
@@ -1,72 +0,0 @@
-/* gif.h:
- *
- * gifin.h
- * kirk johnson
- * november 1989
- * external interface to gifin.c
- *
- * Copyright 1989 Kirk L. Johnson (see the included file
- * "kljcpyrght.h" for complete copyright information)
- */
-
-/*
- * gifin return codes
- */
-#define GIFIN_SUCCESS       0   /* success */
-#define GIFIN_DONE          1   /* no more images */
-
-#define GIFIN_ERR_BAD_SD   -1   /* bad screen descriptor */
-#define GIFIN_ERR_BAD_SEP  -2   /* bad image separator */
-#define GIFIN_ERR_BAD_SIG  -3   /* bad signature */
-#define GIFIN_ERR_EOD      -4   /* unexpected end of raster data */
-#define GIFIN_ERR_EOF      -5   /* unexpected end of input stream */
-#define GIFIN_ERR_FAO      -6   /* file already open */
-#define GIFIN_ERR_IAO      -7   /* image already open */
-#define GIFIN_ERR_NFO      -8   /* no file open */
-#define GIFIN_ERR_NIO      -9   /* no image open */
-
-/*
- * colormap indices 
- */
-
-#define GIF_RED  0
-#define GIF_GRN  1
-#define GIF_BLU  2
-
-/*
- * typedef BYTE for convenience
- */
-
-typedef unsigned char BYTE;
-
-static int gifin_open_file();
-static int gifin_open_image();
-static int gifin_get_pixel();
-#if 0
-static int gifin_close_image();
-#endif
-static int gifin_close_file();
-static int gifin_load_cmap();
-static int gifin_skip_extension();
-static int gifin_read_data_block();
-static int gifin_push_string();
-static void gifin_add_string();
-static void gifin_fatal();
-
-/* #defines, typedefs, and such
- */
-
-#define GIF_SIG      "GIF87a"
-#define GIF_SIG_89   "GIF89a"
-#define GIF_SIG_LEN  6          /* GIF signature length */
-#define GIF_SD_SIZE  7          /* GIF screen descriptor size */
-#define GIF_ID_SIZE  9          /* GIF image descriptor size */
-
-#define GIF_SEPARATOR   ','     /* GIF image separator */
-#define GIF_EXTENSION   '!'     /* GIF extension block marker */
-#define GIF_TERMINATOR  ';'     /* GIF terminator */
-
-#define STAB_SIZE  4096         /* string table size */
-#define PSTK_SIZE  4096         /* pixel stack size */
-
-#define NULL_CODE  -1           /* string table null code */
Index: kit/sample/README
diff -u kit/sample/README:1.9 kit/sample/README:1.10
--- kit/sample/README:1.9	Thu Mar  9 15:04:05 2000
+++ kit/sample/README	Fri Mar 16 21:13:30 2001
@@ -8,9 +8,15 @@
 	tutorial.mgp		Operation guide of MagicPoint
 	gradation.mgp		Samples of gradation
 
-	dns.mgp			A sample of presentation material
 	v6.mgp			A sample of presentation material
 	sendmail6.mgp		A sample of presentation material
 	multilingual.mgp	A sample of multilingual features
 
 	embed.mgp		A sample of mgpembed
+
+Visualize these samples beautifully, TrueType fonts are necessary.
+
+	(1) Create "~/.mgprc" whose contents are:
+		tfdir "/path/to/truetype/fonts"
+	(2) Copy "times.ttf", "arial.ttf", and "cour.ttf" to "tfdir"
+	    http://microsoft.com/typography/fontpack/default.htm
Index: kit/sample/README.jp
diff -u kit/sample/README.jp:1.7 kit/sample/README.jp:1.9
--- kit/sample/README.jp:1.7	Fri Sep  4 21:13:23 1998
+++ kit/sample/README.jp	Sun Mar 18 03:27:35 2001
@@ -8,9 +8,19 @@
 	tutorial-jp.mgp		MagicPoint $B$NA`:nJ}K!$N@bL@(B
 	gradation-jp.mgp	$BGX7J$N%G%b(B
 
-	dns-jp.mgp		$BH/I=%U%!%$%k$N%5%s%W%k(B
 	v6-jp.mgp		$BH/I=%U%!%$%k$N%5%s%W%k(B
 	sendmail6-jp.mgp	$BH/I=%U%!%$%k$N%5%s%W%k(B
 	multilingual.mgp	$BB?8@8l5!G=$N%5%s%W%k(B
 
-	embed-jp.mgp		mgpembed $B$N%5%s%W%k(B
\ No newline at end of file
+	embed-jp.mgp		mgpembed $B$N%5%s%W%k(B
+
+$Be:No$KI=<($9$k$K$O(B TrueType $B%U%)%s%H$,I,MW$G$9!#(B
+
+	(1) "~/.mgprc" $B$r:n@.$7!"$=$NCf$K(B "tfdir" $B$r@_Dj$7$F2<$5$$!#(B
+		tfdir "/path/to/truetype/fonts"
+	(2) "tfdir" $B$K(B "times.ttf"$B!"(B"arial.ttf"$B!"(B"cour.ttf" $B$r%3%T!<(B
+	    $B$7$F2<$5$$!#(B
+		http://microsoft.com/typography/fontpack/default.htm
+	(3) "tfdir" $B$K(B "wadalab-gothic.ttf" $B$H(B "watanabenabe-mincho.ttf"
+	    $B$r%3%T!<$7$F2<$5$$!#(B
+		ftp://www.mew.org/MagicPoint/xtt-fonts_0.19981020-3.tar.gz
Index: kit/sample/cloud.gif
Index: kit/sample/dad.gif
Index: kit/sample/default.mgp
diff -u kit/sample/default.mgp:1.20 kit/sample/default.mgp:1.21
--- kit/sample/default.mgp:1.20	Mon Aug 30 17:09:37 1999
+++ kit/sample/default.mgp	Fri Mar 16 21:01:56 2001
@@ -1,23 +1,21 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
-%% "tfont" defs in this part is for those who have downloaded Microsoft
-%% TrueType fonts (or those who mounting Windows partition from your UNIX
-%% partiton).
-%% those are available at: http://microsoft.com/typography/fontpack/default.htm
-%% and they require Windows lisence to extract the archive.
+%% This default.mgp is "TrueType fonts" oriented.
+%% First, you should create "~/.mgprc" whose contents are:
+%%	tfdir "/path/to/truetype/fonts"
 %%
-%% If you got Computer Modern fonts in TrueType format, you may want to
-%% use the following settings:
-%%	"cmss10.ttf" for standard, "cmssbx10.ttf" for thick,
-%%	"cmtt10.ttf" for typewriter
-%% CM fonts are avaiable at CTAN mirros, pub/CTAN/fonts/cm/ps-type1/bakoma/ttf.
-%% unlike MS ones, it does not require Windows license!
+%% To visualize English, install "times.ttf", "arial.ttf", and "cour.ttf"
+%% into the "tfdir" directory above:
+%%	http://microsoft.com/typography/fontpack/default.htm
 %%
-%% see README.fonts{,.jp} for more detailed milage you take.
+%% To visualize Japanese, install "wadalab-gothic.ttf" and 
+%% "watanabenabe-mincho.ttf" into the "tfdir" directory above:
+%%	http://www.mew.org/mgp/xtt-fonts_0.19981020-3.tar.gz
 %%
-%deffont "standard" xfont "helvetica-medium-r", vfont "goth", tfont "arial.ttf", tmfont "wadalab-gothic.ttf"
-%deffont "thick" xfont "helvetica-bold-r", vfont "goth", tfont "arialbd.ttf", tmfont "wadalab-gothic.ttf"
-%deffont "typewriter" xfont "courier-medium-r", vfont "goth", tfont "courbd.ttf", tmfont "wadalab-gothic.ttf"
+%deffont "standard" xfont "helvetica-medium-r", tfont "times.ttf", tmfont "wadalab-gothic.ttf"
+%deffont "thick" xfont "helvetica-bold-r", tfont "arial.ttf", tmfont "wadalab-gothic.ttf"
+%deffont "typewriter" xfont "courier-medium-r", tfont "cour.ttf", tmfont "wadalab-gothic.ttf"
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
 %% Default settings per each line numbers.
 %%
@@ -25,6 +23,7 @@
 %default 2 size 7, vgap 10, prefix " "
 %default 3 size 2, bar "gray70", vgap 10
 %default 4 size 5, fore "white", vgap 30, prefix " ", font "standard"
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%
 %% Default settings that are applied to TAB-indented lines.
 %%
Index: kit/sample/dns-jp.mgp
diff -u kit/sample/dns-jp.mgp:1.5 kit/sample/dns-jp.mgp:removed
--- kit/sample/dns-jp.mgp:1.5	Fri Sep  4 21:33:18 1998
+++ kit/sample/dns-jp.mgp	Mon Mar 19 05:10:03 2001
@@ -1,130 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%%	This file is automatically created from the file
-%%	main.pre modified at Fri Jan 23 14:31:24 1998
-%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%include "default.mgp"
-%% "noop" cancels definitions in default.mgp
-%default 1 left, size 7, fore "light yellow", back "blue4", font "standard", ccolor "white", vgap 35
-%default 2 noop
-%default 3 fore "white", bar "gray70", vgap 10
-%default 4 noop
-%tab 1 noop
-%tab 2 noop
-%tab 3 noop
-%%%
-%page
-%nodefault
-%fore "red", back "blue4", size 9, vgap 15
-%center, fore "yellow", font "thick"
-%ccolor "white"
-
-
-
-Root DNS `M' $B$K$D$$$F(B
-
-%size 6, fore "red", font "thick"
-$B2CF#(B   $BO/(B
-
-%size 5, fore "white", font "standard"
-$BEl5~Bg3XBg7?7W;;5!%;%s%?!<(B
-
-
-%font "typewriter"
-kato@wide.ad.jp
-%font "standard"
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%page
-
-%back "blue4"
-  $B7P0^(B (1)
-%fore "red", size 6, font "thick"
-   $B!y(B Root DNS
-%fore "white", size 5, font "standard"
-       $B!&(B $B#9Bf$G1?MQ(B
-%fore "white", size 5, font "standard"
-          $B!](B $B#8Bf$,(B US
-          $B!](B Stockholm $B$K#1Bf(B
-%fore "white", size 5, font "standard"
-       $B!&(B $B:GBg$G#1#3Bf(B
-%fore "white", size 5, font "standard"
-          $B!](B $B%Q%1%C%HD9$N@)Ls(B
-%fore "red", size 6, font "thick"
-   $B!y(B Root DNS $B$N1?MQ4p=`(B
-%fore "white", size 5, font "standard"
-       $B!&(B RFC 2010
-       $B!&(B gTLD $B$H$N4X78(B
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%page
-
-%back "blue4"
-  $B7P0^(B (2)
-%fore "red", size 6, font "thick"
-   $B!y(B IEPG $B$G3HD%$r8!F$(B
-   $B!y(B $B%h!<%m%C%QCO0h(B
-%fore "white", size 5, font "standard"
-       $B!&(B LINX $B$K?7@_(B : 1997 $BG/(B 4 $B7n(B
-%fore "white", size 5, font "standard"
-          $B!](B RIPE/NCC $B$,4IM}(B
-          $B!](B `K'
-%fore "red", size 6, font "thick"
-   $B!y(B $B%"%8%"B@J?MNCO0h(B
-%fore "white", size 5, font "standard"
-       $B!&(B NSPIXP-2 $B!'(B 1997 $BG/(B 8 $B7n(B
-%fore "white", size 5, font "standard"
-          $B!](B WIDE $B$,4IM}(B
-          $B!](B `M'
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%page
-
-%back "blue4"
-  `M'
-%fore "red", size 6, font "thick"
-   $B!y(B $B9=@.(B
-%fore "white", size 5, font "standard"
-       $B!&(B $B#2Bf$N(B PentiumPro 200MHz
-       $B!&(B Primary/Backup$B!"(B $B<+F0@Z$jBX$((B
-%fore "red", size 6, font "thick"
-   $B!y(B Root-only $B%5!<%P(B
-%fore "white", size 5, font "standard"
-       $B!&(B 
-%cont, font "typewriter"
-202.12.27.33
-%font "standard"
-       $B!&(B 400 $B!A(B 500 query/sec
-%fore "red", size 6, font "thick"
-   $B!y(B $B1?MQ4IM}(B
-%fore "white", size 5, font "standard"
-       $B!&(B WIDE $B$*$h$S(B ISP $BM-;V(B
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%page
-
-%back "blue4"
-  $B$*4j$$(B
-%fore "red", size 6, font "thick"
-   $B!y(B $B:G?7$N(B root.cache $B$NF~$l49$((B
-%fore "white", size 5, font "standard"
-       $B!&(B 
-%cont, font "typewriter"
-1997082200
-%fore "red", size 6, font "thick"
-   $B!y(B Named $B$N99?7(B
-%fore "white", size 5, font "standard"
-       $B!&(B 4.9.6/8.8.1
-%fore "red", size 6, font "thick"
-   $B!y(B $BM7$P$J$$$G!'(B
-%fore "white", size 5, font "standard"
-       $B!&(B 
-%cont, font "typewriter"
-ping/traceroute
-%font "standard"
-       $B!&(B 
-%cont, font "typewriter"
-telnet/spray/...
-%fore "red", size 6, font "thick"
-   $B!y(B Thanks to
-%fore "white", size 5, font "standard"
-       $B!&(B $BF|K\(B Cisco/$BB?$/$N(B ISP
-       $B!&(B `M' $B4IM}%0%k!<%W(B
Index: kit/sample/embed-jp.mgp
diff -u kit/sample/embed-jp.mgp:1.2 kit/sample/embed-jp.mgp:1.3
--- kit/sample/embed-jp.mgp:1.2	Sat Aug 28 04:09:34 1999
+++ kit/sample/embed-jp.mgp	Fri Mar 16 23:58:32 2001
@@ -37,7 +37,7 @@
 %center
 %image "mgp3.xbm"
 
-%left
+%leftfill
 $B>e$N%$%a!<%8$O(B 'mgp3.xdm' $B$G$9!#(B
 $B$3$l$OGr9u%$%a!<%8$G$9!#(B
 gzip $B$K$+$1$i$l$?8e<h$j9~$^$l$^$7$?!#(B
Index: kit/sample/embed.mgp
diff -u kit/sample/embed.mgp:1.4 kit/sample/embed.mgp:1.5
--- kit/sample/embed.mgp:1.4	Sat Aug 28 04:09:36 1999
+++ kit/sample/embed.mgp	Fri Mar 16 23:58:32 2001
@@ -37,7 +37,7 @@
 %center
 %image "mgp3.xbm"
 
-%left
+%leftfill
 The image above is 'mgp3.xdm'.
 This is a monocrome image.
 It is included after gzipped.
Index: kit/sample/mgp-old1.gif
Index: kit/sample/mgp-old2.gif
Index: kit/sample/mgp-old3.gif
Index: kit/sample/mgp1.gif
Index: kit/sample/mgp2.gif
Index: kit/sample/mgp3.gif
Index: kit/sample/sample-fr.mgp
diff -u kit/sample/sample-fr.mgp:1.5 kit/sample/sample-fr.mgp:1.6
--- kit/sample/sample-fr.mgp:1.5	Sat Aug 28 04:09:47 1999
+++ kit/sample/sample-fr.mgp	Fri Mar 16 23:58:32 2001
@@ -96,17 +96,15 @@
 
 %size 4, fore "red", center
 
-%xfont "times-medium-r", tfont "times.ttf"
-Voici  times-medium-r
+%font "standard"
+Times
 
-%xfont "times-medium-i", tfont "timesi.ttf"
-Voici  times-medium-i
+%font "thick"
+Arial
 
-%xfont "times-bold-r", tfont "timesbd.ttf"
-Voici times-bold-r
+%font "typewriter"
+Courier
 
-%xfont "times-bold-i", tfont "timesbi.ttf"
-Voici  times-bold-i
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 
@@ -199,9 +197,8 @@
 
 Bonne journée. 
 
-	Allez voir
-		
-%cont, font "typewriter"
-http://www.mew.org/mgp/
+    Allez voir
+%font "typewriter"
+        http://www.mew.org/mgp/
 %font "standard"
-	pour de nouvelles aventures.
+    pour de nouvelles aventures.
Index: kit/sample/sample-jp.mgp
diff -u kit/sample/sample-jp.mgp:1.30 kit/sample/sample-jp.mgp:1.34
--- kit/sample/sample-jp.mgp:1.30	Sun Nov 28 23:40:24 1999
+++ kit/sample/sample-jp.mgp	Fri Mar 16 23:58:32 2001
@@ -99,27 +99,17 @@
 	$B$5$^$6$^$J%U%)%s%H$,;XDj$G$-$^$9(B
 
 %size 5, fore "red", center
-%vfont "min"
+%font "standard"
 $B$3$l$OL@D+(B
-%vfont "minsl"
-$B$3$l$OL@D+<P;z(B
-%vfont "goth"
+%font "thick"
 $B$3$l$O%4%7%C%/(B
-%vfont "gothsl"
-$B$3$l$O%4%7%C%/<P;z(B
 %size 4
-%xfont "times-medium-r", tfont "times.ttf"
-This is times-medium-r
-%xfont "helvetica-medium-r", tfont "arial.ttf"
-This is helvetica-medium-r
-%xfont "courier-medium-r", tfont "cour.ttf"
-This is courier-medium-r
-%xfont "times-medium-i", tfont "timesi.ttf"
-This is times-medium-i
-%xfont "times-bold-r", tfont "timesbd.ttf"
-This is times-bold-r
-%xfont "times-bold-i", tfont "timesbi.ttf"
-This is times-bold-i
+%font "standard"
+This is Times
+%font "thick"
+This is Arial
+%font "typewriter"
+This is Courier
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 
@@ -132,18 +122,18 @@
 %cont, fore "green", font "thick", size 8
 $B@>ED(B
 %cont, fore "red", font "typewriter", size 6
-$B$G$9!#(B
+$B$G$9(B
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 
 $B9T$N@^$j6J$2(B
 
-	$B$3$s$J$U$&$K$H$F$bD9$$9T$b$-$A$s$H@^$j6J$2$FI=<($7$F$$$^$9!#%=!<%9%3!<%ICf$G$O$3$3$O(B1$B9T$H$7$F=q$+$l$F$$$^$9!#(B
+	$B$3$s$J$U$&$K$H$F$bD9$$9T$b$-$A$s$H@^$j6J$2$FI=<($7$F$$$^$9!#%=!<%9%3!<%ICf$G$O$3$3$O(B1$B9T$H$7$F=q$+$l$F$$$^$9(B
 		$B$3$3$,<!$N9T$G$9!#CJ$,?<$/$F$b$[$iBg>fIW!#(B\
-UNIX$B$H$$$&$/$i$$$G!"%=!<%9$N9T$O(Bbackslash$B$GO"7k$G$-$^$9!#(B
+UNIX$B$H$$$&$/$i$$$G!"%=!<%9$N9T$O%P%C%/%9%i%C%7%e$GO"7k$G$-$^$9(B
 	A quick brown fox jumps over the lazy dog.  A quick brown fox jumps over the lazy dog.
 
-		$B9TKv6XB'(B($B!V!#!W$H$+$r9TF,$K$@$5$J$$(B)$B$7$F$^$9!#(Bwindow$BI}$r$+$($F$_$F$M(B
+		$B9TKv6XB'(B($B!V!#!W$H$+$r9TF,$K$@$5$J$$(B)$B$7$F$^$9!#%&%$%s%I%&$NI}$r$+$($F$_$F$M(B
 		$B1Q8l$OC18lC10L$G2~9T$7$^$9(B
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %PAGE
@@ -155,7 +145,8 @@
 %CENTER
 %IMAGE "cloud.jpg"
 
-$B$3$l$OAp4"@i>=$5$s$N:nIJ$G$9!#$"$j$,$H$&!#(B
+$B$3$l$OAp4"@i>=$5$s$N:nIJ$G$9(B
+$B$"$j$,$H$&(B
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %PAGE
@@ -282,6 +273,9 @@
 	$B%Z!<%8$r0\$k$H(Bxeyes$B$O;`$K$^$9(B
 	($B;&$5$J$$@_Dj$b$G$-$^$9(B)
 
+%leftfill, size 3
+MagicPoint $B$r(B "-g" $B%*%W%7%g%sIU$-$G5/F0$7$F$$$k>l9g$O!"<!$N%Z!<%8$K$$$/$?$a$K%/%j%C%/$7$F2<$5$$!#(BSPC $B$,8z$+$J$$>l9g$,$"$j$^$9(B
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %PAGE
 
@@ -291,10 +285,11 @@
 
 %xsystem "xeyes -geometry %50x10+25+60"
 
-	$B%;%s%?%j%s%0$b0l1~$G$-$^$9!#(B
+	$B%;%s%?%j%s%0$b0l1~$G$-$^$9(B
 
 %center
 %xsystem "xclock -geometry %30x30+25+60 -update 1 -bg black -fg blue -hands green"
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%% %PAGE
 %%% 
@@ -314,8 +309,8 @@
 
 $B$=$NB>$N5!G=(B
 
-	$B2hA|$r(Btab command$B$K;XDj$G$-$^$9!#(B
-	itemize$BMQ%"%$%3%s(B(
+	$B2hA|$r(B tab $B%3%^%s%I$K;XDj$G$-$^$9(B
+	$B2U>r=q$-MQ%"%$%3%s(B(
 %cont
 %icon box "green" 50
 %icon arc "green" 50
@@ -324,14 +319,14 @@
 %icon delta3 "green" 50
 %icon delta4 "green" 50
 %icon dia "green" 50
-)$B$,IA$1$^$9!#(B
+)$B$,IA$1$^$9(B
 	$BB0@-$,:.$6$C$?%F%-%9%H$b@5$7$/%;%s%?%j%s%0$G$-$^$9(B
 %center
 $B;d$NL>A0$O(B
 %cont, fore "green", font "thick", size 8
 $B@>ED(B
 %cont, fore "red", font "typewriter", size 6
-$B$G$9!#(B
+$B$G$9(B
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %PAGE
 %pcache 1 1 0 0
@@ -348,7 +343,7 @@
 %cont, fore "red"
 pcache
 %cont, fore "yellow"
-" directive$B$r;H$&(B
+" $B%3%^%s%I$r;H$&(B
 
 	$B%-%c%C%7%e5!G=$K$h$jIA2h=hM}$,9bB.$K$J$j$^$9(B
 		SPC$B%-!<$r2!$7$F2<$5$$(B
@@ -372,10 +367,10 @@
 %font "typewriter"
         http://www.Mew.org/mgp/
 %font "standard"
-    $B$K7G<($5$l$^$9$N$G8fMw$/$@$5$$!#(B
+    $B$K7G<($5$l$^$9$N$G8fMw$/$@$5$$(B
 
     $B%3%a%s%H$,$"$l$P(B
 %font "typewriter"
         mgp-users-jp@Mew.org
-%%font "standard"
+%font "standard"
     $B$^$GAw$C$F2<$5$$(B
Index: kit/sample/sample.mgp
diff -u kit/sample/sample.mgp:1.22 kit/sample/sample.mgp:1.26
--- kit/sample/sample.mgp:1.22	Sat Aug 28 04:09:49 1999
+++ kit/sample/sample.mgp	Fri Mar 16 23:58:32 2001
@@ -91,17 +91,15 @@
 
 %size 4, fore "red", center
 
-%xfont "times-medium-r", tfont "times.ttf"
-This is times-medium-r
+%font "standard"
+This is Times
 
-%xfont "times-medium-i", tfont "timesi.ttf"
-This is times-medium-i
+%font "thick"
+This is Arial
 
-%xfont "times-bold-r", tfont "timesbd.ttf"
-This is times-bold-r
+%font "typewriter"
+This is Courier
 
-%xfont "times-bold-i", tfont "timesbi.ttf"
-This is times-bold-i
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 
@@ -188,6 +186,9 @@
 	No duplicated subprocess for one declaration.
 	Geometry can be presentation-screen relative.
 	xeyes will vanish if you switch the page.
+
+If you executed MagicPoint with the "-g" option, click to go to the next page. SPC may not work in this case
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %PAGE
 
@@ -198,6 +199,7 @@
 	An example
 %center
 %xsystem "xclock -geometry %30x30+25+60 -update 1 -bg black -fg blue -hands green"
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %PAGE
 %PCACHE 1 1 0 30
@@ -224,9 +226,8 @@
 
 Have a nice day!
 
-	Visit
-		
-%cont, font "typewriter"
-http://www.mew.org/mgp/
+    Visit
+%font "typewriter"
+       http://www.mew.org/mgp/
 %font "standard"
-	for upcoming information.
+    for upcoming information.
Index: kit/sample/sendmail6-jp.mgp
diff -u kit/sample/sendmail6-jp.mgp:1.1 kit/sample/sendmail6-jp.mgp:1.3
--- kit/sample/sendmail6-jp.mgp:1.1	Fri Sep  4 20:27:39 1998
+++ kit/sample/sendmail6-jp.mgp	Fri Mar 16 21:01:57 2001
@@ -2,10 +2,10 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 %nodefault
-%size 7, font "standard", fore "white", vgap 20
+%size 7, font "standard", fore "white", center
 
-%center
 
+
 IPv4/v6 $B4D6-$G$N(B SMTP 
 
 %size 4
@@ -50,8 +50,6 @@
 c.v6.wide.ad.jp. IN AAAA 3ffe:0501:1000::1
 c.v4.wide.ad.jp. IN A 203.178.137.73
 
-%font "standard"
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 
@@ -79,5 +77,4 @@
 		$B%I%K%e%a%s%H$r=q$/(B
 
 	$B0BA4$N$?$a$K!"(Bv6 $BMQ$N%I%a%$%s$rJ,$1$k(B
-%font "typewriter"
 		v6.wide.ad.jp
Index: kit/sample/sendmail6.mgp
diff -u kit/sample/sendmail6.mgp:1.5 kit/sample/sendmail6.mgp:1.7
--- kit/sample/sendmail6.mgp:1.5	Fri Sep  4 20:26:09 1998
+++ kit/sample/sendmail6.mgp	Fri Mar 16 21:01:57 2001
@@ -2,10 +2,11 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 %nodefault
-%size 7, font "standard", fore "white", vgap 20
+%size 7, font "standard", fore "white", center
 
-%center
 
+
+
 Issues in SMTP over IPv4/v6 
 
 
@@ -51,8 +52,6 @@
 c.v6.wide.ad.jp. IN AAAA 3ffe:0501:1000::1
 c.v4.wide.ad.jp. IN A 203.178.137.73
 
-%font "standard"
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 
@@ -80,5 +79,4 @@
 		Informational document -> to be done
 
 	For safety, use "v6" prefix in domain name for experiment
-%font "typewriter"
 		v6.wide.ad.jp
Index: kit/sample/v6-jp.mgp
diff -u kit/sample/v6-jp.mgp:1.13 kit/sample/v6-jp.mgp:1.15
--- kit/sample/v6-jp.mgp:1.13	Sat Aug 28 04:09:53 1999
+++ kit/sample/v6-jp.mgp	Fri Mar 16 21:01:57 2001
@@ -3,7 +3,6 @@
 %page
 %nodefault
 %size 7, font "standard", fore "white", vgap 20
-%back "blue"
 
 %center
 
@@ -59,7 +58,7 @@
 %image "v6header.eps" 800x600
 %%image "v6header.jpg" 800x600
 
-%left
+%leftfill
 		$B%"%I%l%9D9$O(B 4 $BG\!"%X%C%@D9$O(B 2 $BG\(B
 		$B%*%W%7%g%s$O3HD%%X%C%@$G<B8=(B
 		$BCf7Q8B3&?t$O:GBg(B 255
@@ -73,7 +72,7 @@
 %image "dad.eps" 800x600
 %%image "dad.jpg" 800x600
 
-%left
+%leftfill
 	$B6aNYMW@A$r=P$9(B
 		$B=*E@%"%I%l%9$O!"MW@A%^%k%A%-%c%9%H!&%"%I%l%9(B
 		$B;OE@%"%I%l%9$O!"L$;XDj%"%I%l%9(B (::)
Index: kit/sample/v6.mgp
diff -u kit/sample/v6.mgp:1.3 kit/sample/v6.mgp:1.5
--- kit/sample/v6.mgp:1.3	Sat Aug 28 04:09:54 1999
+++ kit/sample/v6.mgp	Fri Mar 16 21:01:57 2001
@@ -2,13 +2,13 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %page
 %nodefault
-%size 7, font "standard", fore "white", vgap 20
-%back "blue"
+%size 7, font "standard", fore "white", vgap 20, center
 
-%center
 
 
-Overview of IPv6 and Recent Activities on 6bone
+Overview of IPv6
+and
+Recent Activities on 6bone
 
 
 
@@ -59,7 +59,7 @@
 %image "v6header.eps" 800x600
 %%image "v6header.jpg" 800x600
 
-%left
+%leftfill
 		4 times for address length, twice of header length
 		Options are implemented by extension headers
 		Maximum Hop Limit is 255
@@ -73,7 +73,7 @@
 %image "dad.eps" 800x600
 %%image "dad.jpg" 800x600
 
-%left
+%leftfill
 	Sending Neighbor Solicitation Message
 		Dst is Solicitation Multicast Address
 		Src is Unspecified Address (::)
Index: kit/sample/v6header.gif
