2017-08-24  Enrico Schumann  <es@enricoschumann.net>

	* DESCRIPTION (Version): Version: 0.2-7

	* R/functions.R (last_weekday): support
	arguments 'before' and 'inclusive'

	* inst/unitTests/ut_datetime.R (test.last_weekday):
	add tests for last_weekday

2017-08-17  Enrico Schumann  <es@enricoschumann.net>

	* DESCRIPTION (Version): Version: 0.2-6

	* R/functions.R (end_of_year): fix shift
	parameter (which had been applied to months
	instead of years)
	(end_of_previous_year): add function

	* inst/unitTests/ut_datetime.R
	(test.end_of_year, test.end_of_month): add test
	cases

2017-08-07  Enrico Schumann  <es@enricoschumann.net>

	* DESCRIPTION (Version): 0.2-5

	* vignettes/datetimeutils_examples.Rnw: add
	vignette

2017-07-09  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): 0.2-4

	* man/guess_datetime.Rd: update docs

	* DESCRIPTION (Version): 0.2-3

	* R/functions.R (guess_datetime): rename
	function and export it

2017-07-07  Enrico Schumann  <es@enricoschumann.net>

	* R/functions.R (guess_time): add function (not
	exported yet)

2017-07-06  Enrico Schumann  <es@enricoschumann.net>

	* DESCRIPTION (Version): 0.2-2

	* R/functions.R (timegrid): fix timezone
	handling

2017-06-26  Enrico Schumann  <es@enricoschumann.net>

	* DESCRIPTION (Version): 0.2-1

	* R/functions.R (timegrid): fix handling of
	'excludeWeekends' (which had been ignored) and
	handling of timezone

	* inst/unitTests/ut_datetime.R (test.timegrid):
	add tests

	* man/*: several minor updates

2017-06-22  Enrico Schumann  <es@enricoschumann.net>

	* R/functions.R (rfc822t): use 'month.abb'

2017-06-19  Enrico Schumann  <es@enricoschumann.net>

	* README.md: add file

	* man/*: update docs

2017-06-14  Enrico Schumann  <es@enricoschumann.net>

	* inst/unitTests/ut_datetime.R: fix unit tests,
	as many were broken because of the renaming of
	functions for version 0.2-0

2017-05-08  Enrico Schumann  <es@enricoschumann.net>

	* DESCRIPTION (Version): Version: 0.2-0

	* R/functions.R: *BACKWARD* *INCOMPATIBLE* *CHANGES*:
	rename functions:

	convertDate   => convert_date
        convertTZ     => convert_tz
        dayOfMonth<-  => day_of_month<-
        dayOfMonth    => day_of_month
        endOfMonth    => end_of_month
        endOfPreviousMonth => end_of_previous_month
        endOfYear     => end_of_year
        firstOfMonth  => first_of_month
        firstOfYear   => first_of_year
        isBusinessDay => is_businessday
        isLeapyear    => is_leapyear
        isWeekend     => is_weekend
        lastWeekday   => last_weekday
        nextBDay      => next_bday
        nextBusinessDay => next_businessday
        nthWeekday    => nth_weekday
        prevBDay      => prev_bday
        previousBusinessDay => previous_businessday

2017-01-26  Enrico Schumann  <es@enricoschumann.net>

	* DESCRIPTION (Description): expand package
	description

2016-10-08  Enrico Schumann  <es@enricoschumann.net>

	* man/ update documentation; create separate
	help pages for various functions

2016-10-05  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): 0.1-5

	* R/functions.R (prevBDay, nextBDay):
	short-hands for 'previousBusinessDay' and
	'nextBusinessDay'

2016-07-07  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): 0.1-4

	* R/functions.R (isBusinessDay): new function
	(nthWeekday): fixed -- the function had failed
	because it had relied on POSIXlt's 'wday',
	which is not updated when the POSIXlt object is
	manipulated

	* man/isWeekend.Rd: separate help page

2016-05-11  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): 0.1-3

	* R/functions.R (convertTZ): new function

2016-04-29  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): 0.1-2

	* R/functions.R (firstOfYear): new function

2016-02-22  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): 0.1-1

	* man/timegrid.Rd: separate help page

2015-12-09  Enrico Schumann  <es@enricoschumann.net>

	* DESCRIPTION (Version): Version: 0.1-0

	* R/functions.R (endOfYear): new function

2015-10-29  Enrico Schumann  <es@enricoschumann.net>

	* man/rfc822t.Rd: doc update

2015-10-20  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): 0.0-5

2015-10-20  Enrico Schumann  <es@enricoschumann.net>

	* R/functions.R (rfc822t): new argument
	'include.dow'; function is renamed to
	rfc822t ('_RFC_ 822 date and _T_ime')
	and is now exported

2015-10-15  Enrico Schumann  <es@enricoschumann.net>

        * R/functions.R (rfc822): new function; not yet
	exported

2015-10-06  Enrico Schumann  <es@enricoschumann.net>

        * R/functions.R (reftimestamp): new function; not
	yet exported

2015-07-14  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): Version: 0.0-4

        * inst/unitTests/ut_datetime.R
	(test.nextBusinessDay): added tests

        * man/previousBusinessDay.Rd: updated docs

        * R/functions.R (previousBusinessDay)
	(nextBusinessDay): new arguments 'shift' to get
	the shift-th previous or next business day.

2015-06-29  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): Version: 0.0-3

        * R/functions.R (roundPOSIXt): new argument 'up'
	for rounding up

        * man/roundPOSIXt.Rd: updated and moved
	documentation

2015-05-15  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): Version: 0.0-2

        * man/convertDate.Rd: added documentation

2015-05-12  Enrico Schumann  <es@enricoschumann.net>

        * DESCRIPTION (Version): Version: 0.0-1 --
	Initial version
