# Automatically generated file --- DO NOT EDIT
2007-06-25 18:19  abarth93

	* DESCRIPTION, inst/griddata.m: griddata returns now NaN for
	  location where no value can be obtained (instead of 0)

2007-03-28 20:54  adb014

	* DESCRIPTION: Update for the external dependencies

2007-03-23 17:14  adb014

	* inst/convhull.m, inst/delaunay.m, inst/delaunay3.m,
	  inst/griddata.m, inst/voronoi.m, inst/voronoin.m,
	  src/__voronoi__.cc, src/convhulln.cc, src/delaunayn.cc,
	  src/tsearch.cc: Update the FSF address

2007-03-20 23:13  adb014

	* src/autogen.sh: Ensure that configure script is executable

2007-03-07 21:20  adb014

	* src/autogen.sh: Conditional build of configure file

2007-02-05 21:53  abarth93

	* DESCRIPTION, doc/ChangeLog, inst/griddata.m: griddata.m: xi and
	  yi are not "meshgridded" if both are vectors of the same size (for
	  compatibility)

2007-02-01 14:26  pkienzle

	* inst/griddata.m: Add method argument to griddata

2007-01-30 23:23  adb014

	* DESCRIPTION: Add Autoload field to DESCRIPTION of main/ packages

2007-01-16 06:39  goffioul

	* src/: Makeconf.in, Makefile, configure.base, convhulln.cc: use
	  _snprintf instead of snprintf, when required

2007-01-16 06:39  goffioul

	* src/__voronoi__.cc: replace variable size array with
	  OCTAVE_LOCAL_BUFFER

2007-01-07 15:45  hauberg

	* DESCRIPTION: Removed dots (.) from titles in DESCRIPTION

2006-11-29 17:52  hauberg

	* inst/inpolygon.m: Small bugfix

2006-11-29 17:44  hauberg

	* inst/inpolygon.m: Remove the need for division (and hence the
	  division-by-zero warnings)

2006-11-26 15:17  hauberg

	* inst/inpolygon.m: The code now checks correctly if the points are
	  on the polygon

2006-11-26 14:16  hauberg

	* inst/inpolygon.m: Better input checking

2006-11-26 14:06  hauberg

	* inst/inpolygon.m: Some bugfixing and two demos

2006-11-15 20:48  hauberg

	* inst/inpolygon.m: Added inpolygon by Rick A Niles

2006-10-14 19:39  hauberg

	* COPYING: Removed unvalid characters from all GPL licenses in the
	  packages

2006-10-02 21:47  adb014

	* DESCRIPTION: Latest mega package manager update

2006-09-15 22:33  adb014

	* DESCRIPTION: Further automatic rpm build fixes

2006-08-28 22:06  adb014

	* .cvsignore, AUTHORS, ChangeLog, Makefile, TODO, doc/AUTHORS,
	  doc/ChangeLog, doc/TODO: More package manager stuff

2006-08-25 21:49  adb014

	* src/: autogen.sh, configure.base, install-sh, octinst.sh.in:
	  Latest package manager mega patch, but not the last

2006-08-24 17:39  qspencer

	* README: Remove some references to LOADPATH in documentation.

2006-08-24 02:04  adb014

	* src/tsearch.cc: remove cruft of #ifdef

2006-08-24 01:31  adb014

	* Makefile, src/.cvsignore, src/Makeconf.add, src/Makeconf.base,
	  src/Makeconf.in, src/autogen.sh, src/configure.add,
	  src/configure.base: simplify geometry package

2006-08-21 20:39  hauberg

	* inst/.cvsignore, src/.cvsignore: Added a lot of .cvsignore's in
	  main

2006-08-20 14:33  hauberg

	* COPYING, DESCRIPTION, Makeconf.add, Makefile, __voronoi__.cc,
	  configure.add, convhull.m, convhulln.cc, delaunay.m, delaunay3.m,
	  delaunayn.cc, griddata.m, tsearch.cc, tsearchdemo.m, voronoi.m,
	  voronoin.m, inst/convhull.m, inst/delaunay.m, inst/delaunay3.m,
	  inst/griddata.m, inst/tsearchdemo.m, inst/voronoi.m,
	  inst/voronoin.m, src/Makeconf.add, src/Makeconf.base,
	  src/Makeconf.in, src/Makefile, src/__voronoi__.cc,
	  src/autogen.sh, src/configure.add, src/configure.base,
	  src/convhulln.cc, src/delaunayn.cc, src/install-sh,
	  src/octinst.sh.in, src/tsearch.cc: Changed the directory
	  structure to match the package system

