2005-08-18  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS:
	* configure:
	* configure.ac:
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/pl.po:
	* po/sv.po:
	* src/timer-applet.c: (ask_user_resume_timer):
	Fixed another compiler warning when compiled using GCC 4.0. Updated to
	version 1.1.1.

2005-08-16  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS:
	* configure:
	* configure.ac:
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/pl.po:
	* po/sv.po:
	Updated version and NEWS for 1.1 release

2005-08-16  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/pl.po:
	* po/sv.po:
	Added Polish translation from Michal Kastelik

2005-08-16  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (save_timer_presets), (load_timer_presets),
	(timer_applet_add_preset):
	* src/timer-applet.h:
	Fixed warnings when compiling with GCC 4.0

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Updated translation files

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS: Updated NEWS for 1.0 release

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac: Updated version for 1.0 release

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (construct_applet_content): Tweaked spacing
	between timer icon and remaining time label

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (construct_applet_content): Made timer image
	slightly larger

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (construct_applet_content), (activate_timer),
	(pause_timer), (timer_applet_init):
	* src/timer-applet.h: Updated variable name

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (construct_applet_content),
	(timer_applet_init), (on_applet_change_orient),
	(on_applet_change_size): Made the applet display the optional remaining
	time label on a separate line if a horizontal panel becomes tall
	enough or if the applet is on a vertical panel

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* src/add-profile-dialog.c: (add_profile_dialog_open): Fixed a bug in
	which the Add Preset dialog would allow the user to add a second
	preset named "Untitled Preset", but would then crash if the user
	actually pressed the OK button

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (timer_applet_init),
	(on_applet_change_background): Handle customized GNOME Panel backgrounds

2005-04-02  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Updated French translation (Frederic Grollier)

2005-03-29  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/start-timer-dialog.c: (on_selection_empty),
	(on_selection_not_empty), (start_timer_dialog_create): Fixed bug in
	which the "Start Timer" button in the Start Timer dialog would become
	insensitive if the user deletes all presets

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* timer-applet.schemas.in: Modified GConf defaults

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS: Updated NEWS for release 0.9

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Updated version and translations for release 0.9

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (timer_applet_init):
	* timer-applet.schemas.in: Changed GConf schema paths to better
	conform to standards

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (timer_applet_init), (on_preferences_change),
	(on_applet_instance_destroy): Properly unref GConfClient from
	gconf_client_get_default().

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (timer_applet_init),
	(on_applet_instance_destroy): Remove GConf notification when an applet
	is destroyed

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (timer_applet_init):
	* src/timer-applet.h: Store per-instance GConf connection notification
	ID. Will be used later to properly remove GConf notification.

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* timer-applet.schemas.in: Removed unnecessary <applyto> tags. Added
	schemas for "always on top" and "sticky" notification dialog
	preferences.

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/prefs-dialog.c: (on_always_on_top_changed),
	(on_sticky_dialog_changed), (prefs_dialog_new),
	(prefs_dialog_update): Added user interface to Preferences dialog to
	allow user to set whether notification dialog always stays on top
	and whether its visible on all workspaces

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/prefs-dialog.c: (on_show_time_changed),
	(on_play_sound_changed), (prefs_dialog_update):
	* src/timer-applet.c: (construct_applet_content),
	(notify_timer_done):
	* src/timer-applet.h: Created and used constants for GConf key names

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (notify_timer_done): Added preliminary support
	for always keeping the notification dialog on top of all other windows
	and making it appear on all workspaces

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (ask_user_resume_timer): Made "Resume Timer"
	dialog show the name of the timer to be resumed

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (notify_timer_done): Made "Timer Finished"
	dialog show name of timer that finished

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* src/about-dialog.c: (about_dialog_show):
	* src/about-dialog.h:
	* src/timer-applet.c: (timer_applet_init), (on_about_activate):
	* src/timer-applet.h: Share About dialog among all instances of Timer
	Applet

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* help/Makefile.am:
	* help/Makefile.in:
	* help/fr/Makefile.am:
	* help/fr/Makefile.in:
	* help/fr/legal.xml:
	* help/fr/timer-applet-fr.omf:
	* help/fr/timer-applet.xml: Added French documentation (Frederic
	Grollier)

2005-03-22  Jimmy Do  <crispyleaves@gmail.com>
	* po/fr.po: Updated French translation (Frederic Grollier)

