2013-05-04  Michael Sumner 
	* 1.1-14
	* deprecated tripTransform, and removed Suggest for rgdal by adding a trip method for spTransform (enabled by update in sp)


2013-05-02  Michael Sumner 

  	* put back dontrun cut.trip.Rd example to pass CRAN

2013-03-28  Sebastian P. Luque <spluque@gmail.com>

	* NAMESPACE:
	  Remove commented code to avoid confusion.

	* R/trip2other.R, TODO, man/trip-methods.Rd:
	  Double quote argument to .Deprecated().

2013-03-27  Sebastian P. Luque <spluque@gmail.com>

	* R/AllMethod.R, R/trip2other.R, R/tripGrid.R:
	  No need to require() spatstat, since the package depends on it.

	* man/as.Other.Rd, man/readArgos.Rd, man/readDiag.Rd:
	  Fix argument descriptions and consolidate documentation of
	  functions for reading Argos data files.

	* man/as.Other.Rd, man/as.SpatialLinesDataFrame.Rd,
	  man/as.ltraj.Rd, man/as.ppp.Rd, man/as.trip.Rd:
	  Consolidate documentation of methods, functions and coercions
	  to/from other classes.

	* NAMESPACE, R/AllGenerics.R, R/AllMethod.R,
	  R/trip2other.R, man/as.SpatialLinesDataFrame.Rd, man/as.ltraj.Rd,
	  man/trip-deprecated.Rd, man/trip-methods.Rd:
	  Implementing 'as.trip' generic, with 'ltraj2trip' as definition
	  for first method. Deprecating 'as.trip.SpatialLinesDataFrame',
	  replacing it with 'as.SpatialLinesDataFrame'.trip'.

	* man/virtuals.Rd:
	  virtuals.Rd no longer needed.

	* man/as.ltraj.Rd, man/as.ppp.Rd:
	  execute examples requiring suggested packages only if available.

	* man/trip-methods.Rd:
	  Enable example using adehabitatLT, conditional on its
	  availability.

	* man/as.SpatialLinesDataFrame.Rd, man/as.ltraj.Rd, man/as.ppp.Rd,
	  man/trip-class.Rd, man/trip-deprecated.Rd, man/trip-internal.Rd,
	  man/trip-methods.Rd, man/tripTransform.Rd:
	  Implementing some examples, fixing \alias'es and moving where
	  appropriate.

	* R/speedfilter.R, R/trip.R:
	  Use getTORnames() and getTimeID() where appropriate.

	* DESCRIPTION:
	  Remove TimeOrderedRecords from Collate field.

	* R/AllMethod.R, R/TimeOrderedRecords.R:
	  Move the few lines of code in TimeOrderedRecords.R to
	  AllMethod.R.

	  Use getTORnames() and getTimeID() where appropriate.

	  Minor refactoring to improve legibility, and use signature() to
	  build signatures.

2013-03-26  Sebastian P. Luque <spluque@gmail.com>

	* man/as.SpatialLinesDataFrame.Rd, man/as.ltraj.Rd, man/as.ppp.Rd,
	  man/cut.trip.Rd, man/filter.penSS.Rd, man/forceCompliance.Rd,
	  man/oc.theme.Rd, man/readArgos.Rd, man/readDiag.Rd,
	  man/sepIdGaps.Rd, man/trackDistance.Rd, man/trip-accessors.Rd,
	  man/trip-class.Rd, man/trip-methods.Rd, man/tripGrid.Rd,
	  man/tripGrid.interp.Rd, man/tripTransform.Rd:
	  More minor formatting of documentation, in preparation for more
	  examples and testing.

	* man/trip-class.Rd, man/trip-internal.Rd, man/trip-methods.Rd:
	  Moving doc pieces where they belong.

