Changes made on 0.9.19:
+ Fixed bug that caused screen freeze on Ubuntu

Changes made on 0.9.18:
+ Added key accelerator to past alarms window
+ Updated translations from Launchpad
+ After snoozing the alarm, stop the sound button is enabled - clicking it will disable the snoozed alarm completely
+ Fixed date dialog in single date alarm

Changes made on 0.9.17:
+ Removed a bug that caused error when user selected "Use the same settings 
for passive window" on dialog window preferences
+ Added option to change terminal application
+ Fixed bug when counter removes last alarm on the list
+ Label on dialog window is selectable
+ Fixed Snooze function
+ AC is removing alarms right now when pressing "Snooze" and then "Close"
+ When snoozed and then removed old alarm nothing is removed

Changes made on 0.9.16:
+ List view columns are now resizable
+ Added "Time remaining" column
+ Fullscreen works again
+ Dialog windows are placed on top to avoid showing up below other windows
+ Added "Stop" button to passive window
+ Added "Edit" and "Stop" buttons to dialog window
+ Alarms are not removed when user sees the dialog window if he clicks "Edit"
+ Code cleanups
+ Preferences and Birthdays & Templates windows are not resizable anymore
+ Added "Report a bug" help menu entry
+ Improved checking if all dependencies are installed on startup

Changes made on 0.9.15:
+ Alarm that were played are no longer marked as missed
+ Alarm Clock shouldn't remove scheduled alarms anymore
+ Added support for 12-hour time format
+ Dates are shown using current locale settings

Changes made on 0.9.14:
+ Snooze button works properly (regression)
+ Alarm properties window now shows alarm hour values < 10 as 02, 03 etc

Changes made on 0.9.13:
+ Unnecessary files are not executable anymore (fixed AGAIN)
+ Sound in repeat mode is not consuming ~90% of CPU anymore
+ Changed the Alarm Clock icon to the one from Tango Desktop Project
+ Removed some code, so when user tries to add new alarm from template, it tells him
that the alarm is in the past if it is (previously - this happened only when adding
new alarm)
+ Schedule - right now, current day and month are selected by default in the schedule dialog
+ Sound in repeat mode will repeat properly after sound in fade mode has been fired
+ Alarm Clock is detecting if other alarm is playing sound - if it does, shows an error dialog
+ Fixed infinite repeating of sound
+ Updated translations from launchpad

Changes made on 0.9.12:
+ Alarm Clock saves old alarms
+ Alarm Clock now shows a dialog box on startup if the old alarm list is not empty
+ Alarm Clock should save the alarms properly, if the file will be corrupted it should start properly
+ Added spin buttons to sound dialog
+ Dialogs are now shown in the middle of AC window
+ Alarm is removed immediately after going off
+ Removed a lot of doubled code
+ Schedule dialog is now informing to select at least one month and one day
+ Sound can be stopped by clicking on status icon
+ Status icon is blinking if there is a alarm
+ Updated translations from Launchpad

Changes made on 0.9.11.2:
+ Fixed the "Close" button on the preferences window

Changes made on 0.9.11.1:
First of all, sorry for the two following bugs (fixed in this version)
+ build directory after python setup.py install is writable by user
+ msgfmt.pyc is removed after installing the software
+ Schedule dialog works properly right now

Changes made on 0.9.11:
+ Main window shows as white on 64-bit systems
+ Added new translations from LaunchPad
+ Editing the title of the dialog window changes the title of the passive window
+ Changed config directory from Alarm-Clock to alarm-clock
+ Added icons to list view
+ Added editable cells in list view
+ Popup menu respects gnome panel height
+ Alarm Clock help screen ("alarm-clock --help") is now translated
+ Made sure that intltool-update will work in the PO directory
+ After adding a new alarm the list view keeps the selected alarm
+ Added autostart option

Changes made on 0.9.10:
+ Implemented a distutils setup.py script
+ Few code fixes
+ Added new translations from launchpad

Changes made on 0.9.9:
+ Some minor code cleanups in the main alarm thread
+ Splitted pyalarm.py into modules
+ Code cleanups
+ Fixed bug - sound in fade mode was sometimes disappearing
+ Fixed bug - sometimes Alarm Clock hungs up
+ Alarm Clock is right now shown as "alarm-clock" in top
+ Toolbar style follows user preferences
+ Killing Python won't kill Alarm Clock anymore
+ .mo files removed from archive, sorry
+ Changed gettext domain to alarm-clock