2005-03-16  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS: Updated NEWS for release 0.8

2005-03-15  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Updated version for release 0.8. Updated translations.

2005-03-15  Jimmy Do  <crispyleaves@gmail.com>
	* help/C/timer-applet.xml: Added documentation license information
	to documentation

2005-03-15  Jimmy Do  <crispyleaves@gmail.com>
	* help/C/legal.xml: Added missing legal.xml file

2005-03-15  Jimmy Do  <crispyleaves@gmail.com>
	* help/C/Makefile.in:
	* help/Makefile.in: Added missing Makefile.in files

2005-03-15  Jimmy Do  <crispyleaves@gmail.com>
	* help/C/Makefile.am:
	* help/C/timer-applet-C.omf:
	* help/C/timer-applet.xml:
	* help/Makefile.am:
	* help/xmldocs.make: Added missing documentation files that were left out from the
	previous commit.

2005-03-15  Jimmy Do  <crispyleaves@gmail.com>
	* Makefile.am:
	* Makefile.in:
	* configure:
	* configure.ac:
	* src/Makefile.am:
	* src/Makefile.in:
	* src/timer-applet.c: (on_help_activate): Added documentation in
	DocBook XML format. Implemented the "Help" menu item so that it now opens
	the newly-added documentation.

2005-03-07  Jimmy Do  <crispyleaves@gmail.com>
	* GNOME_TimerApplet.server.in:
	* GNOME_TimerApplet.xml:
	* Makefile.am:
	* Makefile.in:
	* po/POTFILES.in:
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/timer-applet.c:
	* timer-applet.server.in:
	* timer-applet.xml: Renamed the right-click menu XML file and the
	Bonobo server file. Updated related files to reflect new names.

2005-03-06  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (handle_ok_clicked),
	(start_timer_dialog_create), (start_timer_dialog_open): Made each
	applet instance remember its last-used timer name and duration between
	GNOME sessions.

2005-03-06  Jimmy Do  <crispyleaves@gmail.com>
	* timer-applet.schemas.in: Added schemas for last_used_name and
	last_used_duration in preparation for making each applet instance
	remember the last-used name and duration between GNOME sessions.

2005-03-06  Jimmy Do  <crispyleaves@gmail.com>
	* src/prefs-dialog.c: (on_show_time_changed),
	(on_play_sound_changed), (prefs_dialog_new), (prefs_dialog_update):
	* src/timer-applet.c: (construct_applet_content),
	(notify_timer_done), (timer_applet_init): Made preferences be per
	applet instance

2005-03-06  Jimmy Do  <crispyleaves@gmail.com>
	* src/prefs-dialog.c: (prefs_dialog_new):
	* src/prefs-dialog.h:
	* src/timer-applet.c: (timer_applet_init): Modified prefs_dialog_new()
	to take a PanelApplet* as an argument. Part of redesign to use
	panel_applet_gconf.

2005-03-06  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Updated French translation (Frederic Grollier)

2005-03-06  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (timer_applet_init),
	(on_preferences_activate), (on_preferences_change):
	* src/timer-applet.h: Made preferences dialog per instance of Timer
	Applet. This is part of the re-design to use panel_applet_gconf for
	maintaining per-instance preferences.

2005-03-05  Jimmy Do  <crispyleaves@gmail.com>
	* Makefile.in:
	* aclocal.m4:
	* configure:
	* pixmaps/Makefile.in:
	* src/Makefile.in: Updated files using new autotools

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/Makefile.am: Added -ansi flag to compiler flags
	* src/Makefile.in:
	* src/add-profile-dialog.c: (handle_ok_clicked):
	* src/layout-utils.c: (create_group_box):
	* src/profile-manager.c: (profile_manager_select_first_row):
	* src/start-timer-dialog.c: (on_profile_edited):
	* src/timer-applet.c: (set_ui_time): Fixed code to comply with -ansi flag

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/main.c: Removed unnecessary semicolon

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/Makefile.am:
	* src/Makefile.in:
	* src/start-timer-dialog.c: (handle_ok_clicked),
	(start_timer_dialog_create), (start_timer_dialog_open): Made compiler more strict about catching warnings. Fixed a compiler warning.

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Converted de.po and es.po into UTF-8. Updated translations.

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (start_timer_dialog_open): Fixed some compiler warnings

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS: Updated news for release 0.7

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac: Updated version for release 0.7

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Updated translations to reflect updated translatable strings

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (ask_user_resume_timer): Show the remaining time in the "Resume Timer" dialog

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/add-profile-dialog.c: (add_profile_dialog_open): Removed debugging output

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/add-profile-dialog.c: (add_profile_dialog_open): Fixed so that a user can edit a timer preset

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (dialog_set_name), (handle_ok_clicked),
	(start_timer_dialog_create), (start_timer_dialog_open): Properly restore previously-okayed Start Timer dialog values if a user changes values and then presses "Cancel"

