ChangeLog
=========

This is the ChangeLog file for the simage module.  This file is supposed to
be automatically generated every night.  Entries are in reversed chronological
order.  Check also out the following ChangeLog files:


See http://www.red-bean.com/~kfogel/cvs2cl.shtml for information about the
cvs2cl script used to generate this file.

============================================================================

2004-10-08 14:42  larsa

	* configure.ac:
	
	Set version 1.6.1.  Bootstrap.

2004-10-08 14:30  larsa

	* Makefile.am, NEWS, docs/announcement-1_6_1.txt:
	
	doc and dist updates

2004-10-08 12:46  larsa

	* cfg/: errors.txt, simage.m4:
	
	bootstrap

2004-10-07 14:01  kyrah

	* simage-config:
	
	echo what we're doing...

2004-10-07 14:00  kyrah

	* configure.ac:
	
	Mac OS X fix for simage-config script: Must call gcc as "g++" to
	avoid "___gxx_personality_v0" linker error.

2004-09-23 15:35  larsa

	* src/resize.c:
	
	switch to using the bell filter

2004-09-20 10:44  larsa

	* src/simage_tga.c:
	
	compile fix

2004-09-10 12:26  pederb

	* include/simage_private.h, src/simage.c, src/simage12.c:
	
	Better read-all fallback when reading line-by-line.

2004-09-10 11:20  pederb

	* src/simage_tiff.c:
	
	Handle more types of tiff images.

2004-08-26 20:11  kyrah

	* src/Makefile.am:
	
	Mac OS 10.1 build fix: Don't use -headerpad_max_install_names
	(which was introduced in 10.2).

2004-07-09 10:53  pederb

	* src/simage.c:
	
	Fall back to reading entire image if open for line-by-line fails.

2004-07-09 10:49  pederb

	* src/simage_tiff.c:
	
	Workaround for palette line-by-line import bug.

2004-07-09 10:31  pederb

	* examples/simage-read-line-test.c:
	
	Debug output.

2004-07-09 10:24  pederb

	* examples/simage-read-line-test.c:
	
	New program

2004-07-04 13:43  pederb

	* src/simage_tiff.c:
	
	bugfix for (recently introduced) palette image bug.

2004-06-30 19:33  kintel

	* src/simage.c:
	
	Clarifying comment

2004-06-28 18:26  thammer

	* docs/announcement-1_6_0.txt:
	
	Old announcement

2004-06-24 15:34  pederb

	* src/simage_tiff.c:
	
	support for tiff images with alpha channel.

2004-04-16 15:14  pederb

	* src/simage_qimage.cpp:
	
	Bugfix for grayscale images upside down bug.

2004-03-25 18:02  kyrah

	* configure.ac, src/Makefile.am:
	
	Pad the install_name to maximum install path length, to make it
	possible to change it later (e.g. to include the library in an app
	bundle).

2004-02-04 17:57  pederb

	* examples/simage-convert.c:
	
	Option for adding an alpha channel to an image.

2003-12-15 10:49  mortene

	* configure.ac:
	
	Assume next version will be patch-level release, as we usually do,
	and as described in Coin/RELEASE.txt.

2003-12-15 10:47  mortene

	* configure.ac:
	
	Elaborate output on dependencies when features are missing.

2003-12-12 14:02  thammer

	* NEWS, configure.ac:
	
	Changed version info to 2.0.0a again and bootstrapped

2003-12-12 13:48  thammer

	* configure.ac:
	
	Set correct version number for the 1.6 release

2003-12-12 13:05  thammer

	* include/simage.h.in:
	
	Use correct version number

2003-12-12 12:59  thammer

	* include/simage.h.in:
	
	Use correct version number

2003-12-11 21:31  thammer

	* cfg/errors.txt:
	
	Changed reference to README.WIN32

2003-12-11 21:27  thammer

	* readme_win32.txt, README.WIN32, Makefile.am:
	
	Renamed readme_win32.txt to README.WIN32.

2003-12-11 21:18  thammer

	* cfg/errors.txt, Makefile.am:
	
	Correct reference to (renamed) readme_win32.txt

2003-12-11 19:11  thammer

	* build/build_simage_libs_win32.sh:
	
	For each 3rd party library, copy license information to the dist
	directory.

2003-12-11 19:05  thammer

	* readme_win32.txt:
	
	Capital 'C'.

2003-12-11 19:03  thammer

	* readme_win32.txt:
	
	Renamed from README.WIN32. Updated wrt VisualC++ project file
	availability.

2003-12-11 19:03  thammer

	* README.WIN32:
	
	Rename file to readme_win32.txt. Windows people are picky about
	extensions.

2003-12-11 16:36  thammer

	* NEWS, configure.ac:
	
	Disable guile support

2003-12-10 11:21  thammer

	* src/resize.c:
	
	Update old FIXME

2003-12-09 16:19  thammer

	* NEWS:
	
	Update with new functionality for v1.4, v1.5 and v1.6.

2003-11-28 14:07  thammer

	* build/build_simage_libs_win32.sh:
	
	Make script work for relative paths on the command line

2003-11-18 14:55  thammer

	* configure.ac:
	
	Added support for generating msvc project files

2003-11-18 14:33  thammer

	* cfg/errors.txt:
	
	bootstrap

2003-11-18 14:27  thammer

	* build/build_simage_libs_win32.sh:
	
	Check if directory exists before making it

2003-11-18 14:22  thammer

	* packaging/windows/: bfheader.nsi.in, footer.nsi.in,
	heading.nsi.in, middle.nsi.in, post.nsi.in, simage-sdk.html.in:
	
	Added files needed for generating installer for MSWindows

2003-11-18 14:20  thammer

	* Makefile.am:
	
	Added new target for generating installer for MSWindows

2003-11-13 16:03  mortene

	* src/simage.c:
	
	Cleanup: unnecessary pollution of global namespace.

2003-11-13 15:36  thammer

	* include/simage.h.in, src/simage.c:
	
	Added a function for setting an external dynamic library loader, as
	suggested by mortene. The function has not been implemented yet,
	just the API.

2003-11-13 15:17  thammer

	* build/build_simage_libs_win32.sh:
	
	Copy more headerfiles

2003-11-13 14:58  thammer

	* build/build_simage_win32.sh:
	
	Moved code to download and build 3rd party libs into a separate
	script

2003-11-13 14:58  thammer

	* build/README:
	
	Updated with info about the build_simage_libs_win32.sh script.

