diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-09-20 10:35:36 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-09-20 10:35:36 +0800 |
commit | b597fe284460110f74b30e225976ccf0590b4b9c (patch) | |
tree | e79b64f087be42017d236eaf490546f96112d753 /calendar/ChangeLog | |
parent | 9ae341104ad563c81b2a8d14db9ae3af74a2b803 (diff) | |
download | gsoc2013-evolution-b597fe284460110f74b30e225976ccf0590b4b9c.tar.gz gsoc2013-evolution-b597fe284460110f74b30e225976ccf0590b4b9c.tar.zst gsoc2013-evolution-b597fe284460110f74b30e225976ccf0590b4b9c.zip |
Display a notification message always, in addition to playing the sound.
2001-09-19 Federico Mena Quintero <federico@ximian.com>
* gui/alarm-notify/alarm-queue.c (audio_notification): Display a
notification message always, in addition to playing the sound.
(procedure_notification): Present a confirmation dialog before
actually running the alarm's program.
(procedure_notification): Use gnome_execute_shell() instead of
gnome_execute_async() so that we handle multiple arguments
properly. Plus, it is most likely what the user expects.
(mail_notification): Display a message about unsupported email
reminders instead of blindly dropping the alarm.
* gui/dialogs/alarm-options.glade: Added an explanatory message
about mail alarms not being supported.
* gui/dialogs/alarm-page.glade: Removed the "Send an email"
option.
* gui/dialogs/alarm-page.c (action_map): Removed CAL_ALARM_EMAIL.
svn path=/trunk/; revision=13004
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d0e6985894..3e547e407c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2001-09-19 Federico Mena Quintero <federico@ximian.com> + + * gui/alarm-notify/alarm-queue.c (audio_notification): Display a + notification message always, in addition to playing the sound. + (procedure_notification): Present a confirmation dialog before + actually running the alarm's program. + (procedure_notification): Use gnome_execute_shell() instead of + gnome_execute_async() so that we handle multiple arguments + properly. Plus, it is most likely what the user expects. + (mail_notification): Display a message about unsupported email + reminders instead of blindly dropping the alarm. + + * gui/dialogs/alarm-options.glade: Added an explanatory message + about mail alarms not being supported. + + * gui/dialogs/alarm-page.glade: Removed the "Send an email" + option. + + * gui/dialogs/alarm-page.c (action_map): Removed CAL_ALARM_EMAIL. + 2001-09-19 JP Rosevear <jpr@ximian.com> * gui/dialogs/task-editor.c (init_widgets): listen for model |