2013-03-25  Sebastian P. Luque <spluque@gmail.com>

	* R/AllMethod.R, man/trip-class.Rd, man/trip-methods.Rd,
	  man/trip.Rd:
	  Make the SpatialPointsDataFrame the default method, and separate
	  documentation for trip methods. Remove unnecessary \alias, and
	  methods for removed stand-alone function.

	* man/trip-accessors.Rd, man/trip-class.Rd:
	  Separate documentation for accessors, and remove unnecessary
	  \alias'es.

	* man/TimeOrderedRecords-class.Rd, man/TimeOrderedRecords.Rd:
	  Consolidate TimeOrderedRecords documentation.

2013-03-24  Sebastian P. Luque <spluque@gmail.com>

	* R/trip.split.R:
	  Use identical() instead of all.equal() for testing.

2013-03-23  Sebastian P. Luque <spluque@gmail.com>

	* TODO, man/TimeOrderedRecords-class.Rd, man/TimeOrderedRecords.Rd,
	  man/adjust.duplicateTimes.Rd, man/argos.sigma.Rd,
	  man/as.SpatialLinesDataFrame.Rd, man/as.ltraj.Rd, man/as.ppp.Rd,
	  man/cut.trip.Rd, man/filter.penSS.Rd, man/forceCompliance.Rd,
	  man/makeGridTopology.Rd, man/oc.theme.Rd, man/readArgos.Rd,
	  man/readDiag.Rd, man/sepIdGaps.Rd, man/speedfilter.Rd,
	  man/trackDistance.Rd, man/trip-class.Rd, man/trip-deprecated.Rd,
	  man/trip-internal.Rd, man/trip.Rd, man/tripGrid.Rd,
	  man/tripGrid.interp.Rd, man/tripTransform.Rd, man/virtuals.Rd:
	  Minor global formatting changes, and added Id SVN keyword.

2013-03-22  Sebastian P. Luque <spluque@gmail.com>

	* man/cut.trip.Rd, man/trip.split.exact.Rd:
	  Rename file, following deprecation of trip.split.exact().

	* NAMESPACE, R/trip.split.R, TODO, man/trip-deprecated.Rd,
	  man/trip.split.exact.Rd:
	  Implemented cut() method, deprecating trip.split.exact().

2013-03-21  Sebastian P. Luque <spluque@gmail.com>

	* R/speedfilter.R:
	  Replace equal assignment operator.

	* NAMESPACE:
	  Restrict the classes that are exported.

	* R/AllClass.R, R/AllMethod.R, man/trip-class.Rd,
	  man/trip-internal.Rd:
	  Use summary.TORdata for consistency.

	* man/trip-class.Rd:
	  Add \alias for 'summary.tordata' show() method.

	* TODO, man/trip-internal.Rd:
	  Update documentation for internals.

	* R/trip2other.R:
	  Use fully qualified reference to adehabitatLT and spatstat
	  functions.

	* R/AllMethod.R:
	  Remove subset.trip() function; just make it the definition for
	  the trip method.

	  Remove summary.tordata() function; just make it the definition
	  for the trip method.

	  Remove recenter.trip() function; just make it the definition for
	  the trip method.

	  Show methods for 'summary.tordata' and 'trip'.

	* R/AllClass.R:
	  Do not export validTORdata(), as it is internal.

	* NAMESPACE, R/oc.theme.R, R/trackDistance.R, R/trip.R,
	  R/trip.split.R, R/tripGrid.R:
	  Do not export internal objects. Prefix them with a dot, and use
	  exportPattern() and exportMethods() in NAMESPACE.

	  Declare S3 methods.