2003-11-13 14:56  thammer

	* build/build_simage_libs_win32.sh:
	
	This script downloads and builds all libraries simage depends on

2003-11-11 13:46  thammer

	* src/Makefile.am:
	
	Corrected file extension

2003-10-23 01:10  thammer

	* build/build_simage_win32.sh:
	
	Build simage with libungif support

2003-10-21 05:25  kyrah

	* src/simage_quicktime.c:
	
	Support writing 24bit images.

2003-10-10 19:43  thammer

	* build/build_simage_win32.sh:
	
	Added support for libungif

2003-10-10 19:42  thammer

	* build/: libungif_win32.dsp, libungif_win32.mak:
	
	Minor fixes wrt file locations

2003-10-09 09:13  thammer

	* build/: README, libungif_win32.diff, libungif_win32.dsp,
	libungif_win32.mak:
	
	Added a patch, makefile and VC++ project to make libungif work on
	Win32.	Updated README with info about these files.

2003-10-03 20:29  thammer

	* src/simage_qimage.cpp:
	
	Fixed bug in simage_qimage_load() that resulted in only 8-bit image
	files being read correctly.

2003-09-26 14:53  pederb

	* src/simage12.c:
	
	Bugfix for recently introduced bug. Bug found by thammer.

2003-09-22 14:36  kyrah

	* cfg/errors.txt:
	
	Bootstrap.

2003-09-22 14:34  kyrah

	* configure.ac:
	
	Check for scm_c_define_gsubr routine in guile

2003-08-27 12:05  pederb

	* COPYING:
	
	Update public domain notice.

2003-08-27 11:45  pederb

	* include/simage.h.in:
	
	Add version 1.6 define.

2003-08-27 11:42  pederb

	* src/simage_rgb.c:
	
	Fix memory leaks.

2003-08-27 11:36  pederb

	* src/simage_tiff.c:
	
	compile warning fix.

2003-08-27 11:35  pederb

	* src/simage12.c:
	
	compile fix.

2003-08-27 11:34  pederb

	* src/simage_rgb.c:
	
	Adds missing write_short.

2003-08-27 11:29  pederb

	* include/simage.h.in, include/simage_private.h,
	include/simage_rgb.h, include/simage_tiff.h, src/simage.c,
	src/simage12.c, src/simage_rgb.c, src/simage_tiff.c:
	
	Added functions for reading image data line-by-line. Reimplemented
	RGB loader to get rid of the Mark Kilgard copyright (yay)

2003-07-23 17:41  kyrah

	* src/simage_quicktime.c:
	
	Remove debugging output (sorry...)

2003-07-23 17:40  kyrah

	* src/simage_quicktime.c:
	
	Mac OS 10.1 doesn't have dirname() and basename(), so we have to
	use our own version.

2003-07-16 18:59  kyrah

	* cfg/wrapmsvc.exe:
	
	Bootstrap.

2003-07-16 18:50  kyrah

	* configure.ac:
	
	Mac OS X libtool fix.

2003-07-03 11:22  pederb

	* configure.ac, cfg/depcomp, cfg/errors.txt, cfg/gendsp.sh:
	
	Improved mathlib test. Bootstrap.

2003-06-16 10:25  thammer

	* build/: README, build_simage_win32.sh:
	
	Minor updates.

2003-05-21 22:30  thammer

	* build/build_simage_win32.sh:
	
	Fixed problem with wrong case in cl.exe options

2003-05-21 21:45  thammer

	* build/build_simage_win32.sh:
	
	Added usage instructions.  Made it possible to specify target
	directory at the command line.

2003-05-21 10:30  thammer

	* build/build_simage_win32.sh:
	
	Build static version of libsndfile instead of dll

2003-05-20 21:56  thammer

	* build/build_simage_win32.sh:
	
	Improved indentation

2003-05-20 21:48  thammer

	* build/build_simage_win32.sh:
	
	First complete version of the script. Seems to work as expected,
	but haven't been tested much yet.

2003-05-17 20:42  thammer

	* build/build_simage_win32.sh:
	
	Building of all graphics libs (except gif) now works. Currently
	working on ogg/vorbis/vorbisfile.

2003-05-16 12:30  thammer

	* build/build_simage_win32.sh:
	
	Script for building simage and all dependant libraries for win32. 
	Not working yet.

2003-05-13 15:49  larsa

	* guile/guilesimage.c:
	
	malloc()-accounting bugfix.  scm_make_gsubr() obsoletion (using
	scm_c_define_gsubr).  change to return bool from set-pixel! All by
	Peter Ivanyi.

2003-04-28 15:38  mortene

	* configure.ac:
	
	Remove obsoleted CVS modules consistency check.

2003-04-28 13:24  mortene

	* Makefile.am, cfg/simage.m4:
	
	Don't distribute any .m4 files, except simage.m4.

2003-04-28 11:36  mortene

	* cfg/wrapmsvc.exe:
	
	Add to repository.

2003-04-28 11:34  mortene

	* bootstrap, cfg/depcomp, cfg/errors.txt, cfg/gendsp.sh:
	
	Converted from conf-macros to simacros. Bootstrapped.

2003-04-28 11:30  mortene

	* configure.ac, configure.in:
	
	Renamed configure.in to configure.ac.

2003-04-28 11:28  mortene

	* src/simage.c:
	
	FIXME note.

2003-04-10 16:56  pederb

	* examples/simage-convert.c:
	
	Add convert-to-gray function.

2003-04-02 15:45  kyrah

	* configure.in:
	
	Use check_fink.m4 macro.

2003-03-21 13:09  thammer

	* configure.in:
	
	Include debug info on Win32 when symbols are enabled

2003-03-18 14:46  thammer

	* include/simage.h.in, src/simage12.c, src/simage_avi.c:
	
	Added functions for getting and setting component order. The avi
	encoder uses this instead of storing the info in the user-supplied
	params.

2003-03-18 13:56  thammer

	* include/simage.h.in, src/avi_encode.c, src/simage_avi.c:
	
	Fixed bug reported by sven.k.evenseth@fedem.com. The avi encoder
	would modify the image buffer from RGB to BGR, leading to problems
	when encoding the same buffer more than once. User can now allow
	image modification by using the new "allow image modification"
	parameter.

2003-03-18 10:20  thammer

	* include/simage.h.in, include/simage_libsndfile.h,
	include/simage_oggvorbis.h, src/simage_libsndfile.c,
	src/simage_oggvorbis_reader.c, src/stream.c:
	
	Added suport for seeking and getting current read/write position in
	a stream.

