 Version 0.1-5

 Uploaded to CRAN 02/02/2014

 In the help for plot.tile.list() the call this function that
 made use of the "clipp" argument has been wrapped in
   if(require(polyclip)) {
       ...
   }
 so as to avoid errors when the deldir package is used by older
 versions of R which do not provide the polyclip package.
 (Change made at the behest of Uwe Ligges.)

 Version 0.1-4

 Uploaded to CRAN 31/01/2014
 
 Fixed up an error in the handling of "x" and "y" coordinates
 and the "z" weights as columns of a data frame.  The code asked
 for a third column of the data frame, and there might not be one.
 Error caught by the CRAN people when the ade4 package threw an
 error upon calling deldir.

 Changed the protocol so that:
   * the x coordinates are the column named "x" if there is one
     else the first column *not* named "y" or "z"
   * the y coordinates are the column named "y" if there is one
     else the first column *not* named "x" or "z"
   * the z weights are the column named "z" if there is one *and*
     if the z argument is NULL (else the z weights are left to be
     NULL.

 Version 0.1-3

 Uploaded to CRAN 30/01/2014

 Fixed up references to my web page to refer to my
 New Zealand web page. (28/01/2014)

 Adjusted code to allow the x argument of deldir() to be
 a data frame whose names do *not* necessarily include "x",
 "y", and "z".  In this case the x coordinates are taken to
 be the first column of the data frame, the y coordinates to
 be the second column, and z to be the third column if that
 column exists.

 Version 0.1-2

 Uploaded to CRAN 01/10/2013.

 Adjusted the behaviour of the function plot.tile.list()
 when verbose=TRUE, very slightly.

 Removed the use.gpclib argument to plot.tile.list()
 (in accordance with the new behaviour of spatstat).

 Version 0.1-1

 Revised the function "plot.tile.list", changing the behaviour of
 the colouring of tiles and added the argument "clipwin".
 Request of Chris Triggs.

 Added the internal function "getCol".
 
 Added the arguments "border", "clipwin" and "warn", and eliminated
 the (redundant) argument "showrect".

 Added the function "tilePerim" and the internal function
 "tilePerim0".  Request of Haozhe Zhang.

 Uploaded to CRAN 02 October 2013

 Version 0.0-22 (17 April 2013)

  Fixed the dimensioning of delsgs, dirsgs, and ind in
  delsegs.r and dirsegs.r.  Had used a "1" as the last
  dimension and this now throws a "subscript out of range"
  warning from the compiler.

 Version 0.0-21 (12 October 2012)

  Fixed glitch w.r.t. the z-argument of deldir() --- if
  "x" was a list with "x" and "y" components, and if "z"
  was supplied as a separate argument, then "z" got ignored.

  Added a "point number" component to the list produced for
  each Delaunay triangle by triang.list().

  Added the function duplicatedxy() to determine duplicated
  points, to make it convenient for the user to eliminate
  duplicates from a point set before calling deldir().
  Done at the request of Adrian Baddeley.

 Version 0.0-20 (07 September 2012)

 Removed the elaborate startup message referring to changes
 from previous versions of "deldir".  Replaced this with
 message produced by deldir() itself, the first time that
 it is called in any given session.  Added an argument
 "suppressMsge" to deldir() allowing the user to keep this
 message from appearing.
  Done at the request of Adrian Baddeley.

 Version 0.0-19 (23 April 2012)

 Added warnings in respect of change of "summary" and "delsgs"
 from matrices to data frames.

 Corrected spelling of "auxiliary" in various places.

 Fixed up the "see also"-s in tile.list() and plot.tile.list().

 Fixed a typo in the help for plot.tile.list().

 Fixed up the "see also" in the help for deldir().

 Version 0.0-18 (21 April 2012)

 At the suggestion of Simon Greener, added the capacity to carry
 along "auxilliary" variables or "weights" associated with the
 points being triangulated.

 If supplied these weights appear as a third column of the
 data frames specifying the triangles in the triangulation,
 as produced by the function triang.list().

 Version 0.0-17 (03 April 2012)

 Added the function triMat() at the suggestion of
 Robin Hankin.

 Fixed a glitch in the documentation of deldir()
 (in the Warning section).

 Tweaked the documentation of plot.tile.list(), plot.triang.list(),
 and tile.list().

 Version 0.0-16 (04 November 2011)

 Fixed some minor errors in the documentation.

 Added a namespace.

 Version 0.0-15 (12 August 2011)

 Fixed a bug in triang.list(); occasionally triangles would
 appear in this list which were *not* Delaunay triangles but
 rather the union of three congtiguous such triangles.  This
 now no longer happens.

 Fixed some minor infelicities in the Fortran (ratfor) code.

 Removed switch() statements from the ratfor code (and replaced
 them with a sequence of if's).  It appears that the ratfor
 compiler that is currently available to me does not handle
 switch statements properly.  The resulting Fortran code
 compiled and loaded but led to errors when run.

                       *****************************

 Version 0.0-14 (22 June 2011)

 Put the startup messages into packageStartupMessage()
 rather than catting them.  At the request of Thierry Onkelinx.

                       *****************************

 Version 0.0-13 (29 November 2010)

 Renamed the directory inst/ratfor.discarded inst/code.discarded
 and moved the no-longer-used function ind.dup to that directory.

 Added a facility to plot.deldir() to plot the enclosing rectangle "rw".

 Added the same facility to plot.tile.list().

 Added attribute "rw" to the object returned by tile.list() so that
 the foregoing facility can work.

 Added function triang.list().

 Added function plot.triang.list().

 Added arguments add, xlab, ylab, main, and asp to plot.tile.list().

                       *****************************

 Version 0.0-12 (08 January 2009)

 Fixed a minor glitch in the .First.lib() function.  I had
 a backspace coded into the message produced, and this upset
 Sweave.  The backspace had been put in to get things to line
 up correctly.  Re-arranged things (properly!) so that it is
 no longer needed.

                       *****************************

 Version 0.0-11 (09 December 2009)

 No change, really.  A tweak that I made to the First() function
 in version 0.0-10, *without* changing the version number (psigh!)
 did not propagate to the Windoze and Mac OSX binaries.

 So version 0.0-11 is just the same as the tweaked realization of
 of version 0.0-10 but with the version number changed so that the
 tweak will propagate.

                       *****************************

 Version 0.0-10 (16 November 2009)

 Got rid of the call to ind.dup() which used a very rough
 bit of Fortran code to detect duplicated points, and
 replaced it with a call to duplicated().

 (Bug pointed out by Bjarke Christensen.)

                       *****************************

 Version 0.0-9 (4 November 2009)

 Added a new function tile.centroids() --- which does the obvious.
 Motivated by an inquiry from Leandro Moreira.

 Added a ChangeLog

                       *****************************

 Version 0.0-8 (4 April 2009)

 Removed the labels from the x and y vectors in the tile descriptions
 produced by tile.list.  These labels (which were the row numbers in
 the dirsgs data frame returned by deldir()) served no useful purpose
 and were potentially confusing.

                       *****************************

 Versions 0.0-2 through 0.0-7 were not tracked here. :-( Simply forgot
 about doing this.  I thoroughly *intend* [ :-) ] to get the archives
 from CRAN and try to document the changes.  Recent ones involved
 fixing bugs in and adding features to the tile.list() and
 plot.tile.list() functions.

                       *****************************

 Version 0.0-1 (21 February 2002)
 This version is simply an adaptation of the Splus version
 of the package to R.


==============================================================================
The following items relate to the Splus versions of deldir
==============================================================================

 Version date: 14 February 2002.
 This version supercedes the version dated 24 April 1999.

 The changes from the version dated 24 April 1999 to the
 version dated 14 February 2002 were:

	A bug in the procedure for eliminating duplicated points was
	fixed.  Thanks go to Dr. Berwin Turlach of the Department of
	Maths and Stats at the University of Western Australia, for
	spotting this bug.

                       *****************************

 Version date: 24 April 1999.
 This version supercedes the version dated 26 October 1998.

 The changes from the version dated 26 October 1998 to the
 version dated 24 April 1999 were:

	(1) The function mipd(), stored in mipd.sf, and the
	corresponding Fortran subroutine mipd, stored in mipd.r, have
	been replaced by mnnd() in mnnd.sf and mnnd in mnnd.r.  The
	function mipd calculated the mean interpoint distance, to be
	used in constructing dummy point structures of a certain
	type.  After some reflection it became apparent that the mean
	interpoint distance was much too large for the intended
	purpose, and that a more appropriate value was the ``mean
	nearest neighbour distance'' which is calculated by the new
	function.  This new value is now used in constructing dummy
	point structures.

	Note that the operative result is that the resulting dummy
	point structures contain many more points than before.  The
	old value caused large numbers of the dummy points to fall
	outside the data window and therefore to be clipped.

                       *****************************

 Version date: 26 October 1998.
 This version supercedes the version dated 6 December 1996.

 The changes from the version dated 6 December 1996 to the
 version dated 26 October 1998 were:

	(1) A ratfor/Fortran routine named ``inside'' has been
	renamed ``dldins'' to avoid conflict with a name built in to
	some versions of Splus.

	(2) Some minor corrections have been made to dangerous
	infelicities in a piece of the ratfor/Fortran code.

	(3) The dynamic loading procedure has been changed to use
	dyn.load.shared so that the package is easily usable on
	IRIX systems as well as under SunOS/Solaris.

	(4) The package has been adjusted slightly so that it
	can easily be installed as a section of a library.  In
	particular, the dynamic loading is now done by the
	.First.lib() function rather than from within deldir()
	itself; reference to an environment variable DYN_LOAD_LIB
	is no longer needed.