2013-03-20  Sebastian P. Luque <spluque@gmail.com>

	* DESCRIPTION, NAMESPACE:
	  Add Collate: field for better control of loading order.

	  Perhaps code in TimeOrderedRecords.R should be moved to
	  AllMethod.R...

	* R/AllMethod.R, R/trip.R:
	  Move trip() to AllMethod.R for loading sequence logic.

	* R/AllClass.R, man/trip-internal.Rd:
	  Rename to validTORdata for consistency.

	* R/TimeOrderedRecords.R, R/filter.penSS.R, R/oc.theme.R,
	  R/readDiag.R, R/speedfilter.R, R/trackDistance.R, R/trip.split.R,
	  R/trip2other.R, R/tripGrid.R:
	  Adding local Emacs variables.

	* R/AllMethod.R, R/trip.R:
	  Move S3 methods to AllMethod.R

	* R/AllClass.R, R/AllGenerics.R, R/AllMethod.R:
	  Adding Id keyword property.

	* NAMESPACE:
	  Removing commented code.

	* R/tripFunctions.R:
	  Removed.

	* R/filter.penSS.R, R/speedfilter.R, R/trackDistance.R:
	  Removing unnecessary commented code.

	* R/AllClass.R, R/AllGenerics.R, R/AllMethod.R,
	  R/TimeOrderedRecords.R, R/trip.R, R/trip2other.R:
	  Moving class definitions and validity checks to AllClass.R,
	  methods to AllMethod.R, and generics to AllGenerics.R.

	  Restore validtordata() as validity check for trip. It was
	  accidentally commented and removed in r57 and r59, respectively.

	* R/tripFunctions.R:
	  Moving all this code to trip.R

2013-03-19  Sebastian P. Luque <spluque@gmail.com>

	* R/oc.colors.R, R/oc.theme.R:
	  Consolidating; there was a duplicate oc.theme().

	* R/speedfilter.R, R/trip.R, R/trip.split.R, R/trip2other.R,
	  R/tripFunctions.R, R/tripGrid.R:
	  Removing old commented code.

	* R/trip.R, R/tripFunctions.R:
	  Minor global source formatting for improving readability,
	  maintenance.

	  Adding Id for svn:keywords property.

	* R/speedfilter.R:
	  Formatting of commented function (unnecessary, but helps keep
	  sanity).

	* R/trip.split.R, R/trip2other.R, R/tripGrid.R:
	  Minor global source formatting for improving readability,
	  maintenance.

	  Adding Id for svn:keywords property.

	* R/filter.penSS.R, R/oc.theme.R, R/readDiag.R, R/speedfilter.R,
	  R/trackDistance.R:
	  Removing newlines inside object definitions.

	* R/trackDistance.R:
	  Fixed Id keyword (SVN).

	* R/TimeOrderedRecords.R, R/filter.penSS.R, R/oc.colors.R,
	  R/oc.theme.R, R/readDiag.R, R/speedfilter.R, R/trackDistance.R:
	  Minor global source formatting for improving readability,
	  maintenance.

	  Adding Id for svn:keywords property.

	* R/TimeOrderedRecords.R, R/filter.penSS.R, R/oc.colors.R,
	  R/oc.theme.R, R/readDiag.R, R/speedfilter.R, R/trackDistance.R:
	  Minor global source formatting for improving readability,
	  maintenance.

2013-03-08  Michael D. Sumner <mdsumner@gmail.com>

	* DESCRIPTION, R/trip2other.R:
	  Fixed new author mechanism.

	* DESCRIPTION, NEWS, R/trip2other.R:
	  fix for ltraj2trip from Sebastian

2012-10-31  Michael D. Sumner <mdsumner@gmail.com>

	* DESCRIPTION, NEWS, man/trip.split.exact.Rd:
	  add dontrun to trip.split.exact example, was taking too long for
	  CRAN policy

2012-10-24  Michael D. Sumner <mdsumner@gmail.com>

	* NEWS:
	  NEWS update