2003-03-18 10:16  thammer

	* examples/audio2raw.c:
	
	Minor bugfix.

2003-03-17 17:58  kyrah

	* configure.in, simage-config, simage.cfg.in:
	
	Use GCC detection done by configure, instead of re-doing it.

2003-03-14 15:10  kyrah

	* simage-config:
	
	Ignore wrapmsvc

2003-03-12 17:50  kyrah

	* configure.in:
	
	Check for Mac OS 10.2

2003-03-12 17:49  kyrah

	* src/Makefile.am:
	
	Build two-level namespace library on Mac OS 10.2

2003-03-09 13:54  mortene

	* configure.in:
	
	Simplifies MSVC++ selection and setup. Also kills a bug where
	BUILD_WITH_MSVC could end up not being AC_SUBSTed.

2003-03-05 10:43  pederb

	* src/resize.c:
	
	Use Mitchell filter by default.

2003-03-04 11:40  mortene

	* include/simage.h.in:
	
	Make chance of name clashes smaller.

2003-02-28 13:52  kyrah

	* BUGS.txt:
	
	Known bugs and limitations. Am I really the first to discover a
	problem with simage? Wow... Anyways - list QuickTime's problem with
	some TIFF images.

2003-02-27 00:15  kyrah

	* simage-config:
	
	wrapmsvc does not support --version, resulting in an error message,
	which we shall merrily ignore.

2003-02-26 14:13  kyrah

	* configure.in:
	
	Active the gcc3 include directory filter.

2003-02-26 14:12  kyrah

	* simage-config:
	
	Use version string check instead of compiler name (to support gcc
	and g++ and all cases where somebody has e.g. linked cc to gcc)

2003-02-26 06:10  thammer

	* include/simage.h.in, src/simage_libsndfile.c,
	src/simage_oggvorbis_reader.c, src/stream.c:
	
	Added functions for seeking in and getting the current position of
	a stream.

2003-02-24 01:16  kyrah

	* src/simage_quicktime.c:
	
	... and some more cleanup. :)

2003-02-23 19:39  kyrah

	* src/simage_quicktime.c:
	
	Cleanup

2003-02-23 16:01  kyrah

	* src/simage_quicktime.c:
	
	Bugfix: Support relative paths (didn't work because of Mac OS X'
	peculiar ideas about paths). Thanks to Tamer Fahmy for reporting
	this.

2003-02-13 14:52  kyrah

	* src/simage_quicktime.c:
	
	This is c, not c++. No clue why gcc3 does not complain about stuff
	like that...

2003-02-12 14:21  kyrah

	* src/simage_write.c:
	
	Comment on actual significance of the is_internal flag.

2003-02-12 14:05  kyrah

	* AUTHORS:
	
	Added Yours Truly.

2003-02-12 14:00  kyrah

	* configure.in:
	
	Use new SIM_AC_UNIQIFY_OPTION_LIST macro instead of
	SIM_AC_UNIQIFY_LIST

2003-02-10 20:02  kyrah

	* simage-config:
	
	Remove gcc3 system directories from CPPFLAGS. (Thanks to Tamer)

2003-02-10 20:01  kyrah

	* configure.in:
	
	QuickTime framework support (Mac OS X only). Don't check for libpng
	etc. when we have QuickTime. Check if Fink is installed on the
	system && add /sw/include and /sw/lib. Remove gcc3 system
	directories from CPPFLAGS (Thanks to Tamer for that one).

2003-02-10 20:00  kyrah

	* src/Makefile.am:
	
	QuickTime framework support (Mac OS X only). Don't compile
	JPEGSOURCES etc. when we have QuickTime

2003-02-10 19:59  kyrah

	* include/simage_quicktime.h, src/simage_quicktime.c, src/simage.c,
	src/simage_write.c:
	
	QuickTime framework support (Mac OS X only)

2003-02-07 16:53  mortene

	* include/simage.h.in:
	
	Leave a note about the missing APIENTRY keyword.

2003-02-07 16:52  mortene

	* include/simage_private.h:
	
	Don't export functions from private header file.

2003-02-06 10:08  thammer

	* AUTHORS:
	
	Added Thomas Hammer to the list of contributors.

2003-01-10 14:18  pederb

	* src/simage_oggvorbis_reader.c:
	
	Compile fix. simage is C, not C++.

2003-01-10 13:49  kyrah

	* src/simage_oggvorbis_reader.c:
	
	Specify big or little endian byte packing to ov_read().

2003-01-10 12:38  thammer

	* src/simage_oggvorbis_reader.c:
	
	Added a FIXME about odd buffer sizes.

2003-01-10 12:26  thammer

	* src/simage_oggvorbis_reader.c:
	
	Added a couple of lines of text to the FIXME.

2003-01-10 12:12  thammer

	* src/simage_oggvorbis_reader.c:
	
	Bugfix

2003-01-10 11:53  larsa

	* src/simage_oggvorbis_reader.c:
	
	scratching an itch

2003-01-10 11:26  thammer

	* src/simage_oggvorbis_reader.c:
	
	Added a couple of FIXMEs.

2003-01-08 17:23  kyrah

	* src/simage_libsndfile.c:
	
	It's a libsndfile version problem, not a platform problem. We don't
	want to be spreading misleading information here, do we. ;)

2003-01-08 16:56  kyrah

	* src/simage_libsndfile.c:
	
	Fix for Mac OS X compatibility problem.
	
	SF_INFO::frames is of type sf_count_t, which is a 32bit int on most
	platforms, but 64bit on Mac OS X. To pass it as
	S_INTEGER_PARAM_TYPE, I have to make an explicit cast to int. Note
	that this is not the correct thing to do, though. I left a FIXME
	note to that respect.

2003-01-08 16:31  kyrah

	* include/simage.h.in:
	
	Thomas is checking for the SIMAGE_VERSION_1_4 #define in
	Coin/src/misc/simage_wrapper.c, so I guess this one should be
	#defined here... I know squat about the simage versioning though,
	so don't flame me if this is the wrong thing to do. :)

2002-12-19 17:39  larsa

	* src/: simage_libsndfile.c, simage_oggvorbis_reader.c:
	
	minor optimizations

2002-12-19 17:37  larsa

	* src/params.c:
	
	revert to intended semantics again

2002-12-19 17:08  kyrah

	* src/params.c:
	
	Fixed bug in s_params_set(). There is only one parameter name, so
	why have a loop?
	
	I have no clue how this ever worked on any platform - must have
	been by pure luck - at least it didn't work on OS X, since we tried
	to access some random uninitialised memory.
	
	If I unintentionally broke something on Windows or GNU/Linux,
	please shout.
	
	Merry Xmas everyone! :))

