1999-09-08  SHIRASAKI Yasuhiro  <yasuhiro@awa.tohoku.ac.jp>

	* clients/pswrap/lexer.l: remove $ from PS comment handling.

1999-09-07  Masatake YAMATO  <masata-y@is.aist-nara.ac.jp>

	* Use libtool 1.3.3 and regenerate files.

1999-09-05  Masatake YAMATO  <masata-y@is.aist-nara.ac.jp>
        
	* demos/texteroids/texteroids.c (CheckHit): 
	(main): 
	Correct Adam's `correction of transform from X 
	coordinates'.  
	See the entry, `1999-04-26  Adam Fedor  <fedor@gnu.org>)'

1999-08-25  SHIRASAKI Yasuhiro  <yasuhiro@awa.tohoku.ac.jp>
 
 	* lib/dps/XDPS.c.orig, lib/dps/cslibint.[ch]:
 	correct XDPSLIOProcs initializer.
 	* demos/xepsf/xepsf.c, demos/dpsexec/dpsexec.c,
 	demos/texteroids/texteroids.c: main should return int.
 
1999-08-04  SHIRASAKI Yasuhiro  <yasuhiro@awa.tohoku.ac.jp>

	* clients/pswrap/pswfile.c: #include its own header file for output.

1999-08-01  SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp>

	* lib/dps/csconndi.c (MakeUNIXSocketConnection,MakeTCPConnection):
	Check return value for setsockopt.

1999-08-01  Masatake YAMATO  <masata-y@is.aist-nara.ac.jp>

        Applied another patch sent from SHIRASAKI Yasuhiro<yasuhiro@awa.tohoku.ac.jp>.
	* lib/dps/csconndi.c (MakeUNIXSocketConnection): Use sockaddr_un only.

	The structure members are changed between 4.4BSD(?) and 4.3BSD.
	
1999-08-01  Masatake YAMATO  <masata-y@is.aist-nara.ac.jp>

	Applied a patch sent from SHIRASAKI Yasuhiro<yasuhiro@awa.tohoku.ac.jp>.

	* demos/xepsf/Makefile.am (xepsf_LDADD): Change the order of linking
	libraries.

	* clients/makepsres/makepsres.c: Added __FreeBSD__ to a if-defined list.
	
1999-04-26  Adam Fedor  <fedor@gnu.org>

	* demos/texteroids/texteroids.c (CheckHit): Correct transform from
	from X coordinates (ITransform).
	(main): Likewise.

Mon Mar  8 20:24:14 1999  Masatake YAMATO  <masata-y@toripc2.aist-nara.ac.jp>

	* clients/pswrap/lexer.l (yywrap): Remove '#if 0' and '#endif'.
	Use YY_START and INITIAL instead of yybgin and yysvec.

	The #if block might be introduced in dgs-0.5.0. The reason might be
	yybgin and yysvec doesn't portable enough. 

	* include/DPS/dpsconfig.h: Checked i386 and __i386__.

	These modification came from BALATON Zoltan's<balaton@eik.bme.hu>
 	client patch.

Mon Mar  8 02:21:17 1999  Masatake YAMATO  <masata-y@toripc2.aist-nara.ac.jp>

	* clients/pswrap/Makefile.am (EXTRA_DIST): Added lex and yacc files.
	These files are not needed to build because generated C files are 
	added to the distribution by automake. However generated C files are 
	referred to check dependences by make.
	(CLEANFILES): Don't remove gen_sources.
	(pswrap_SOURCES): Put '\' after pswsemantics.c.

1998-02-07  Thomas Tanner  <tanner@gmx.de>

	* Use autoconf/automake/libtool
