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

	* DESCRIPTION: Version 0.2.0

	* DESCRIPTION (Description): Some minor last minute changes

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

	* inst/NEWS.Rd: Added

	* tests/simpleTests.R (testfile): Fix wrong case in package name

2015-02-04  Dirk Eddelbuettel  <edd@debian.org>

	* R/init.R (.parseResourceFile): Split off functionality from
	.onAttach(), permitting later call by user if needed
	* R/init.R (.onAttach): Call .parseResourceFile()

2015-02-04  Henrik Bengtsson  <hb@biostat.ucsf.edu>

	* R/init.R (.onAttach): Warn on non-existing key
	* README.md: Typo fixes, added note that channels are public
	* NAMESPACE: Export S3 methods
	* tests/simpleTests.R: Internal improvements and typo fixes

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

	* R/pushes.R: Some improvements to logic and use of test variables

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

	* R/init.R: Support option testemail and testchannel

	* DESCRIPTION: Bump Version: and Date:

2015-01-18  Mike Birdgeneau  <mike.birdgeneau@gmail.com>

	* R/pushes.R (pbPost): Support for channels

	* tests/simpleTests.R: Added tests for channels

2014-12-30  Dirk Eddelbuettel  <edd@debian.org>

	* tests/simpleTests.R: A few minor edits

2014-12-29  Mike Birdgeneau  <mike.birdgeneau@gmail.com>

	* R/pushes.R: Corrections to file transfer mode

	* tests/simpleTests.R: Added more tests

2014-11-03  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.1.1

	* DESCRIPTION: Updated the text in Description:

2014-11-02  Dirk Eddelbuettel  <edd@debian.org>

	* R/pushes.R: Correct file upload method

	* R/init.R: Protect filename by spaces

2014-10-10  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.1.0

2014-10-09  Dirk Eddelbuettel  <edd@debian.org>

	* man/rpushbullet-package.Rd: Added a new section on intialization
	detailing how api key, device key(s) and name(s) and defaultdevice
	can be specified via a dotfile, options or function arguments.

	* R/pushes.R: Minor correction

2014-10-08  Dirk Eddelbuettel  <edd@debian.org>

	* R/pushes.R: New (optional) argument 'email' in pbPost
	* man/pbPost.Rd: Corresponding manual page updates

2014-10-06  Dirk Eddelbuettel  <edd@debian.org>

	* R/pushes.R: Minor typo correction by Mike Birdgeneau

	* R/pushes.R: Made file operations silent, minor tweak to docs
	* R/init.R: Made file operations silent

	* R/init.R: Also set 'names' option from init file

	* tests/simpleTests.R: Added two examples for type='link'
	and type='file'

2014-09-10  Dirk Eddelbuettel  <edd@debian.org>

	* R/pushes.R: Documentation clarified for 'recipient' option

2014-06-15  Dirk Eddelbuettel  <edd@debian.org>

	* R/pushes.R: Applied pull request #7 by Mike Birdgeneau which
	implements pushes of type 'file'
	* R/init.R: Ditto

	* R/pushes: Minor postprocessing of pull request
	* R/init.R: Ditto

2014-06-10  Dirk Eddelbuettel  <edd@debian.org>

	* R/pushes.R: Rewritten in terms of new argument 'recipients' with
	the default being sent to all devices; old argument 'deviceind' now
	deprecated.

	* R/init.R: New internal helper function .getNames()
	* R/init.R: The .getDefaultDevice() now defaults to 'zero' implying
	all devices should be used.

2014-06-07  Dirk Eddelbuettel  <edd@debian.org>

	* R/devices.R: pgGetDevices() converted to an S3 object with proper
	print and summary methods for the returned class 'pbDevices'

2014-06-06  Dirk Eddelbuettel  <edd@debian.org>

	* R/init.R: Applied pull request #3 by Bill Evans
	* R/push.R: Ditto

	* R/init.R: Minor tweak using 'defaultdevice'
	* R/push.R: Ditto

2014-06-05  Dirk Eddelbuettel  <edd@debian.org>

	* R/init.R: Fixed two more references to pushbutton which should of
	course have been pushbullet
	* R/pushes.R: And another one here

2014-06-02  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.0.2

	* R/init.R: Detect curl binary in PATH at startup
	* R/pushes.R: Use curl binary identified at startup
	* R/devices.R: Ditto

	* .Rbuildignore: Add attic/ directory with file configure and
	configure.ac which is no longer needed at init.R checks for curl

	* R/init.R: Package environment is now .pkgenv
	* tests/simpleTests.R: Ditto

2014-05-27  Dirk Eddelbuettel  <edd@debian.org>

	* R/pushes.R (pbPost): Added new optional argument 'debug', and minor
	refactoring in pbPost() making url string a common variable

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

	* configure.ac: Added with simple test for curl
	* configure: Idem

	* tests/simpleTests.R: Added simple test script

	* R/init.R: Improved init. with new helper functions

2014-05-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Initial commit as version 0.0.1

	* .travis.yml: Added Travis support