2002-12-17 14:53  mortene

	* src/simage_jpeg.c:
	
	Compilation fix for gcc 3.2. Compatibility fix with jpeglib
	headers.

2002-12-13 12:18  pederb

	* src/simage_gif.c:
	
	Explicit casts to support C++ compilers.

2002-11-21 08:17  mortene

	* src/resize.c:
	
	Portability fix.

2002-11-20 23:15  kyrah

	* src/resize.c:
	
	Mac OS X compile fix

2002-10-21 11:44  pederb

	* src/simage_libsndfile.c:
	
	 IRIX CC compiler warning fixes.

2002-10-21 11:43  pederb

	* src/simage_oggvorbis_reader.c:
	
	 IRIX CC compiler fixes. Global namespace pollution fixes.

2002-10-04 21:53  thammer

	* mpeg2enc/mpeg2enc.h:
	
	Added link to MPEGLA for licensing information.

2002-10-04 21:50  thammer

	* COPYING, src/simage_libsndfile.c, src/simage_oggvorbis_reader.c:
	
	Modified COPYING to reflect the license on mpeg2enc.  Minor
	modifications in the stream functions, mainly related to storing of
	information about the open stream.

2002-09-26 15:11  pederb

	* configure.in:
	
	OggVorbis and sndfile build/link fixes.

2002-09-26 14:03  thammer

	* examples/audio2raw.c, src/simage_libsndfile.c, src/stream.c:
	
	Added a simple example of reading from an audio file.  Added check
	for existence of file before using libsndfile. Libsndfile prints
	error messages to stderr in some cases (including if file doesn't
	exist).

2002-09-26 13:31  thammer

	* src/: movie.c, simage_libsndfile.c, simage_oggvorbis_reader.c,
	stream.c:
	
	Added support for reading audio files with libsndfile.	Plus misc.
	minor changes.

2002-09-26 13:29  thammer

	* include/: simage.h.in, simage_libsndfile.h, simage_oggvorbis.h,
	simage_private.h:
	
	Added new interface for reading / writing streams, used for reading
	audio files.  Added support for reading audio files using
	libsndfile (WAV, AU, AIFF, VOC, etc).  Minor interface change in
	the oggvorbis reader.

2002-09-26 13:18  thammer

	* configure.in, src/Makefile.am:
	
	configure and make support for oggvorbis and libsnd. bootstrap.

2002-09-20 14:06  thammer

	* include/simage_oggvorbis.h:
	
	One more file for oggvorbis support.

2002-09-20 13:31  thammer

	* src/: avi_encode.c, simage_oggvorbis_reader.c, stream.c:
	
	Added files for oggvorbis support. Minor bugfix in avi_encode.

2002-09-12 13:01  mortene

	* examples/mpeg2enc.cpp:
	
	Plug leak. Better error reporting.

2002-09-03 16:53  pederb

	* include/: avi_encode.h, simage_avi.h:
	
	EOL at last line.

2002-09-03 16:52  pederb

	* include/: avi_encode.h, simage_avi.h:
	
	Avoid _ as the first character in defines. By thammer.

2002-09-03 16:47  pederb

	* include/simage.h.in:
	
	Documentation for s_movie functions. By thammer.

2002-09-03 16:12  pederb

	* examples/simage-convert.c:
	
	Add support for alpha threshold operation.

2002-08-26 09:13  mortene

	* src/simage_jpeg_reader.icc:
	
	Remove printf() statement (mea culpa).

2002-08-21 11:47  mortene

	* src/simage_jpeg_writer.icc:
	
	Compile fixes.

2002-08-21 11:15  mortene

	* src/simage_png.c:
	
	Read PNG files through a memory buffer internal to simage, and not
	through FILE pointers passed to libpng (to avoid crashes when
	libpng is a DLL on MSWindows).

2002-08-21 10:27  mortene

	* Makefile.am, include/simage_jpeg.h, src/simage_jpeg.c,
	src/simage_jpeg_reader.icc, src/simage_jpeg_writer.icc:
	
	Read JPEG files through a memory buffer internal to simage, and not
	through FILE pointers passed to libjpeg (to avoid crashes when
	libjpeg is a DLL on MSWindows).

2002-08-20 15:46  mortene

	* src/: simage_jpeg.c, simage_png.c, simage_xwd.c:
	
	Don't ever use (f)printf() calls to stdio/stderr, as it can cause
	crashes when the library is built as an MSWin DLL.

2002-08-20 15:45  mortene

	* src/simage_eps.c:
	
	Postscript export fix.

2002-08-20 15:37  mortene

	* src/simage_gif.c:
	
	Don't print to stderr!

2002-07-03 14:51  mortene

	* src/simage.c:
	
	Sticker notice about updating Coin documentation when adding new
	formats.

2002-05-31 11:51  larsa

	* configure.in:
	
	use AC_PROG_CXXCPP

2002-05-29 15:07  pederb

	* src/simage_tga.c:
	
	Fixed an ugly bug in the RLE handling.

2002-05-22 15:13  mortene

	* src/simage_write.c:
	
	Corrects list of SGI RGB extensions.

2002-05-22 14:55  mortene

	* src/simage_write.c:
	
	Make simage_get_num_savers() return correct value on first
	invocation.

2002-05-22 14:40  mortene

	* examples/mpeg2enc.cpp:
	
	Better parameterization through the command-line.

2002-05-22 14:38  mortene

	* mpeg2enc/api.c, mpeg2enc/conform.c, src/movie.c:
	
	Misc FIXMEs.

2002-03-21 16:00  pederb

	* examples/mpeg2enc.cpp:
	
	Set mime type in params.

2002-03-21 15:52  pederb

	* mpeg2enc/api.c, src/simage_avi.c:
	
	Be robust when checking mime-type.

2002-03-21 15:44  thammer

	* examples/img2avi.c:
	
	Sample use of simage's movie API and the avi encoder.  Encodes
	bitmaps specified on commandline.

2002-03-21 14:16  thammer

	* configure.in:
	
	bootstrap, fixed minor error in VfW detection.

2002-03-21 13:34  thammer

	* configure.in, src/Makefile.am:
	
	Added option for avi encoding and link check for Video for Windows
	to configure.in and Makefile.am

