diff options
author | JP Rosevear <jpr@ximian.com> | 2001-09-17 13:56:16 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-09-17 13:56:16 +0800 |
commit | d99aeae7edf0e639c866389d537ea33a11b3cd45 (patch) | |
tree | 5ed41294bcdd51ac63d9512025876c1c89f25680 /calendar/ChangeLog | |
parent | 169d9ae19a0eb165edc757eca753a757a02f60f7 (diff) | |
download | gsoc2013-evolution-d99aeae7edf0e639c866389d537ea33a11b3cd45.tar gsoc2013-evolution-d99aeae7edf0e639c866389d537ea33a11b3cd45.tar.gz gsoc2013-evolution-d99aeae7edf0e639c866389d537ea33a11b3cd45.tar.bz2 gsoc2013-evolution-d99aeae7edf0e639c866389d537ea33a11b3cd45.tar.lz gsoc2013-evolution-d99aeae7edf0e639c866389d537ea33a11b3cd45.tar.xz gsoc2013-evolution-d99aeae7edf0e639c866389d537ea33a11b3cd45.tar.zst gsoc2013-evolution-d99aeae7edf0e639c866389d537ea33a11b3cd45.zip |
for each call back, removes the alarms (cal_component_remove_all_alarms):
2001-09-17 JP Rosevear <jpr@ximian.com>
* cal-util/cal-component.c (for_each_remove_all_alarms): for each
call back, removes the alarms
(cal_component_remove_all_alarms): remove all alarms from the
component
* cal-util/cal-component.h: new proto
* gui/e-itip-control.c (write_error_html): writes error messages
rather than normal html
* gui/itip-utils.c (itip_send_comp): remove all alarms if the
method warrants it
svn path=/trunk/; revision=12897
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 82eb813a6a..0194f8871a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2001-09-17 JP Rosevear <jpr@ximian.com> + + * cal-util/cal-component.c (for_each_remove_all_alarms): for each + call back, removes the alarms + (cal_component_remove_all_alarms): remove all alarms from the + component + + * cal-util/cal-component.h: new proto + + * gui/e-itip-control.c (write_error_html): writes error messages + rather than normal html + + * gui/itip-utils.c (itip_send_comp): remove all alarms if the + method warrants it + 2001-09-16 Christopher James Lahey <clahey@ximian.com> * gui/dialogs/meeting-page.c (build_etable): Updated this to match |