*******************************************************************************
**** This is a part of Kap.                                                ****
****                                                                       ****
**** Copyright (C) 2009  John Schneiderman <JohnMS@member.fsf.org>         ****
****                                                                       ****
**** 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/>  ****
*******************************************************************************

2009-07-15 John Schneiderman <JohnMS@member.fsf.org> 0.3.0
  * Enhancements:
    - r1.3 kapdialogue.py, r1.3 medialibrary.py, r1.8 kap.py: Simplify the user
      interface in terms of actions.
    - r1.4 mplayerplayer.py, r1.6 playerthread.py: Enabled full-screen
      playback.
    - r1.4 medialibrary.py, r1.4 searchwindow.py: Adds ability to view the
      entire media library
    - r1.5 playlistwindow.py: Adds ability to jump a song to the top or
      bottom of the play-list with one click.

2009-05-19 John Schneiderman <JohnMS@member.fsf.org> 0.2.1
  * Bug fix:
    - r1.3 mediasong.py: Dead lock condition from a search.
    - r1.3 mplayerplayer.py: Force exiting application on exit even if
      playing a song.
    - r1.4 playerthread.py: Didn't check for file permission and access.
    - r1.4 playlistwindow.py: Continuous play did not correctly work when
      the current playing song was not removed from the play-list.
    - r1.5 playerthread.py: Prevent the playing of two songs in the player
      at once.

2009-04-10 John Schneiderman <JohnMS@member.fsf.org> 0.2.0
  * Bug fix:
    - r1.2 kap.py: Minimum size was reversed.
    - r1.2 medialibrary.py: Did not correctly search for song when only the
      video file option was selected.
    - r1.2 setup.cfg: Incorrect requirements for creating an RPM. Contained
      tags that were unecessary.
    - r1.3 playerwindow.py: Song time is now displayed properly in MM:SS.S.
  * Enhancements:
    - r1.1 kap & kap.desktop: Launchers for Kap.
    - r1.3 kap.py: Ability to change the current search term during a search.
    - r1.5 kap.py, r1.3 kapdialogue.py: Made the current playing song being
      auto-removed from the play-list an option.
    - r1.5 kap.py, r1.4 playerwindow.py: Added option to restart the currently
      playing song.

2009-03-10 John Schneiderman <JohnMS@member.fsf.org> 0.1.0
  * Enhancements:
    - r1.1 all files: Basic media player with a media library, track and
      volume controls.
