The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Tk::Date.

0.35
	- workaround bug in POSIX::strftime

0.34
	- corrected probems with -(pre)command and -allarrows

0.33
	- new predefined choices tokens: beginning_of_month and end_of_month
	- new options: -monthnames, -weekdays, -monthmenu, -allarrows
	- bug and pod fixes
	- new NOTES section in pod

0.30
	- pod additions for -datefmt and -timefmt

0.29
	- fixed two tests (+% is not standard part of POSIX)

0.28
	- fixed test no. 6 (mktime needs -1 for is_dst field)

0.27
	- compatibility changes for Tk800.013
	- more -choices: (yesterday|today|tomorrow)_midnight
	- new private function _begin_of_day

0.26
	- Bug fixes: datehash and unixtime ties
        - new tests

0.25
	- Bug fixes for -fields => 'time'/'date' and get()

0.24
	- Bug fix (-fields => 'time' did not work)

0.23
	- Using Time::Local::timelocal instead of POSIX::mktime. For the
          strftime function, Date::Format is used as a fallback if POSIX is
          not available.
        - renamed test.pl to t/date.t
        - Bug fixes: fixed the installation location of the demo program

0.22
	- new options: -check and -selectlabel
	- Tk::NumEntryPlain and Tk::FireButton are optional now
	- better datehash support for tie
	- pod additions (example...)
	- bug fixes
	- minor keyboard focus corrections

0.21
	- new options: -editable (replaces -output_only),
	  -fields (replaces -date_only and -time_only),
	  -choices (replaces -today_button), -variable, -value,
	  -varfmt, -command (replaces -callback), -precommand, -orient,
	  -decbitmap, -incbitmap
	- using ConfigSpecs
	- Tk::Date::DateHash
	- demo moved from test.pl to demos/date.pl
	- Bundle::Tk-Date

0.20
	- using Tk::NumEntryPlain and Tk::FireButton

0.10
	- Tk::LenEntry integrated
	- Tk::Date::UnixDate
	- weekday
	- new -callback, -empty and -today_button options
	- ...

0.01  Thu Sep 11 15:34:22 1997
	- original version