
2005-11-24 10:52:06  brunopostle  (brunopostle)

	* configure.ac: updated to 2.7.0.14 release

2005-11-23 04:46:13  jim0watters  (jim0watters)

	* version.h: update to ver .14

	* sys_win.c: MSVS memory tracking tools

	* sys_win.h: remove build warning

	* adjust.c, parser.c: fix possible double delete or delete of null

2005-11-16 12:40:52  brunopostle  (brunopostle)

	* ChangeLog: updated from cvs commit messages

	* configure.ac: updated to 2.7.0.13 release

2005-11-16 06:47:08  jim0watters  (jim0watters)

	* version.h: update to ver .13

	* libpano.vcproj: do not use MSVCP71.DLL

	* ZComb.c: Fix "Bounds error"

2005-11-09 12:31:51  brunopostle  (brunopostle)

	* configure.ac: updated configure.ac to version 2.7.0.12

2005-11-09 05:42:16  jim0watters  (jim0watters)

	* adjust.c, filter.h, resample.c, seamer_.c, version.h: Fix
	inverse transform Add number to aa_transform Increase ver to .12

	* math.c: fix 64bit process slow down

	* parser.c, tiff.c: fix possible memory leak / double free

2005-11-03 11:54:31  brunopostle  (brunopostle)

	* Makefile.am: Add Xcode project files to dist archive target

2005-10-27 03:13:37  jim0watters  (jim0watters)

	* doc/Optimize.txt, doc/stitch.txt: Added Antialiasing filter
	numbers

	* libpano.vcproj: Updated Windows project

2005-10-26 00:19:27  jim0watters  (jim0watters)

	* resample.c: Added the dual-color modes to the transform_aa
	and cleaned the code, rename 4 variables...

2005-10-24 03:27:23  jim0watters  (jim0watters)

	* PanoTools.pbproj.tgz: A project file for Apple's "XCode" IDE,
	for developers who like to use Apple's tool.

	* adjust.c, filter.h, resample.c: combine makePano with MyMakePano
	and transform with MyTransform to remove duplicate code and
	prepair to make MyTransform multiprocessor aware

2005-10-23 05:20:25  jim0watters  (jim0watters)

	* resample.c, resample.c, NEWS: alpha mask threshold bug fix

2005-10-22 03:58:52  jim0watters  (jim0watters)

	* NEWS, AUTHORS, correct.c, queryfeature.c, resample.c, version.h:
	Do not process unchanged color channels for CA correction

2005-10-19 03:06:32  jim0watters  (jim0watters)

	* AUTHORS, NEWS, version.h: update changes

	* adjust.c, filter.h, panorama.h, parser.c, queryfeature.c,
	resample.c: ByThomas Rauscher, Added antialiasing filters

	* file.c, filter.c, tiff.c: ByThomas Rauscher, Added support
	32bit float files

2005-10-18 23:33:24  jim0watters  (jim0watters)

	* bmp.c: allow to read both top to bottom or bottom to top
	BMP files

	* panorama.h: remove incorrect filer_main()

2005-05-22 12:44:04  dwilkins42  (dwilkins42)

	* version.h: Update all versions

	* configure.ac, filter.c, queryfeature.c, version.h: Correct
	behaviour for mode=_usedata

2005-05-18 13:40:39  brunopostle  (brunopostle)

	* NEWS, configure.ac, version.h: Changed version to 2.7.0.10
	for release

2005-05-12 02:24:07  jim0watters  (jim0watters)

	* libpano.vcproj: update for VC .Net

2005-05-07 15:17:07  dwilkins42  (dwilkins42)

	* lmdif.c, multilayer.c, panotypes.h, pteditor.c, ptpicker.c,
	resample.c, sys_ansi.c: Explicitly mark unused variables and
	remove GCC warning

2005-05-05 05:06:51  dwilkins42  (dwilkins42)

	* queryfeature.c: Modify sense of Java test

2005-05-04 15:08:57  dwilkins42  (dwilkins42)

	* ChangeLog: Update ChangeLog

	* filter.c: Use 64 bit clean data types. Use 64 bit safe casts.

	* file.c: Use decimal instead of hex constants

	* pan.c: Use 64 bit safe casts.

	* PTDialogs.c: Correct typo

	* perspect.c: Use 64 bit clean data types.

	* morpher.c, jpeg.c, fourier.c: Use 64 bit clean data types. Use
	64 bit safe casts.

	* file.c: Use 64 bit clean data types. Use 64 bit safe
	casts. Rename READLONG and WRITELONG to READINT32 and WRITEINT32
	to accurately reflect their purpose.

	* correct.c: Use 64 bit safe casts.

	* sys_ansi.c, sys_win.c: Use 64 bit clean parameter declarations.

	* tiff.c: Use 64 bit clean data types and types defined in tiff.h
	where appropriate

	* resample.c: Use 64 bit clean data types.

	* queryfeature.c: Use 64 bit clean data types. Use 64 bit safe
	const instead of define

	* ppm.c: Use 64 bit clean data types. Use correct format
	specifiers for 32/64 bit

	* parser.c: Use correct format specifiers for 32/64 bit

	* panorama.h, filter.h: use 64 bit clean types

	* fftn.h, fftn.c: Correct data widths for 32/64 bit use

	* Triangulate.c: Use floating point version of abs() to avoid
	conversion errors

	* tools/panoinfo_unix.c: gcc 2.95 on ppc barfs if local variables
	defined late

	* Makefile.am, panotypes.h: Add panotypes.h header for 32/64
	bit support

	* m4/ax_check_graphics.m4, configure.ac: Small fixes for darwin
	platform