2002-03-21 11:06  thammer

	* mpeg2enc/api.c, src/movie.c, src/simage_avi.c:
	
	Added specification of movie format as MIME types for the mpeg
	encoder and the avi encoder.  Added registration of the avi encoder
	in the (common) simage movie API.

2002-03-20 15:05  thammer

	* include/avi_encode.h, include/simage_avi.h, src/avi_encode.c,
	src/simage_avi.c:
	
	Files needed for support for avi encoding on the Win32 platform.
	Configure/build process not done yet.

2002-02-15 11:54  mortene

	* src/simage_write.c:
	
	Fix bug with missing initialization. Problem reported by Lars-Ivar
	Igesund.

2002-02-14 10:34  pederb

	* src/simage_png.c:
	
	Fixed potential memory leak.

2001-12-05 23:26  kintel

	* src/simage13.c:
	
	Fixed resize bug

2001-12-04 12:27  larsa

	* configure.in:
	
	bump version to 2.0.0 alpha

2001-12-04 12:08  kintel

	* configure.in:
	
	Bumped version to 1.3

2001-12-04 09:36  pederb

	* AUTHORS, NEWS, include/simage.h.in, src/Makefile.am,
	src/resize.c, src/simage13.c:
	
	3D resize. By kintel.

2001-11-18 19:17  pederb

	* src/: resize.c, simage.c:
	
	Optimized resize.

2001-11-14 17:02  kintel

	* src/simage_qimage.cpp:
	
	Fix taking into account that QImage aligns each scanline to 32 bits

2001-11-14 16:26  kintel

	* src/simage_qimage.cpp:
	
	Added support for keeping 8-bit grayscale images as 1-component

2001-10-24 12:57  larsa

	* configure.in:
	
	Implement the --with-msvcrt=<crt> option

2001-10-08 17:36  pederb

	* src/simage12.c:
	
	Fixed bug in simage_save_image.

2001-10-08 17:35  pederb

	* src/simage_write.c:
	
	Compiler warning fix

2001-09-25 17:30  larsa

	* bootstrap, cfg/ltconfig.diff, cfg/ltmain.sh.diff:
	
	upgrade to libtool 1.4.2

2001-09-18 13:29  mortene

	* examples/mpeg2enc.cpp:
	
	Switch input parameter from "--frames" to "--clocktime".

2001-09-18 13:13  mortene

	* examples/mpeg2enc.cpp:
	
	Compile fix.

2001-09-18 13:12  mortene

	* examples/mpeg2enc.cpp:
	
	Bugfix, use correct output filename.

2001-09-18 10:33  mortene

	* src/Makefile.am:
	
	Corrects build-rule for simage@SIMAGE_MAJOR_VERSION@@SUFFIX@.lib on
	MSWin platforms.

2001-09-17 17:14  mortene

	* examples/mpeg2enc.cpp:
	
	General framework for user options.
	
	Make options "--width", "--height" and "--frames" available.

2001-09-17 15:45  mortene

	* examples/: mpeg2enc.cpp, ntsc_coin.par:
	
	Use parameter file to actually get working MPEG export.

2001-09-17 15:25  mortene

	* examples/mpeg2enc.cpp:
	
	Robustifications.
	
	Kill SoQt-dependent code.
	
	A decent looking progress-indicator.

2001-09-17 14:59  mortene

	* examples/mpeg2enc.cpp:
	
	Get rid of global variables.  Make internal functions static.

2001-09-14 11:38  pederb

	* src/simage_qimage.cpp:
	
	bugfix

2001-09-14 11:33  pederb

	* src/simage_qimage.cpp:
	
	Bugfix. Flip Qt images upside down.

2001-09-14 10:47  pederb

	* bootstrap:
	
	Bootstrap with the only version of automake that actually works on
	all platforms (2001-04-01).

2001-09-13 22:08  larsa

	* configure.in:
	
	Configure fixes for building without QImage support.

2001-09-13 20:21  mortene

	* src/simage_write.c:
	
	Compile fix.

2001-09-13 18:48  pederb

	* bootstrap:
	
	Bootstrap with automake 1.5.1a

2001-09-13 18:38  pederb

	* bootstrap:
	
	Bootstrap with automake 1.4s

2001-09-13 18:17  pederb

	* bootstrap, configure.in, include/simage_qimage.h,
	src/Makefile.am, src/simage.c, src/simage_qimage.cpp,
	src/simage_write.c:
	
	QImage load/save support.

2001-09-13 18:13  pederb

	* src/simage_png.c:
	
	Fixed save memleak.

2001-09-04 12:34  mortene

	* src/resize.c:
	
	Adds FIXME about pederb's suspicion that MSVC++6 mis-compiles code
	in release mode.

2001-08-16 18:17  larsa

	* packaging/debian/: changelog.in, control.in, copyright.in,
	postinst.in, rules.in:
	
	Template files for debian packaging.

2001-08-16 18:17  larsa

	* Makefile.am:
	
	New rules "debian-setup" and "debian-packages".

2001-08-10 18:16  larsa

	* Makefile.am, guile/Makefile.am, src/Makefile.am:
	
	Minor adjustments.

2001-08-10 17:28  larsa

	* configure.in:
	
	Set version to 1.2.2.  Update libtool versioning scheme.

2001-08-10 16:30  larsa

	* .cvsignore, Makefile.am, configure.in, simage.cfg.in:
	
	Install wrapmsvc.exe if used.  Use installed wrapmsvc.exe from
	simage-config.

2001-08-10 15:33  pederb

	* examples/simage-convert.c:
	
	Bugfix

2001-08-10 11:26  mortene

	* configure.in, include/simage.h.in:
	
	Fix embarrassing blunder which made it impossible to build static
	simage libraries on Cygwin + MSWindows.

2001-08-09 12:31  mortene

	* src/resize.c:
	
	FIXME comment about function signature.

2001-08-08 15:29  mortene

	* configure.in:
	
	Set up CPPFLAGS etc for static lib.

2001-08-08 14:49  mortene

	* NEWS:
	
	Typo fix.

2001-08-08 12:43  mortene

	* README.WIN32:
	
	Made completely generic.

2001-08-08 12:22  larsa

	* NEWS:
	
	use a more widely used format

2001-08-08 11:28  mortene

	* cfg/depcomp:
	
	Upgrades to latest version of depcomp script.

2001-08-08 11:03  mortene

	* README.WIN32:
	
	Updates to information about building on Win32.

2001-08-07 15:55  mortene

	* mpeg2enc/Makefile.am:
	
	Avoid using /LST-option to linker.

2001-08-02 18:56  pederb

	* NEWS:
	
	Update NEWS

