2003-06-10  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* configure.ac: Bumped package version to 1.2.0.9.

2003-04-26  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* fpx/ptil_fpx.cpp (WriteHeader): One of the BSD patches had
	wrong code. The type of compressTableGroup is 'unsigned int' so
	it is pointless to range-check for values outside of 0-255 at
	all.  The bad patch failed to assign a value.
	* fpxlib.h: Borland C already has typedefs for WCHAR.

2003-04-25  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Applied patches from Mikhail Teterin to resolve buffer alignment
	problems under Solaris/SPARC (and likely other processor types),
	and to aid with compilation using the Sun Forte C++ compiler.

2003-04-23  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* configure.ac: Bumped package version to 1.2.0.8.
	* Updated to libtool 1.5 release.
	* configure.ac: Add <sys/param.h> as a dependency when testing
	for <sys/mount.h>.
	* ole/gen_guid.cpp, basics/b_string.cpp, basics/mac_comp.h,
	fpx/buffdesc.cpp, ri_image/priimage.h, ri_image/ptile.h,
	fpx/ptil_fpx.cpp, ri_image/corr_lut.cpp, ri_image/ptile.cpp,
	oless/h/dir.hxx, oless/wchar.c: Applied FreeBSD ports patches
	except that native types are substituted for types from stdint.h
	since stdint.h is too new to improve portability.	
	* configure.ac: Add check for <sys/time.h>
	* ole/gen_guid.cpp: Include <sys/time.h> if HAVE_SYS_TIME_H
	is defined.

2003-04-12  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* configure.ac: Add checks for sys/statfs.h, sys/param.h,
	and sys/mount.h, where a definition for 'struct statfs'
	may be hiding.
	* basics/a_file.cpp: Find struct statfs for FreeBSD.
	* basics/filename.cpp: Find struct statfs for FreeBSD.
	* oless/h/vect.hxx: Don't include <malloc.h> since it
	is replaced by <stdlib.h> according to the ANSI C standard.

2003-03-09  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* fpx/f_fpxvw.cpp (OleRegGetUserType): Needed to copy
	constant string to allocated buffer rather than assigning
	pointer to constant string.
	(CreateCompObj): Since lpszNew is deleted, it must always
	be allocated via new, rather than sometimes being assigned to
	a constant or automatic string.

2002-12-18  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Updated to automake 1.7.2
	* Updated to autoconf 2.57

2002-11-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Updated to autoconf 2.56

2002-11-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Updated to autoconf 2.55
	* Switched to using standard C++ headers.  Define
        USE_LEGACY_INCLUDES to use legacy headers.

2002-11-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Significantly reduced warnings with g++ -Wall.

2002-11-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

        * Updated to autoconf 2.54
        * Updated to automake 1.7.1
	* Updated to libtool 1.4e (1.1148 2002/10/28 15:38:37)

2002-03-12  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

        * Updated to autoconf 2.53
        * Updated to automake 1.6

2002-03-02  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Expanded tabs in sources to spaces (two spaces per tab) and
 	reduced the number of warnings when compiling with gcc 3.0.4.

2000-12-22  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Added build environment based on Autoconf, Automake, and Libtool.
	

