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 Sep  6 05:10:03 1999
@@ -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/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 Sep  6 05:10:05 1999
@@ -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/contrib/mgp2html.pl.in
diff -u kit/contrib/mgp2html.pl.in:1.11 kit/contrib/mgp2html.pl.in:1.12
--- kit/contrib/mgp2html.pl.in:1.11	Wed Jun  9 18:24:27 1999
+++ kit/contrib/mgp2html.pl.in	Mon Aug 30 17:20:15 1999
@@ -2,7 +2,7 @@
 
 # mgp2html.pl
 # converts MagicPoint input file to simple dumb html file.
-# $Id: mgp2html.pl.in,v 1.11 1999/06/09 09:24:27 nishida Exp $
+# $Id: mgp2html.pl.in,v 1.12 1999/08/30 08:20:15 itojun Exp $
 #
 # Copyright (C) 1997 and 1998 WIDE Project.  All rights reserved.
 # 
@@ -242,6 +242,7 @@
 		&output_eol;
 		&doindent($i); 
 		if (length($str)) {
+			$str =~ s/http:\/\/\S*/<A HREF=$&>$&<\/A>/g;
 			if ($indent) {
 				print "\t" x $indent . "<LI>" . $str;
 				$endline = "\n";
@@ -256,6 +257,7 @@
 	} else {
 		$endline = "";
 		if (length($str)) {
+			$str =~ s/http:\/\/\S*/<A HREF=$&>$&<\/A>/g;
 			print $str;
 			$outputsomething++;
 		}
Index: kit/sample/Imakefile.in
diff -u kit/sample/Imakefile.in:1.3 kit/sample/Imakefile.in:1.4
--- kit/sample/Imakefile.in:1.3	Fri Feb 13 16:49:22 1998
+++ kit/sample/Imakefile.in	Mon Aug 30 17:07:18 1999
@@ -1,7 +1,7 @@
 InstallNonExecFile(default.mgp,$(LIBDIR)/mgp)
-InstallNonExecFile(mgp1.gif,$(LIBDIR)/mgp)
-InstallNonExecFile(mgp2.gif,$(LIBDIR)/mgp)
-InstallNonExecFile(mgp3.gif,$(LIBDIR)/mgp)
+InstallNonExecFile(mgp1.jpg,$(LIBDIR)/mgp)
+InstallNonExecFile(mgp2.jpg,$(LIBDIR)/mgp)
+InstallNonExecFile(mgp3.jpg,$(LIBDIR)/mgp)
 
 distclean::	clean
 	-/bin/rm -f Imakefile Makefile
Index: kit/sample/cloud.gif
Index: kit/sample/dad.gif
Index: kit/sample/default.mgp
diff -u kit/sample/default.mgp:1.19 kit/sample/default.mgp:1.20
--- kit/sample/default.mgp:1.19	Mon Jun  7 02:55:24 1999
+++ kit/sample/default.mgp	Mon Aug 30 17:09:37 1999
@@ -15,9 +15,9 @@
 %%
 %% see README.fonts{,.jp} for more detailed milage you take.
 %%
-%deffont "standard" xfont "helvetica-medium-r", vfont "goth", tfont "arial.ttf"
-%deffont "thick" xfont "helvetica-bold-r", vfont "goth", tfont "arialbd.ttf"
-%deffont "typewriter" xfont "courier-medium-r", vfont "goth", tfont "courbd.ttf"
+%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"
 %%
 %% Default settings per each line numbers.
 %%
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/v6header.gif