Changes made on 0.9.8:
+ Still more fixes to volume fading
+ Added repeating sound in single volume mode
+ Added duration after fade on fade mode
+ One fix for setup.py script
+ Fixed hangup wheh removing old alarms
+ Changed default snooze to 5 minutes
+ Fixed issue with quiet alarm when in fade mode
+ Some minor changes to sound properties window

Changes made on 0.9.7:
+ Setup script installs the icon
+ "Stop the sound" button active after starting the alarm after snooze

Changes made on 0.9.6:
+ Lots of volume fading fixes - volume fading is smooth
+ Added keyboard interrupt handler
+ No more exceptions when quitting the application
+ Added "Select all" and "Deselect all" buttons to schedule dialog
+ Some schedule dialog fixes

Changes made on 0.9.5:
+ Fixed bug from 0.9.4 that was causing alarm list to flicker after
removing old alarm
+ Added a lot of translations from Launchpad
+ Updated desktop file (PT_PT - Marco Rodrigues)
+ Passive window will be shown only once at a time when alarm occurs
+ Added new setup script (python setup.py install)

Changes made on 0.9.4:

+ Added sound on simple counter (#225856)
+ Fixed about dialog so it is shown in the center on the main window
+ User can close multiple dialog windows with close button now
+ Added Serbian translation for the .desktop file
+ Alarms are refreshed on midnight

Changes made on 0.9.3:

+ Stop the sound button is disabled correctly
+ Changed file permissions

Changes made on 0.9.2:

+ Fixed bug that causes Alarm Clock to crash in some cases
+ Don't stop the playback in volume fade mode until the playback is finished
+ Better checking for alarms in the past
+ Fixed about dialog not showing the application logo
+ Fixed bug #197127 - added --help, --version and --tray command line options

Changes made on 0.9.1:

+ Fixed bug #193166, when popup windows were crashing Alarm Clock on buggy notify-python-0.1.1
+ Fixed spanish translation, .desktop file and setup.py file thanks to patch from Marcelo Briones,
  this patch fixes the german translation installation (moved de_DE to de)
+ Message dialog showing that another instance is already running is translatable


Changes made on 0.9:

+ Fixed repeating of sound - if you will use the default "ring.wav" it will repeat properly
+ Alarm Clock will warn you if alarm that you are making is in the past
+ Changed alarm.svg to alarm-clock.svg
+ Fixed startup notification
+ Alarm Clock won't gray out the "Stop the sound" button after first part
  of ring is played in fade mode
+ Alarm list is more flexible - added a right-click menu, enter shows properties,
  delete removes alarm
+ Changed the column order on main list
+ You can now search for alarms by pressing CTRL+F or typing something into the list

Changes made on 0.8:

+ Fixed .desktop file - thanks Marco Rodrigues
+ alarm.svg icon is right now copied to /usr/share/pixmaps instead of
  /usr/share/icons
+ Alarms are run only once right now - so you can close the passive window
  with a single click
+ Added "Today" and "Tomorrow" options to alarm properties
+ Added "Turn off the monitor" option to standard action properties
+ Fixed standard action procedure when there is no timeout set
+ Checking if there is only one instance running
+ Fixed alarm-clock script - it will show you "alarm-clock" instead of "python"
  in top
+ sr@Latn translation setup fixed

Changes made on 0.7:

+ Better remembers window position
+ Alarm Clock is using less resources right now
+ Added German translation (thanks Matthias Vogelgesang)
+ Added Spanish translation (thanks Marcelo Briones)
+ Better .desktop file support
+ Added 2008 to about dialog
+ More consistent look, eg. every window have the same icon
+ Moved configuration to ./config/Alarm-Clock - you need to copy 
  the contents of ~/.alarm-clock to ~/.config/Alarm Clock
+ Better handling the exception lists - now loads properly multiple exceptions,
  though exceptions need to be exported once again.
+ Exception load dialog will show "None" instead of empty fields
  if there is no author set
+ Alarm Clock removes old alarms faster and better
+ Fixed sr@latin translation installation