2005-03-04  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (on_selection_empty),
	(on_selection_not_empty), (start_timer_dialog_create): Properly sensitize and desensitize "Load Selected Preset" button.

2005-03-02  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (load_selected_preset),
	(on_load_preset_clicked), (on_preset_activated),
	(start_timer_dialog_create): Fixed so that double-clicking on a preset in the Start Timer dialog will now load the preset rather than start the timer.

2005-03-01  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Updated French translation from Frederic Grollier. Updated all translations to include new translatable strings.

2005-03-01  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (construct_current_time_str): Marked time format string for translation

2005-02-24  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: Removed the radio button callbacks that are no longer used

2005-02-24  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (dialog_set_name), (on_row_selected),
	(on_load_preset_clicked), (start_timer_dialog_create): Added a "Load Selected Preset" button and implemented its "clicked" handler.

2005-02-24  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/es.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/layout-utils.c: (create_duration_chooser),
	(duration_chooser_get_labels_size_group):
	* src/layout-utils.h: Added function for accessing duration chooser's GtkSizeGroup
	* src/start-timer-dialog.c: (handle_ok_clicked),
	(start_timer_dialog_create):
	* src/timer-applet.c: (timer_applet_init):
	* src/timer-applet.h: Began re-design of Start Timer dialog. Simplified the dialog to avoid using radio buttons. Added option for entering a name for a manually-entered timer.

2005-02-21  Jimmy Do  <crispyleaves@gmail.com>
	* po/es.po: Updated Spanish translation (Rafael Bermúdez)

2005-02-21  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS: Fixed name of author of Spanish translation, Rafael Bermúdez

2005-02-20  Jimmy Do  <crispyleaves@gmail.com>
	* po/fr.po: Updated French translation (Frederic Grollier)

2005-02-18  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS: Added news that was missing from release 0.6

2005-02-18  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac: Updated version for new release

2005-02-18  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* po/es.po: Added Spanish translation (Rafael Berm dez)

2005-02-17  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/manage-presets-window.c: (manage_presets_window_new): Changed the "Manage Presets" window into a dialog with a Close button

2005-02-08  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/manage-presets-window.c: (on_manage_presets_response),
	(manage_presets_window_new), (manage_presets_window_open):
	* src/manage-presets-window.h:
	* src/timer-applet.c: (on_manage_presets_activate): Made the "Manage Presets" window into a dialog box with a "Close" button

2005-02-07  Jimmy Do  <crispyleaves@gmail.com>
	* Makefile.in:
	* aclocal.m4:
	* configure:
	* pixmaps/Makefile.in:
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/Makefile.in: Updated French translation (Frederic Grollier)

2005-02-07  Jimmy Do  <crispyleaves@gmail.com>
	* timer-applet.server: Removed timer-applet.server because it should be generated from timer-applet.server.in

2005-02-07  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.h: Added documentation of timer applet states

2005-02-05  Jimmy Do  <crispyleaves@gmail.com>
	* Makefile.am:
	* Makefile.in:
	* aclocal.m4:
	* configure:
	* pixmaps/Makefile.in:
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/Makefile.in: Added better support for completely uninstalling GConf schemas

2005-02-04  Jimmy Do  <crispyleaves@gmail.com>
	* Makefile.am:
	* Makefile.in:
	* aclocal.m4:
	* configure:
	* configure.ac:
	* pixmaps/Makefile.in:
	* po/POTFILES.in:
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/Makefile.in:
	* timer-applet.schemas.in: Added GConf schemas (thanks to Seth Hadley). Fixed a few bugs in top-level Makefile.am.

2005-02-04  Jimmy Do  <crispyleaves@gmail.com>
	* Makefile.am:
	* Makefile.in: Updated top-level Makefile.am to remove po/.intltool-merge-cache during clean

2005-02-04  Jimmy Do  <crispyleaves@gmail.com>
	* po/fr.po: Updated French translation

