//******************************************************************************
//* Exercalc Exercise Tracker (ecalc) Version History                          *
//*                                                                            *
//* Author     : Mahlon R. Smith                                               *
//*              Copyright (c) 2020-2021 Mahlon R. Smith, The Software Samurai *
//*              On the web :            http://www.SoftwareSam.us/            *
//*                                                                            *
//*              Source code, binary, and CSS style definitions released under *
//*                 GNU GPL version 3.                                         *
//*              Documentation released under:                                 *
//*                 GNU FDL version 1.3                                        *
//*                                                                            *
//* Date       : 01-Jul-2021                                                   *
//*                                                                            *
//* -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  *
//* Copyright Notice:                                                          *
//* This program is free software: you can redistribute it and/or modify it    *
//* under the terms of the GNU General Public License as published by the Free *
//* Software Foundation, either version 3 of the License, or (at your option)  *
//* any later version.                                                         *
//*                                                                            *
//* This program is distributed in the hope that it will be useful, but        *
//* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
//* or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   *
//* for more details.                                                          *
//*                                                                            *
//* You should have received a copy of the GNU General Public License along    *
//* with this program.  If not, see <http://www.gnu.org/licenses/>.            *
//*                                                                            *
//* -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  *
//* The full copyright notice for 'ecalc' is located in 'exercalc.info' and    *
//* 'exercalc.html'.                                                           *
//*    Texinfo-format docs: info -f exercalc.info -n 'Copyright Notice'        *
//*    HTML-format docs   : open 'exercalc.html' in your favorite browser      *
//*                                                                            *
//* -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  *
//* Description:                                                               *
//* Please see the description of package components in the 'README' file      *
//*                                                                            *
//******************************************************************************

Version History (most recent first):
- - - - - - - - - - - - - - - - - -
v: 0.00.01 29-Dec-2020
  -- First effort.
     Track daily exercise and analyze progress over time.
     -- First draft of documentation.
     -- Experimental bar-chart widget.
  -- First Release 01-Jul-2021



