configure			+
Makefile.generic		+
examples/ Makefile.generic	+
test/ Makefile.generic		+
	Added a generalized set of makefiles for sites w/out Imake (4/27/97)

eps.c
	Fixed a minor bug in axis labeling.  (4/27/97)

cdliraf.c
cdlfits.c
	Initialized z1/z2 values in display procedures (4/25/97)

cdl.c
cdlmark.c
	The DLHead/DLtail structures were being accessed as one-indexed
	arrays, changed so they're zero-index and won't overflow the
	allocation. (4/25/97)

comm.c
	Fixed a bug where the fbconfig was being passed in incorrectly in
	a clear-frame request.  Caused a "shifted buffer" effect on SAOimage
	in subsequent calls to the display example. (4/24/97)

comm.c
doc/cdlref.ms
doc/cdlref.ps
	Fixed a bug in the encoding of the frame number as it's passed to
	the server, caused display to frames 3-4 to fail. Updated docs.
	(4/22/97)

cdl.c
	Removed the imd_setWCS() call from the cdl_open() procedure to
	avoid reinitialize the frame buffers in the server.  This would
	erase previously displayed frames  e.g. in the display example
	when using an FB larger than the default.  (4/13/97)

cdl.c
cdl_f.c
doc/cdlref.ms
doc/cdlref.ps
	Changed the behavior of the cdl_open() procedure (C and F77) to check
	automatically for the IMTDEV variable if passed a NULL arg.  Also
	fixed a bug in the fortran interface string stripping procedure intro-
	duced by the earlier bug fix.  (3/29/97)

cdl_f.c
	Fixed bug in string passing.  Fortran appends a 'hidden' string
	length argument that was not being used and strings were being
	truncated or assumed to be a certain length improperly.  Also
	modified CDF_OPEN to handle an empty string properly (the ftn
	getenv procedure doesn't always return a NULL, just an empty
	string). (3/27/97)

examples/fdisplay.f
examples/ftvmark.f
	Modified to show use of IMTDEV environment variable for making
	the server connection. (3/27/97)

eps.c
	Added a grestore to the prolog to workaround a bug on Digital
	Printerserver 17 printers.  (3/27/97)

cdlfits.c
	Fixed a bug in the reading of FITS files with BSCALE/BZERO (3/18/97)

cdl_f.c
	Removed an errant cdl arg to CDF_CLOSE (3/12/97)

imd.c
eps.c
cdl.h
comm.c
test/imdtest.c
	Ifdef'd uchar typedef for AIX systems. (3/12/97)

cdliraf.c
examples/display.c
	Ifdef'd <sys/types.h> include for lseek on Ultrix systems (3/12/97)

cdliraf
comm.c
	SAOimage assumes that a ClearFrame request passes the fbconfig
	number in the tid field of the packet, XImtool doesn't.  This
	is also what IRAF does so the FEEDBACK unit now also passes in
	the fbconfig as well.  (2/28/97)

cdl.c
comm.c
	Added debugging output to print each header packet for comm 
	interface. (2/28/97)

cdliraf.c
	Fixed one bug causing a segvio for odd sized images, fixed another
	affecting image with padding in the pixels. (2/27/97)

examples/display.c
	Enabled -fbconfig flag for iraf format (2/27/97)

cdl.c
	Changed a debug print so 'imtdev' isn't printed directly if it's
	NULL, causes a segvio on Sol2.5 systems.  (2/27/97)

examples/Imakefile
	Needed to add "-lnsl -lsocket" for Solaris linking. (2/27/97)

Imakefile
	Added a "HasSunC" check for Solaris check since the extra flags are
	only needed by SunPRO compilers, not GCC.  (2/26/97)

------------------------------------------------------------------------------
V1.0 Beta released.  (2/26/97)