2005-05-01 14:41:18  dwilkins42  (dwilkins42)

	* PTDialogs.c, multilayer.c, pteditor.c, resample.c: Supress
	unused parameter warning on msvc.

	* sys_win.h: Correct function declarations.

	* sys_win.c: Correct function declarations. remove unused local
	variables. Supress unused parameter warning on msvc.

	* ptpicker.c: Update function declaration. Supress unused
	parameter warning on msvc

	* optimize.c: Remove redundant function declaration

	* lmdif.c: Update function declarations. Remove redundant function
	declarations. Supress unused parameter warnings on msvc

	* file.c: Replace (char)255 with 0xFF so that msvc won't complain

	* correct.c: Initialise a few more variables.

	* adjust.h: Add one more function declaration

	* adjust.c: Initialise variables. Correct typing error. Update
	function declaration

2005-04-30 18:55:27  dwilkins42  (dwilkins42)

	* queryfeature.c: Add note in queryfeature if java support
	is disabled

	* Makefile.am: Add msvc files to autotools

	* libpano.vcproj, pano12vc.def, pano12vcd.def: Add project file
	for msvc and support files

	* resample.c: Fix cast-as-lvalue warning. Add function
	declarations. Ensure all variables initialised. Remove unused
	variables. Fix cast scope. Fix fprintf format string

	* ptpicker.c: Correct sprintf format strings

	* lmdif.c: Correct function declarations. Remove unused
	variables. Remove redundant functions

	* fourier.c: Remove unused variables. Comment out unused code

	* filter.c: Ensure variables initialised. Fix cast scope

	* file.c: Fix multi-character char const warning. Remove unused
	variables. Fix signed/unigned comparison warnings

	* adjust.c: Add function declarations. Ensure variables
	initialised. Comment out unused code. Correct sprintf format
	string

	* adjust.h: Add new header

	* fftn.c: Fix signed/unsigned warnings

	* correct.c: Fix cast-as-lvalue error. Ensure all variables
	initialised

	* Makefile.am: Add new files to automake system

	* optimize.c: Remove unused variables. Add function declarations

	* ptpicker.c: Remove unused variable

	* parser.c: Add function declarations. Correct printf/scanf
	format definitions. Add default case to switch statement

	* ZComb.c, ZComb.h, tiff.c: Move Z combining code to it's own
	files. Fix parameter declaration in tiff.c

	* pteditor.c, ptpicker.c, resample.c, adjust.c, lmdif.c: Remove
	#pragma unused (not used by gcc or msvc)

	* tools/PTOptimizer.c: Remove unused variables. Add explicit
	function declaration

	* sys_win.h: Correct parameter declaration

	* sys_ansi.c: Remove unused variable

	* remap.c: Add explicit variable initialisation

	* pteditor.c: Add explicit function declaration

	* png.c: Fix data type. Fix Optimise bug

	* Triangulate.c: Remove unused variable

2005-04-22 15:30:14  dwilkins42  (dwilkins42)

	* javastub.c: Required for --without-java support

	* pano12.rc: Correct rc language version (messages are in english
	not german)

	* Makefile.am, configure.ac: Add --without-java support

2005-02-26 08:14:10  dwilkins42  (dwilkins42)

	* panorama.h: __INTEL__ cannot be used as a test for windows

2005-02-17 14:37:46  dwilkins42  (dwilkins42)

	* configure.ac: Update version number

2005-02-04 08:38:21  jim0watters  (jim0watters)

	* adjust.c, parser.c, queryfeature.c, version.h: Fix bug when
	cropping outside of image  - Joost Nieuwenhuijse

2005-01-12 08:03:39  dwilkins42  (dwilkins42)

	* m4/ax_check_graphics.m4, configure.ac: Add initial support
	in autotools for the 64 bit linux platform. Remove default
	search paths

2005-01-07 09:26:30  dwilkins42  (dwilkins42)

	* tools/.cvsignore, tools/Makefile.am, build/win32/Makefile.am,
	doc/Makefile.am, m4/Makefile.am, build/Makefile.am, Makefile.am,
	bootstrap, configure.ac: Ensure maintainer-clean and distcheck
	targets work. Disable maintainer-mode in dist tarball.

	* m4/ax_check_java.m4: Put only _really_ required includes in
	JAVA_FLAGS. Should fix problem on Debian with gcj.

2004-12-01 01:44:33  specu  (specu)

	* sys_win.c: add title to the PrintError messagebox

	* sys_win.c: fix typo

	* version.h: replace non ASCII char with (c) - fix for bug 1076139

