2017-09-19  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.9.8

	* src/Makevars ($(USERLIBST)): Only strip on Linux

	* cleanup: Also remove src/*.dylib and vignette files

	* vignettes/RcppClassic-intro.Rmd: Minor updates
	* vignettes/pinp.cls: Minor updates from pinp package

2017-09-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 0.9.7

	* vignettes/RcppClassic-intro.Rmd: Converted from Rnw to Rmd using
	the new 'pinp' package
	* vignettes/pinp.cls: Added for vignette use

	* src/init.c: New file with (empty) registration (as no .Call() here)
	* NAMESPACE: Added .registration=TRUE to useDynLib()

	* src/RcppFunction.cpp: Reindented, replaced tabs with spaces,
	which realigns code as intended and suppresses a new g++ warning
	* src/RcppResultSet.cpp: Idem
	* inst/include/classic/RcppResultSet__backward.h: Idem

	* src/Makevars: Strip libraries if /usr/bin/strip is present

	* .travis.yml: Converted to using run.sh from r-travis; added
	pinp; add edd/misc ppa for r-cran-pinp binary

2015-01-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.9.6

	* src/Makevars: Updated, one char change requested by CRAN Maintainers

2015-01-09  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/RcppClassic-intro.Rnw: Small update for look&feel

2015-01-08  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/RcppClassic-intro.Rnw: Small update regarding builds

2015-01-07  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/RcppClassic-intro.Rnw: Updated build instructions
	* vignettes/Makefile: Deleted, no longer needed

	* inst/examples/RcppClassicExample/: Modernized package

2014-01-25  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Move methods from Depends: to Imports
	* NAMESPACE: Add 'import(methods)'

	* R/inline.R: Switch ':::' to '::' in two cases

	* cleanup: Remove (empty) inst/dir if it exists

	* vignettes/RcppClassic-intro.Rnw: Updated

2014-01-23  Dirk Eddelbuettel  <edd@debian.org>

	* src/RcppResultSet.cpp: Add new #ifdef test to permit compilation
	under Rcpp versions later than 0.10.6 which changed once again

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