2012-10-09  Michael D. Sumner <mdsumner@gmail.com>

	* NEWS, TODO:
	  update news and todo

	* NAMESPACE, namespaceTODO.txt:
	  cleanup

	* man/as.ltraj.Rd:
	  stray require(adehabitat)

	* NAMESPACE:
	  spRbind from maptools

	* R/filter.penSS.R:
	  Put penalized in filter.penSS() to avoid scoping notes 'no
	  visible binding for global variable ...'

	* NAMESPACE, R/trip2other.R:
	  small namespace fixes from maptools/spatstat

	* man/trip-internal.Rd:
	  temporarily internal functions

	* man/as.ltraj.Rd, man/virtuals.Rd:
	  documentation links to adehabitat changed to adehabitatLT

	* R/trip.split.R, R/trip2other.R:
	  Removed require calls to maptools, now done in NAMESPACE.

	  Modified require() from old adehabitat to adehabitatLT

	* DESCRIPTION:
	  no more tests!

	* DESCRIPTION:
	  sdfasd

	* DESCRIPTION:
	  dsf

	* DESCRIPTION:
	  dasfads

	* DESCRIPTION:
	  ddd

	* DESCRIPTION:
	  ddd

	* NEWS:
	  test

	* DESCRIPTION:
	  dfas

	* DESCRIPTION:
	  test commit

	* NAMESPACE.not:
	  deleted

2012-10-08  Michael D. Sumner <mdsumner@gmail.com>

	* DESCRIPTION, NEWS, R/trip2other.R:
	  updates, now working on R CMD check . . .

	* DESCRIPTION, NAMESPACE, NEWS, R/trip2other.R:
	  updates to namespace, now to check / build

	* R/TimeOrderedRecords.R, R/filter.penSS.R, R/oc.colors.R,
	  R/readDiag.R, R/speedfilter.R, R/trackDistance.R, R/trip.R,
	  R/trip.split.R, R/tripFunctions.R, R/tripGrid.R:
	  updates to functions

	* namespaceTODO.txt:
	  r-forge is working, some .R files to finish

	* NAMESPACE.not:
	  update to NAMESPACE.not, still working on r-forge authentication

	* NEWS:
	  dummy change for r-forgery

2011-09-01  Michael D. Sumner <mdsumner@gmail.com>

	* namespaceTODO.txt:
	  adf

	* NAMESPACE, NAMESPACE.not:
	  turn off namespace

	* DESCRIPTION, NAMESPACE, NEWS, R/filter.penSS.R, R/oc.colors.R,
	  R/readDiag.R, R/speedfilter.R, R/trip.R, R/trip2other.R,
	  R/tripFunctions.R, R/tripGrid.R, TODO,
	  man/as.SpatialLinesDataFrame.Rd, man/as.ltraj.Rd, man/as.ppp.Rd,
	  man/filter.penSS.Rd, man/spTransform-methods.Rd,
	  man/trackDistance.Rd, man/trip-class.Rd, man/trip.Rd,
	  man/tripTransform.Rd, man/virtuals.Rd, namespaceTODO.txt:
	  Test commit

2011-07-26  Michael D. Sumner <mdsumner@gmail.com>

	* R/New Text Document.txt, R/oc.colors.R:
	  revert junk edits

	* R/New Text Document.txt, R/oc.colors.R:
	  junk edits to test process

2010-06-24  Michael D. Sumner <mdsumner@gmail.com>

	* man/TimeOrderedRecords-class.Rd, man/TimeOrderedRecords.Rd,
	  man/adjust.duplicateTimes.Rd, man/argos.sigma.Rd,
	  man/forceCompliance.Rd, man/makeGridTopology.Rd, man/oc.theme.Rd,
	  man/readArgos.Rd, man/readDiag.Rd, man/sepIdGaps.Rd,
	  man/spTransform-methods.Rd, man/speedfilter.Rd,
	  man/trackDistance.Rd, man/trip-class.Rd, man/trip-internal.Rd,
	  man/trip.Rd, man/trip.split.exact.Rd, man/tripGrid.Rd,
	  man/tripGrid.interp.Rd:
	  man/ Rd files

	* man:
	  man/ folder

	* R/TimeOrderedRecords.R, R/oc.colors.R, R/oc.theme.R,
	  R/readDiag.R, R/trackDistance.R, R/trip.R, R/trip.split.R,
	  R/tripFunctions.R, R/tripGrid.R:
	  R/ files

	* R:
	  R/ folder

	* DESCRIPTION, NEWS:
	  bare bones trip package