2006-06-06 18:32  abarth93

	* delaunayn.cc: decompose all non-simplicial facets and change
	  Qhull options

2006-05-25 23:34  adb014

	* __voronoi__.cc, convhulln.cc, delaunayn.cc: Typo in previous
	  change to print_usage

2006-05-19 08:58  jwe

	* __voronoi__.cc, convhulln.cc, delaunayn.cc, tsearch.cc: [no log
	  message]

2006-05-05 00:42  tom_holroyd

	* convhulln.cc:

	  fixed spelling error

2006-05-05 00:40  tom_holroyd

	* convhulln.cc:

	  Guarantee consistent windings and simplicial facets in all
	  dimensions with QJ.

2006-01-07 06:11  adb014

	* .cvsignore: patch to allow 2.9.x autoload functionality to
	  replace symbolic links

2005-09-08 05:19  pkienzle

	* convhull.m, delaunay.m, delaunay3.m, griddata.m: [for Bill
	  Denney] is_vector -> isvector

2005-09-08 04:00  pkienzle

	* convhull.m, delaunay.m, delaunay3.m, griddata.m, voronoi.m,
	  voronoin.m: [for Bill Denney] isstr -> ischar

2005-05-31 05:04  adb014

	* griddata.m: fix for single/double quote issues

2005-05-25 05:43  pkienzle

	* tsearchdemo.m: Author/Copyright consistency

2005-03-01 17:33  pkienzle

	* configure.add: Don't append to LIBS when checking for a function
	  in a library

2004-07-08 06:56  pkienzle

	* tsearch.cc: Fix copyright strings.  Only one allowed on top line
	  so keep the most recent there and move the rest below the license
	  statement.  'And' copyrights still not handled correctly.

2004-06-18 22:27  pkienzle

	* Makeconf.add, Makefile, README, __voronoi__.cc, configure.add,
	  convhulln.cc, delaunayn.cc: Check if qh_version is needed before
	  defining it.