2001-08-02 14:03  pederb

	* bootstrap:
	
	New bootstrap with old automake. Newer versions of automake are
	buggy with simage under Windows.

2001-08-02 13:47  pederb

	* bootstrap, configure.in, include/simage_eps.h, src/Makefile.am,
	src/simage_eps.c, src/simage_write.c:
	
	Added support for exporting as encapsulated postscript.

2001-08-02 13:47  pederb

	* src/simage_rgb.c:
	
	Handle error message when open for write fails.

2001-08-01 10:01  pederb

	* examples/simage-convert.c:
	
	Export to correct file format.

2001-08-01 10:00  pederb

	* src/simage_write.c:
	
	Really plugged minor memory leak.

2001-08-01 09:45  pederb

	* src/simage_write.c:
	
	Plugged minor memory leak.

2001-07-21 14:04  larsa

	* ChangeLog.sh:
	
	obsoleted

2001-07-11 16:38  larsa

	* mpeg2enc/Makefile.am, src/Makefile.am:
	
	Remove make warning for non-MSVC++ builds.

2001-07-11 16:38  larsa

	* README.DLL:
	
	omment obsolete - fixed with #error in header file.

2001-07-10 17:15  larsa

	* bootstrap, configure.in, mpeg2enc/Makefile.am, src/Makefile.am:
	
	New bootstrap that disables libtool for Cygwin-hosted MSVC++
	builds.

2001-07-05 20:36  larsa

	* configure.in:
	
	Properly set up -DSIMAGE_NOT_DLL flag for simage-config on Cygwin.

2001-07-05 14:12  pederb

	* configure.in, src/Makefile.am, src/simage_gif.c,
	src/simage_jpeg.c, src/simage_pic.c, src/simage_png.c,
	src/simage_rgb.c, src/simage_tga.c, src/simage_tiff.c,
	src/simage_xwd.c:
	
	Removes AM_CONDITIONAL usage on optional source files.	Wraps
	optional source files in #ifdef wrappers. By larsa.

2001-06-27 21:42  pederb

	* src/params.c:
	
	Fix for gcc 3.0

2001-06-25 13:19  mortene

	* configure.in:
	
	Corrects version number (was 1.1.2, should have been 1.2.1).
	
	Bootstrap.

2001-06-25 13:15  mortene

	* include/simage.h.in:
	
	Typos ("COIN" -> "SIMAGE").

2001-06-25 13:04  pederb

	* include/simage.h.in:
	
	Assert that SIMAGE_DLL or SIMAGE_NOT_DLL is defined on MSWin
	platforms.

2001-06-25 12:56  mortene

	* configure.in:
	
	Make simage-config set up SIMAGE_NOT_DLL when using as a static
	library under MSWindows.

2001-06-15 10:23  pederb

	* examples/mpeg2enc.cpp, mpeg2enc/api.c, mpeg2enc/conform.c,
	mpeg2enc/motion.c:
	
	Fix for illegal mpeg size handling. By thammer.

2001-06-14 11:17  larsa

	* README.DLL:
	
	Info about the SIMAGE_DLL define.

2001-06-12 16:26  mortene

	* configure.in, src/simage_xwd.c:
	
	Detect presence of unistd.h before trying to use it.

2001-06-07 16:05  pederb

	* include/simage.h.in, include/simage_private.h, mpeg2enc/api.c,
	src/movie.c:
	
	Introduced simage_private.h, used to declare internal simage
	functions.

2001-06-06 17:23  pederb

	* include/simage_xwd.h, src/simage_xwd.h:
	
	Moved simage_xwd.h from src/ to include/

2001-06-06 16:47  pederb

	* configure.in, src/Makefile.am, src/simage.c, src/simage_xwd.c,
	src/simage_xwd.h:
	
	Experimental XWD support by larsa.

2001-06-05 12:06  pederb

	* mpeg2enc/api.c:
	
	Code cleanup.

2001-06-05 11:28  pederb

	* src/params.c:
	
	Workaround for bug in gcc 2.96.

2001-06-05 10:47  pederb

	* bootstrap:
	
	Testing new automake.

2001-05-29 22:12  pederb

	* mpeg2enc/readpic.c:
	
	Fix for horizontally flipped images.

2001-05-27 19:00  pederb

	* examples/mpeg2enc.cpp, mpeg2enc/api.c, mpeg2enc/readpic.c:
	
	Fixes for MPEG-1 encoding.

2001-05-27 18:29  pederb

	* examples/mpeg2enc.cpp, mpeg2enc/api.c:
	
	Changed an MPEG-1 default parameter.

2001-05-27 18:25  pederb

	* mpeg2enc/api.c:
	
	Support for choosing between mpeg1 or mpeg2 as a parameter.

2001-05-27 18:10  pederb

	* mpeg2enc/: api.c, motion.c, ratectl.c, transfrm.c:
	
	Compile fixes for IRIX CC.

2001-05-27 18:00  pederb

	* mpeg2enc/readpic.c:
	
	Fixed ugly bug in SimpegWrite_read_buffer().

2001-05-27 17:59  pederb

	* examples/mpeg2enc.cpp, mpeg2enc/api.c:
	
	Enable MPEG2 parameter file as a parameter.

2001-05-27 16:52  pederb

	* examples/mpeg2enc.cpp, include/simage.h.in, mpeg2enc/api.c,
	mpeg2enc/api.h, mpeg2enc/global.h, src/params.c, src/simage12.c:
	
	Params are now specified with name before type.

2001-05-27 16:20  pederb

	* include/simage.h.in, src/simage12.c:
	
	Added s_image_set().

2001-05-27 16:01  pederb

	* configure.in:
	
	Set version number to 1.1.2.

2001-05-27 15:39  pederb

	* mpeg2enc/README:
	
	README file from the MPEG Software Simulation Group

2001-05-27 15:37  pederb

	* examples/mpeg2enc.cpp:
	
	Removed DOS characters.

2001-05-27 15:36  pederb

	* mpeg2enc/Makefile.am, mpeg2enc/api.c, src/movie.c:
	
	Bugfixes.

2001-05-27 15:36  pederb

	* examples/mpeg2enc.cpp:
	
	Example that shows how to create a movie.

