CHANGE LOG
----------

0.2.5   (01/20/2004)
       * fixed a bug with the editing deadlines in the Quick View
	 window
       * mouse wheel now scrolls the active task in the Quick View
	 window
       * TreeViews in Configuration window and Quick View window are
	 sortable by title, complete, deadline, and time spent
       * added ability to pass task details to command line
       * fixed a bug in the function which selects whether the "View"
	 button is active or not
       * added the "Remove" button to the Quick View window
       * added a debugging macro to debug.h
       * added a lot of clean up code to prevent memory leaks
       * updates of the Bulgarian translation
	 
0.2.4   (12/12/2003)
       * fixed the odd behavior of the "View" button in the Quick
	 View
       * If there is no active task, scrolling the mouse wheel
	 (either direction) will set the first task as active.
       * fixed a bug where if you have one task defined, the quick
	 view windows opened, and you delete the task from the
	 config window the plugin crashes
       * added support for internationalization (thanx to a patch
	 by Alex Murygin)
       * added Russian translation
       * added Bulgarian translation (the beginning of one, at
	 least)
	 
0.2.3   (11/28/2003)
       * fixed a bug where the date formatting did not have any
	 effect
       * fixed a bug with the task definitions where changing the
	 task
	 due time from AM to PM (and vice versa) did not work
       * fixed a bug with the config tab deadline widgets where the
	 timer was displayed in 24-hour time even when the options
	 had 12-hour time selected
       * task entry fields are cleared only when there is more
	 then one task defined. Otherwise, there is not way of
	 editing the one defined task without closing the config
	 window
       * configuration tabs now come with tool tips
       * fixed a bug with the getenv/putenv pair in config.c
	  
0.2.2   (11/20/2003)
       * fixed a bug where fields in the task tab of the config
         window were not cleared when tasks were added/updated/
	 deleted
       * fixed a bug where the timer can be started even though
         there are no active task
       * multiple tasks can show separate reminder windows
       * active task can be deselected (so there is not active
         task)
       * fixed a bug where the mouse whell callback will do
	 pointless work if there is not active task
       * fixed some very embarrasing typos
       * added some debugging macros in a new header file. I made
	 the decision that there is no sense in using the
	 gkrellm_plugin_debug function since, from looking at the
	 GKrellM code, there is no way to guarantee that the
	 debugging level will belong only to me. Instead, use
	 make debug and the macros
       * the alert window is now a dialog that appear at the
	 right position

0.2.1   (11/11/2003)
       * multiline comments are not possible
       * task window from the Quick View window through the "View"
	 button
       * comment column is not editable anymore, comments are
	 editable through the task window
       * comment column does not display entire comment anymore
       * the formatting in some of the files has changed to
	 match the coding style. One by one, all will be changed
       * the mouse wheel over the plugin panel now switches the
	 active task
       * fixed a bug when remove any text from the command and
	 popup entries in the config tab
       * fixed a few bug that dealt with the comment being NULL
       * provided the 'convert' script to convert pre-0.2.0 task
	 files to new format
       * the panel displays the active task as a tooltip
       * task lists now have alternate colored rows
 
0.2.0   (11/03/2003)
       * caught and fixed a very serious bug - when there is
	 an alarm going off, if the user hits the panel icon,
	 the task is not actually acked
       * fixed a bug where the popup window (if shown) does not
	 close when the panel icon is pressed
       * changed the way reminder times are stored so we can tell
	 whether an initial alarm has been issued
       * changed gtodo_apply_plugin_config() so it only changes
	 reminder times for tasks that have not yet shown any
	 reminders - that way when the user changes the reminder
	 times, only original reminders will be recomputed and
	 repeated reminders will be left alone
       * added an option to restrict deletion of old tasks
       * changed behavior of remove task - if the removed task
	 was the active one, the next task becomes active
       * fixed the code so the user can enter values in the
	 GtkEntry widgets of GtkSpinButtons
       * applied a patch from Miguel Bazdresch, which allows
	 for timer resets of active task
       * clean up of the Makefile
	 
0.1.9-3	(10/27/2003)
       * added a flag in the control block whether a
	 reminder window is displayed
       * fixed a bug in the task timer code
       * changed the data filename generation to use
	 gkrellm_make_data_file
       * changed update_plugin to save the list only when
	 there is a change in the timer values
       * changed the Makefile to add the package rule	 
