The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Tk::MiniCalendar.

0.09  Tue Sep 11 13:12:43 2007
  - Testsuite will run without interaction from user

0.08  Mon Sep 04 17:31:35 2006
  - Pulldown for month selection
  
0.07  Tue Jan 10 15:54:21 2006
  - require Tk in PREREQ_PM
  
0.06  Wed Nov 23 16:55:28 2005
  - include CALLBACK hash and MON_ARR in widget attributes
    --> more than one MiniCalendar possible in one application

0.05  Sun Feb 13 12:34:18 2005
  - Error in testsuit corrected: used still Local::Tk::xxx namespace :-(
  - Test Suite enhanced (t/configure.t)
  - now possible to use $minical->configure(-day => 3, -month => 9, -year => 2005)
    instead of $minical->select_date(2005, 9, 3)

0.04  Fri Feb 05 18:45:23 2005
  - Name space changed: Local::Tk::Minicalendar -> Tk::MiniCalendar
  - Docu improved.

0.03  Sun Jan 09 16:18:52 2005
  - use Tk::XPMs for arrow buttons

0.02  Thu Sep 23 12:23:45 2004
  - Test Suite enhanced

0.01  Thu Sep 23 10:05:18 2004
	- original version; created by Lorenz Domke