2013-07-27  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.9.4

	* src/RcppFunction.cpp: In Rf_eval() ensure second argument is an
	environment as per request by Brian Ripley

2012-12-21  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.9.3

	* DESCRIPTION: Increased Depends to Rcpp (>= 0.10.2)
	* inst/include/RcppClassic.h: Remove test for Rcpp 0.10.2, use Depends

2012-12-09  Romain Francois <romain@r-enthusiasts.com>

	* src/RcppResultSet.cpp : define getPosixClasses, new_posixt_object and
	new_date_object as these will no longer be included in Rcpp 0.10.2
	* include/RcppClassic.h: same

2012-07-23  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.9.2

	* vignettes/*: moved from inst/doc, Makefile updated accordingly
	* vignettes/RcppClassic-intro.Rnw: renamed from RcppClassic.Rnw

	* DESCRIPTION: changed Maintainer: to single person per CRAN Policy

2011-12-23  Dirk Eddelbuettel  <edd@debian.org>

	* inst/unitTests/runTests.R: unit tests output 'fallback' directory
	changed to '..' and files are now in top-level of $pkg.Rcheck/

2011-04-07  Dirk Eddelbuettel  <edd@debian.org>

	* inst/unitTests/runit.RcppDate.R: Once again comment-out
	test.RcppDatetime.get.functions() as it fails with different TZ values

2011-04-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.9.1

2011-04-04  Dirk Eddelbuettel  <edd@debian.org>

	* inst/doc/Makefile: Do not call clean in all target

2011-04-01  Dirk Eddelbuettel  <edd@debian.org>

	* inst/unitTests/runit.RcppDate.R: renamed 'wrap' test function which
	clashes with the templated function from Rcpp itself, minor cleanups

2011-02-28  Dirk Eddelbuettel  <edd@debian.org>

	* inst/doc/Makefile: Call R and Rscript relative to R_HOME/bin

2010-12-19  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Initial release 0.9.0

2010-12-17  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/classic/classic.h: Add copyMessageToR() declaration

2010-12-05  Dirk Eddelbuettel  <edd@debian.org>

	* inst/doc/RcppClassic.Rnw: Aligned with the Rcpp vignettes

2010-12-02  Romain Francois <romain@r-enthusiasts.com>

	* Create new package for deprecated 'classic Rcpp' API by carving it
	out of the current Rcpp package
