Day planner version history
**************************

Version 0.2 (Released on the 6th of August 2006)
------------------------------------------------
* Client (dayplanner)
- Now properly handles various signals
- Can now make use of .holiday files
- Now handles the daemon socket variable going undef much more gracefully
- The main window is now insensitive when the preferences dialog is displayed
- Now displays a graphical error if the environment variable HOME isn't valid
- Added Norwegian Nynorsk translation
- Can now add and remove the daemon from autostarting along with the
  users session.
- Now uses state.conf for more internal data
- You can now double-click on an entry to edit it
- You can no longer activate the "edit" toolbar and menu entries
  when nothing is selected.
- Removed the text on the image in the about dialog
- Changed the name of the "summary" field to "description"
- Switched to more generalized configuration loading/writing functions
- Added a summary of the upcoming week
- Some code cleanup

* Daemon (dayplanner-daemon)
- Now sets the process status (as shown in ps aux)

* Notifier (dayplanner-notifier)
- Now has support for notifying users without accessing X.

Version 0.1.3 (Released on the 21st of June 2006)
-------------------------------------------------
* Client (dayplanner)
- Added some tooltips
- Improved locale detection

* Daemon (dayplanner-daemon)
- Fixed a bug where -v would trigger --version instead of --verbose

* Notifier (dayplanner-notifier)
- Can now be translated

Version 0.1.2 (Released on the 7th of June 2006)
------------------------------------------------
* Client (dayplanner)
- Now uses systemwide properties for the toolbar instead of internal
  ones.
- Now saves the state (size and maximized/unmaximized) of the main window
- Added Czech translation by Vlastimil Ott
- Added Slovak translation by Michal Spáda

* Daemon (dayplanner-daemon)
- A minor bugfix in a debugging command
- A minor bugfix concerning the --output commandline option
- Now responds to --version

* Notifier (dayplanner-notifier)
- Now responds to --version
- Fixed a few errors that where not handled when recieving corrupt
  multi line packets
- Fixed a few potential bugs with the multi line packet unwrapping
  function

* Commander
- Made much more modular
- Now accepts daemon commands on the commandline
- Uses Getopt::Long

Version 0.1.1 (Released on the 24th of May 2006)
------------------------------------------------
* Client (dayplanner)
- Attempts to restart dayplanner-daemon when recieving SIGPIPE
- Now it won't attempt to tell the daemon to reload its configuration files
  when the daemon hasn't been started. This avoids a useless (and harmless)
  warning the first time day planner is started.
- Fixed a bug that would make the entire window insensitive when you clicked
  edit without having something to edit selected
- Handles daemon errors better and is more verbose about them
- Fixed a simple fixme where we looped over a command without having to
- Added distro information to --debuginfo
- Fixed a bug where day planner would freeze if the daemon shut down
  while it was running.
- Fixed localization
- Added Norwegian translation
- Now places the pop up dialogs on top of the main window

* Daemon (dayplanner-daemon)
- -d is now an alias for --dayplannerdir
- -s/--socketname now sets the name of the socket, is not required
- Added NOTIFICATION commands. The notifier can now get the information
  it needs after being launched so that it doesn't show up in "ps aux"

* Notifier (dayplanner-notifier)
- Now uses the id from --id to get the information from the daemon after
  launch (the old legacy syntax is supported so that the notifier can be used
   in scripts)
- No longer tries to connect to the daemon when run from the commandline

Version 0.1 (Released on the 19th of April 2006)
------------------------------------------------
- Initial release