2001-05-26 17:42  pederb

	* mpeg2enc/api.c:
	
	Support params for mpeg2 encoder (statfile, error cb, warning cb
	and progress cb.

2001-05-26 17:31  pederb

	* include/simage.h.in, mpeg2enc/api.c, mpeg2enc/api.h, src/movie.c:
	
	Add mpeg2enc as a simage movie exporter.

2001-05-26 17:03  pederb

	* Makefile.am, configure.in, mpeg2enc/Makefile.am, mpeg2enc/api.c,
	mpeg2enc/api.h, mpeg2enc/conform.c, mpeg2enc/fdctref.c,
	mpeg2enc/global.h, mpeg2enc/idct.c, mpeg2enc/motion.c,
	mpeg2enc/mpeg2enc.h, mpeg2enc/predict.c, mpeg2enc/putbits.c,
	mpeg2enc/puthdr.c, mpeg2enc/putmpg.c, mpeg2enc/putpic.c,
	mpeg2enc/putseq.c, mpeg2enc/putseq.h, mpeg2enc/putvlc.c,
	mpeg2enc/quantize.c, mpeg2enc/ratectl.c, mpeg2enc/readpic.c,
	mpeg2enc/stats.c, mpeg2enc/transfrm.c, mpeg2enc/vlc.h,
	mpeg2enc/writepic.c, src/Makefile.am:
	
	Initial mpeg2enc integration.

2001-05-26 15:15  pederb

	* src/simage12.c:
	
	Bugfix, and allow file type ti be specified in params.

2001-05-26 00:01  pederb

	* include/simage.h.in:
	
	NULL to 0

2001-05-25 23:08  pederb

	* configure.in:
	
	Set micro version to 0.

2001-05-25 23:03  pederb

	* AUTHORS, bootstrap, configure.in, include/simage.h.in,
	src/Makefile.am, src/movie.c, src/params.c, src/simage12.c:
	
	Simage v1.2. With new (in addition to the old) API proposed by
	larsa, and support for movies.

2001-05-16 16:05  pederb

	* src/simage.c:
	
	Allow/handle NULL pointers in simage_version(). Patch by larsa.

2001-05-16 15:29  pederb

	* src/: simage_jpeg.c, simage_rgb.c:
	
	Converted some C++ style comments to C comments.

2001-05-08 14:42  larsa

	* guile/: guilesimage.c, simage.scm:
	
	Added some trivial pixel-based image manipulation functions.

2001-05-08 14:42  larsa

	* guile/README:
	
	Information about the Guile binding.

2001-05-07 21:56  larsa

	* Makefile.am, configure.in:
	
	Check for Guile and enter guile directory.

2001-05-07 21:54  larsa

	* guile/: guilesimage.c, guilesimage.h, simage-convert.scm:
	
	Cosmetics

2001-05-07 21:16  larsa

	* guile/: Makefile.am, guilesimage.c, guilesimage.h,
	simage-convert.scm, simage.scm:
	
	Initial setup for a simage Guile module w/sample script.

2001-05-07 21:14  larsa

	* bootstrap:
	
	extend version number regexps

2001-05-05 17:49  pederb

	* include/simage.h.in:
	
	Rename SIMAGE_DLL_EXPORT to SIMAGE_DLL_API. Suggested by mortene.

2001-05-05 16:01  pederb

	* include/simage.h.in:
	
	Add __declspec(dllimport) on all function definitions when
	SIMAGE_DLL is defined. Fix by larsa.

2001-04-01 21:16  pederb

	* src/resize.c:
	
	Compile fix for IRIX CC

2001-03-28 16:06  pederb

	* examples/simage-convert.c:
	
	Added example program that converts and/or scales an image.

2001-03-28 15:44  larsa

	* configure.in:
	
	Removed debug messages.

2001-03-28 15:43  larsa

	* configure.in:
	
	Modernize invocations of AC_INIT and AC_OUTPUT.

2001-03-26 20:12  larsa

	* Makefile.am:
	
	Correction for msvccc script.

2001-03-26 20:05  larsa

	* Makefile.am:
	
	Make "make dist"-packages work.

2001-03-26 15:48  mortene

	* README.WIN32:
	
	Mention the "--enable-dependency-tracking" option to configure,
	misc other elaborations.

2001-03-20 18:07  larsa

	* src/Makefile.am:
	
	Path corrections, so "make dist" works for in-srcdir-configures.

2001-03-11 13:50  mortene

	* src/resize.c:
	
	Include simage.h, so the compiler knows when simage_resize() is
	exported for use in a DLL.

2001-03-11 13:49  mortene

	* include/simage.h.in:
	
	Be verbose in the API header file about which methods were added
	for simage version 1.1.

2001-03-11 11:36  mortene

	* src/resize.c:
	
	Compile fix for platforms with no M_PI define.

2001-03-09 17:07  larsa

	* configure.in, src/Makefile.am:
	
	MS Windows: Install .pdb with .dll, not .lib.  MS Windows: Generate
	.pdb on --enable-symbols, not --enable-debug.

2001-03-09 16:41  pederb

	* configure.in:
	
	Changed version from 1.1.0 to 1.1.1.

2001-03-09 16:41  pederb

	* src/resize.c:
	
	Made a function static instead of global.

2001-03-09 16:04  pederb

	* include/simage.h.in, src/Makefile.am, src/resize.c, src/simage.c:
	
	Replace the lame resize function by Dale Schumacher's Filtered
	Image Rescaling.

2001-02-20 17:20  larsa

	* configure.in, src/Makefile.am:
	
	Handle "true" / "false" --enable-* option values.  Link with .pdb
	file without absolute path.  Install .pdb files for Windows debug
	compiles.

2001-02-09 22:31  larsa

	* configure.in, cfg/install-header:
	
	Use standard automake rule for header installation, but override
	$(INSTALL_HEADER) with $auxdir/install-header.

2001-02-09 20:28  larsa

	* configure.in, src/Makefile.am:
	
	Cosmetic changes (verbose commands on make and make
	install/uninstall).

2001-02-09 20:11  pederb

	* src/simage_png.c:
	
	IRIX CC compile fix.

2001-02-09 19:25  pederb

	* src/simage_tiff.c:
	
	Compile fix.

2001-02-09 19:16  pederb

	* include/simage.h.in:
	
	Added SIMAGE_VERSION_1_1 define.

2001-02-09 17:42  larsa

	* src/simage_jpeg.c:
	
	Casting.

2001-02-09 17:40  larsa

	* src/simage_write.c:
	
	Casting and including missing ctype.h.

2001-02-08 17:19  larsa

	* src/Makefile.am:
	
	Better dependencies and quoting.

2001-02-08 13:25  pederb

	* src/simage_png.c:
	
	Set error code when open file fails.

2001-02-08 13:13  pederb

	* src/simage_png.c:
	
	Added missing */.

2001-02-07 22:21  larsa

	* Makefile.am, configure.in, src/Makefile.am:
	
	Misc. Makefile corrections (dependencies, quoting, continuations). 
	Removal of obsolete AC_SUBSTS.

2001-02-07 19:08  larsa

	* simage-config, simage.cfg.in:
	
	Add --cflags option.

2001-02-07 19:06  larsa

	* src/Makefile.am:
	
	Better use of the Automake Makefile infrastructure for Windows
	library generation and installation.  Support for static Windows
	lib linking.

2001-02-07 19:04  larsa

	* configure.in:
	
	Consider --enable/disable-shared/static when creating Windows libs.

2001-02-07 19:01  larsa

	* Makefile.am:
	
	Spawn config.status with $(SHELL).  Remove EXTRA_DIST variable.

2001-02-07 17:19  pederb

	* src/simage_write.c:
	
	Avoid using strcasecmp, which doesn't exist on Win32.

2001-02-07 15:21  pederb

	* configure.in, include/simage.h.in, src/simage_write.c:
	
	Changed save plugin interface to avoid the use of a struct.

2001-02-05 19:08  pederb

	* include/simage.h.in, include/simage_jpeg.h, include/simage_png.h,
	include/simage_rgb.h, include/simage_tiff.h, src/Makefile.am,
	src/simage.c, src/simage_jpeg.c, src/simage_png.c,
	src/simage_rgb.c, src/simage_tiff.c, src/simage_write.c:
	
	Added save capabilities.

2001-02-01 18:03  larsa

	* Makefile.am, configure.in:
	
	Install simage-*.cfg during install-data, not during install-exec.

2001-01-31 18:25  larsa

	* configure.in:
	
	Add /DEBUG when linking DLL with symbols.

2001-01-31 17:23  larsa

	* src/Makefile.am:
	
	Use @SUFFIX@ AC_SUBST in Automake macro name.  Not supported by CVS
	Automake as of yet without applying a small pending patch (sorry).

2001-01-31 17:19  larsa

	* Makefile.am, configure.in:
	
	Add configure option --with-alternate=<string> to specify that one
	is building a version of simage that should be non-default on the
	system.  Add confguire option --with-suffix=<string> to specify
	string appended to the library name.

2001-01-31 17:17  larsa

	* simage-config:
	
	Add optional option "--alternate=<string>".  Remove obsolete option
	"--debug" (one can use --alternate=debug instead).

2001-01-30 17:46  larsa

	* configure.in:
	
	Another egrep fix.

2001-01-30 13:57  larsa

	* Makefile.am, configure.in, simage-config, simage-config.in,
	simage.cfg.in, src/Makefile.am:
	
	Split simage-config into a generic script and a set of config files
	in $prefix/share/Coin/conf/ to enable having installed debug and
	release versions at the same time, with support from the
	simage-config script.  simage-config now handles new argument
	"--debug".

2001-01-29 22:08  larsa

	* Makefile.am, build/simage.nsi.in:
	
	Move file simage.nsi.in and make rule makensis to module
	simage-WinSDK.

2001-01-29 22:06  larsa

	* AUTHORS:
	
	Use middle initial instead of my middle name.

2001-01-29 21:40  larsa

	* configure.in, src/Makefile.am:
	
	Assert MSVC is used on Cygwin.	Use new graphics library checks. 
	Output configuration settings summary.

2001-01-29 16:37  larsa

	* bootstrap:
	
	Accept latest autoconf.

2001-01-29 15:31  larsa

	* cfg/ltconfig.diff:
	
	Backwards-compatible solution for `cygpath -w ""' problem.

2001-01-25 17:57  larsa

	* cfg/ltconfig.diff:
	
	Use `cygpath -ws "$var"' instead of just -w to avoid getting `tty'
	for an answer on empty strings.  Problem and solution reported by
	Jeff Mishler <jmishler@frc2.frc.ri.cmu.edu>.

2001-01-19 19:59  larsa

	* bootstrap:
	
	Regeneration of the configure/build files.

2001-01-19 19:58  larsa

	* cfg/depcomp:
	
	New installations of the auxiliary scripts.

2001-01-19 19:57  larsa

	* cfg/: ltconfig.diff, ltmain.sh.diff:
	
	Patches for fixing some problems with the libtool 1.3.5 auxiliary
	scripts.

2001-01-19 13:57  larsa

	* configure.in:
	
	Fixed typo.  Improved m4 quoting and formatting.

2001-01-15 21:34  larsa

	* Makefile.am:
	
	Run SuperPIMP compiler from parent directory.

2001-01-15 21:33  larsa

	* build/simage.nsi.in:
	
	Package both release and debug builds in same installer.

2001-01-15 21:32  larsa

	* configure.in, simage-config.in, src/Makefile.am:
	
	Add convention of adding "d" to the library name for debug
	compiles.  Only implemented for Windows at the moment.

2001-01-14 01:15  larsa

	* build/simage.nsi.in:
	
	Include share/aclocal/simage.m4 for SDK install.  Some minor
	tweaks.

2001-01-13 23:14  larsa

	* Makefile.am, configure.in, build/simage.nsi.in:
	
	Don't run cygpath on non-cygwin systems.  Final tweaks in new make
	rule "simage-installer.exe".

2001-01-13 22:49  larsa

	* Makefile.am, configure.in, build/simage.nsi.in:
	
	Tweaks for generating the Windows installer.

2001-01-13 22:36  larsa

	* configure.in, build/simage.nsi.in:
	
	Added SuperPIMP config file for making Windows installers.

2001-01-13 22:35  larsa

	* src/Makefile.am:
	
	Cosmetic changes.

2001-01-11 14:41  larsa

	* bootstrap, configure.in, src/Makefile.am:
	
	Reordering of bootstrap process.  Use the name simage$major.pdb
	while building instead of the default vc60.pdb.  Uninstall
	dll-related files on "make uninstall".

2001-01-10 21:19  larsa

	* bootstrap, configure.in, src/Makefile.am:
	
	Accept relative path invokation of configure with VC++.  Install
	.pdb file together with .dll.  Bootstrap with the latest utilities.

2001-01-08 13:11  pederb

	* src/: simage.c, simage_jpeg.c, simage_png.c, simage_rgb.c,
	simage_tiff.c:
	
	Sync with bugs fixed in stable branch.

2001-01-08 12:57  pederb

	* src/simage_png.c:
	
	Fix for png interlace bug.