2005-02-04  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* timer-applet.xml: Somehow the labels in timer-applet.xml got un-marked for translation. Fixed.

2005-02-04  Jimmy Do  <crispyleaves@gmail.com>
	* Makefile.am:
	* Makefile.in:
	* po/POTFILES.in:
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* timer-applet.xml.in: Fixed so that translations work for right-click menu

2005-02-04  Jimmy Do  <crispyleaves@gmail.com>
	* Makefile.am:
	* Makefile.in:
	* aclocal.m4:
	* configure:
	* configure.ac:
	* intltool-extract.in:
	* intltool-merge.in:
	* intltool-update.in:
	* pixmaps/Makefile.in:
	* po/Makefile.in.in:
	* po/POTFILES.in:
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po:
	* src/Makefile.in:
	* timer-applet.server.in:
	* timer-applet.xml:
	* timer-applet.xml.in: Added support for intltool to improve support for translations.

2005-02-02  Jimmy Do  <crispyleaves@gmail.com>
	* po/de.po:
	* po/eu.po:
	* po/fr.po:
	* po/sv.po: Updated Swedish translation. Other translations were also automatically updated, but it seems like translations for right-click menu items got automatically commented out. This is a sign that I need to add intltool support soon.

2005-02-02  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS:
	* configure:
	* configure.ac: Updated version and NEWS for bug fix release 0.5.1

2005-02-02  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (ask_user_resume_timer): Fixed bug that caused the applet to crash when closing the "Resume Timer" dialog box by clicking on the window's close box

2005-02-01  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS: Updated news for release 0.5

2005-02-01  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac: Updated version for release 0.5

2005-02-01  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (start_timer_dialog_open): Don't set the duration spin buttons in the Start Timer dialog to the remaining time when the timer is paused. Instead, we just leave the dialog alone and let it show whatever values were last entered. The dialog will now show the user the last-used timer.

2005-02-01  Jimmy Do  <crispyleaves@gmail.com>
	* src/Makefile.am:
	* src/Makefile.in:
	* src/timer-applet.c: (timer_applet_init): Made the choice of sound file path relative to the prefix

2005-02-01  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (timer_is_running), (timer_is_paused),
	(activate_timer), (resume_timer), (ask_user_resume_timer),
	(timer_applet_start_timer), (on_main_button_clicked): Added a dialog for resuming a paused timer. This is part of work to allow easy reset of a running timer and remembering of the last preset used.

2005-01-31  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* po/sv.po: Added a Swedish translation by Jan Morén

2005-01-31  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* po/fr.po: Added a French translation by Frederic Grollier

2005-01-31  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (start_timer_dialog_create): Fixed bug in which "Start Timer" dialog title was being set twice

2005-01-31  Jimmy Do  <crispyleaves@gmail.com>
	* src/start-timer-dialog.c: (start_timer_dialog_create): Made "Start Timer" dialog title and "Start Timer" button label translatable. Patch by Daniel Holbach.

2005-01-30  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* po/de.po: Added a German translation by Daniel Holbach

2005-01-30  Jimmy Do  <crispyleaves@gmail.com>
	* NEWS: Updated NEWS for next release

2005-01-30  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac: Updated version number for the next release

2005-01-30  Jimmy Do  <crispyleaves@gmail.com>
	* configure:
	* configure.ac:
	* po/eu.po: Added a Basque translation

2005-01-30  Jimmy Do  <crispyleaves@gmail.com>
	* src/about-dialog.c:
	* src/add-profile-dialog.c:
	* src/layout-utils.c:
	* src/main.c:
	* src/manage-presets-window.c:
	* src/prefs-dialog.c:
	* src/profile-manager.c:
	* src/start-timer-dialog.c:
	* src/timer-applet.c: Fixed to properly use config.h. Solves an issue with localization not working correctly.

2005-01-30  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (notify_timer_done): Gave the "Timer Finished" dialog a title

2005-01-29  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (construct_current_time_str),
	(notify_timer_done): Added finish time to "Timer done" dialog

2005-01-29  Jimmy Do  <crispyleaves@gmail.com>
	* src/timer-applet.c: (on_manage_presets_activate): Fixed a compiler warning related to missing type cast

2005-01-23  Jimmy Do  <crispyleaves@gmail.com>
	* src/main.c: Fixed the GConf error message shown when running Timer Applet from the terminal
