2007-05-10  Andrew Janke <a.janke@gmail.com>

	* Added epm-header.in

2006-11-28  Jason Lerch  <jason@bic.mni.mcgill.ca>

	* lib/bicInventor/object.*: added function to convert iv meshes to
	bic polygons
	* tools/iv2bicobj.cc: new tool to convert iv meshes to bic polygons.
	* bumped version number to 0.3
	
2006-06-13  Jonathan Harlap <jharlap@bic.mni.mcgill.ca>

	* lib/bicInventor.h: Add #include <bicpl.h>

2001-11-07  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* lib/bicInventor.cc:
	* lib/bicInventor/ObjectConverters.h: Removed.  Contents 
	moved to ...

	* lib/bicInventor/object.h:
	* lib/bicInventor/object.cc:
	* lib/bicInventor/texture.cc: ... here.

2001-11-05  Steve ROBBINS  <stever@bic.mni.mcgill.ca>

	* lib/bicInventor.h: 
	* lib/bicInventor.cc (bic_graphics_file_to_iv): Add const
	qualifier to filename argument.

	* tools/bicobj2iv.cc: Qualify cerr, etc, with std::.

2001-11-01  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* lib/bicInventor.cc (bic_vertex_info_to_texture_coordinate): 
	Add const qualifier on filename argument.

	* lib/inventorMincVolume.cc: 
	* lib/inventorMincVolume.h: Renamed to ...

	* lib/bicInventor/MincVolume.cc: 
	* lib/bicInventor/MincVolume.h: ... here.

	* lib/bicInventor/ObjectConverters.h: New.  Moved the
	declarations for specific BIC object conversion here,
	from bicInventor.h.  Keeps the latter clean of including
	<bicpl.h>.

	* lib/Makefile.am: Install sub-headers into include/bicInventor.

	* configure.ac: Check for <cstring>.

	* lib/bicInventor.cc: Use <iostream> and <fstream> rather
	than the old ".h" names.  Needed for SGI CC.

	* tools/bicobj2iv.cc: Use <iostream> rather than <iostream.h>.  
	Include <cstring>, if available; needed for strrchr() declaration
	on Linux.

2001-10-23  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* Makefile.am (m4_files): Distribute all m4/*m4 files; automake
	generates a rule that depends on all of them.  What a nuisance.
	(ACLOCAL_AMFLAGS): Specify -I m4 when running aclocal.

	* tools/Makefile.am: Do not build extraneous tools.

	* configure.ac: Probe only for OpenInventor, do not probe for
	SoQt (was only needed because of tools/meshmorph).

2001-10-18  Jason Lerch       <jason@bic.mni.mcgill.ca>

	* configure.ac: using new REQUIRE_SOQT check

2001-10-05  Jason Lerch       <jason@bic.mni.mcgill.ca>

	* lib/bicInventor.cc: using namespace std

2001-10-04  Jason Lerch       <jason@bic.mni.mcgill.ca>

	* lib/bicInventor.cc: added multi-column texture file support

2001-08-20  Jason Lerch       <jason@bic.mni.mcgill.ca>

	* tools/Makefile.am: removed the -lqt-gl line from the Makefile as
	it is incompatible with Irix, Mandrake, and Redhat.
	* lib/bicInventor.cc: changed the texture loading to be sensible
	for vertical as opposed to horizontal textures.

2001-08-20  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* configure.ac: Move more of the ugly library-checking code into
	m4 macros.
	* Makefile.am (EXTRA_DIST): Distribute new m4 macros.

	* configure.ac: Detect either Coin or SGI's OpenInventor library.
	* tools/Makefile.am (LDADD): Do not specify -lInventor directly;
	use the computed LIBS.

	* tools/bicobj2iv.cc: Include <cstring> to get definition of
	strrchr().

2001-08-13  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* tools/meshmorph.cc:
	* tools/mesh2iv.cc: New.

	* lib/bicInventor.h: 
	* lib/bicInventor.cc (bic_lines_to_iv, bic_marker_to_iv,
	bic_polygons_to_iv, bic_quadmesh_to_iv, bic_graphics_file_to_iv):
	Change return type to SoSeparator*.

2001-08-10  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* configure.ac: Use legal C++ code to detect oobicpl; IRIX CC
	complained.

2001-08-10  Jason Lerch       <jason@bic.mni.mcgill.ca>

	* bicInventor.{cc,h}: added a function to read vertex information
	files and return them as texture coordinates.

2001-07-31  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* configure.ac: Insert omitted commas in check for oobicpl.

2001-07-30  Jason Lerch       <jason@bic.mni.mcgill.ca>

	* inventorMincVolume.h:
	* inventorMincVolume.cc: a subclass of mniVolume designed to deal
	with volumetric information through texture mapping. This class is
	still incomplete as for now it only deals with transverse slices.
	* configure.ac: added a check for the oobicpl library.

2001-07-25  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* NEWS: 
	* configure.ac: Changed project name to bicInventor, and
	version to 0.1.
	Check for libInventor using AC_TRY_LINK.

	Moved from bicpl++ repository to bicInventor repository.
	Renamed directory inventor -> lib.

	* inventor/Makefile.am:
	* inventor/bicInventor.cc:
	* inventor/bicInventor.h: New files.  Code from bicobj2iv.cc moved
	here to form BIC obv --> inventor conversion library.

	* Makefile.am:
	* tools/Makefile.am: 
	* tools/bicobj2iv.cc: Accommodate above changes.

	* m4/smr_OPTIONAL_LIB.m4: Define HAVE_libfoo, if library foo
	is found.

	* configure.ac: Accomodate above change.

2001-07-24  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* Makefile.am (EXTRA_DIST): Distribute the local autoconf macros.



	