2004-03-18 15:36  rlaboiss

	* __voronoi__.cc, configure.add, convhulln.cc, delaunayn.cc: [RL
	  for Dirk Eddelbuettel]

	  Applied patch from Dirk for the Debian octave-forge package.  From
	  the debian/changelog:

	    * main/geometry/{convhulln,delaunayn,voronoi}.cc: Change version
	      identifier declaration to `char *qh_version' to match libqhull5

2004-01-24 18:42  rlaboiss

	* delaunayn.cc: Dummy commit

2003-12-14 17:53  rlaboiss

	* __voronoi__.cc, convhulln.cc, delaunayn.cc: Update all the
	  qh_version strings to the date of today.  Made them compliant to the
	  ISO 8601 norm, i.e. the date strings are in the form YYYY-MM-DD.

2003-12-14 17:42  rlaboiss

	* __voronoi__.cc, voronoi.m, voronoin.m: Introduced a optional
	  argument to the voronoi* functions for passing extra options to the
	  underlying qhull command.  Again, only minimal tests have been done.
	  Please, test this changes.

2003-12-13 10:37  rlaboiss

	* convhull.m, convhulln.cc: Extended the convhull* functions to
	  accept an extra (string) argument containing extra options to be
	  passed to the underlying qhull command, in the same way the
	  delaunay* functions work now.  Also, improved the documentation
	  strings.

2003-11-19 18:30  pkienzle

	* convhulln.cc: Minor cleanup; check and warn if more than dim
	  vertices for a facet.

2003-11-19 15:17  pkienzle

	* convhulln.cc: Use 'Qt' option so that it handles difficult cases.

2003-11-10 17:59  pkienzle

	* griddata.m: Work around octave bug in boolean indexing

2003-09-12 16:22  adb014

	* tsearchdemo.m: Changes to allow use with latest CVS of octave
	  (do_fortran_indexing, etc)

2003-06-01 21:36  pkienzle

	* .cvsignore: Ignore build targets when doing cvs -q update -dP ---
	  makes it easier to notice that files have been added.

2003-03-05 16:31  pkienzle

	* tsearch.cc: Backport to octave-2.1.36

2003-02-22 16:52  pkienzle

	* Makefile: [no log message]

2003-02-22 16:04  kahacjde

	* Makefile:

	  Target griddata does not (yet?) exist

2003-02-10 04:35  pkienzle

	* delaunayn.cc: Qt is more accurate than QJ, so suggest using that
	  instead

2003-02-10 04:27  pkienzle

	* Makefile: Build griddata as well.

2002-12-27 20:26  pkienzle

	* tsearchdemo.m: tsearch/dsearch test function

2002-12-27 20:19  pkienzle

	* griddata.m: Add some demos

2002-12-27 20:18  pkienzle

	* tsearch.cc: Find the triangle containing the point

2002-12-27 20:17  pkienzle

	* delaunay.m: Draw diagram if no return values requested

2002-11-15 00:17  aadler

	* README: new file locations

2002-11-04 21:09  etienne

	* griddata.m, voronoi.m: varargout changes

2002-09-26 13:06  rlaboiss

	* AUTHORS, delaunay.m, delaunay3.m: Make delaunay and delaunay3
	  functions accept an extra argument containing options to the qhull
	  command.  This completes the changes for the delaunay* functions.
	  The same has to be done with voronoi and convhull.

2002-09-25 20:25  rlaboiss

	* delaunayn.cc: The delaunayn functions always call qhull with
	  option Qbb now.  This avoid problems with inputs which are not
	  normalized.  Also, added second argument to pass extra options to
	  the qhull command.  This changes were approved by Kai Habel as per
	  our email discussion on 2002-05-11.

2002-08-23 05:01  pkienzle

	* delaunay.m: Add example to the doc string.

2002-04-29 16:19  pkienzle

	* configure.add: Clear conftest* after testing for libqhull

2002-04-23 00:02  pkienzle

	* __voronoi__.cc, delaunayn.cc: Don't use cerr

2002-04-22 23:32  pkienzle

	* convhulln.cc: don't use cerr for warning messages

2002-04-12 22:27  pkienzle

	* Makefile: Use mkoctfile -s to strip oct-files

2002-04-12 22:21  pkienzle

	* configure.add: Make it work for old and new versions of autoconf
	  (I hope)

2002-03-26 04:16  pkienzle

	* __voronoi__.cc, convhulln.cc, delaunayn.cc, griddata.m: Fix doc
	  strings in preparation for automated index building.

2002-03-18 08:43  pkienzle

	* Makefile: Makefiles more consistent; accept optional "install"
	  target in tertiary makes

2002-03-16 06:29  pkienzle

	* configure.add: More informative failure messages when components
	  not found

2002-03-13 22:10  pkienzle

	* configure.add: ./configure status report at end of script

2002-01-07 15:27  pkienzle

	* voronoi.m: Use unique(x,"rows") rather than the no longer
	  available __unique_rows__ provide example limit default graph to the
	  data set rather than the entire voronoi diagram

2001-10-31 20:05  pkienzle

	* Makefile, configure.add: Correctly check for libqhull and make
	  sure that it builds

2001-10-31 19:50  pkienzle

	* griddata.m: put commas in matrix constructors

2001-10-10 21:54  pkienzle

	* AUTHORS, ChangeLog, Makeconf.add, Makefile, README, TODO,
	  __voronoi__.cc, configure.add, convhull.m, convhulln.cc,
	  delaunay.m, delaunay3.m, delaunayn.cc, griddata.m, voronoi.m,
	  voronoin.m: Initial revision

2001-10-10 21:54  pkienzle

	* AUTHORS, ChangeLog, Makeconf.add, Makefile, README, TODO,
	  __voronoi__.cc, configure.add, convhull.m, convhulln.cc,
	  delaunay.m, delaunay3.m, delaunayn.cc, griddata.m, voronoi.m,
	  voronoin.m: revised heirarchy

