diff options
author | JP Rosevear <jpr@ximian.com> | 2001-01-19 22:57:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-19 22:57:09 +0800 |
commit | 3532a74349645ca733bafe1417822ba2bfb9bd26 (patch) | |
tree | e53d13bb4fe4f66d8d514f3ab8b3da2ae151889d /calendar/ChangeLog | |
parent | 0b808ca4dce7445007567a9b8dedc2246ca134f5 (diff) | |
download | gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar.gz gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar.zst gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.zip |
create a new cal component alarm (cal_component_add_alarm): add alarm to
2001-01-19 JP Rosevear <jpr@ximian.com>
* cal-util/cal-component.c (cal_component_alarm_new): create a new
cal component alarm
(cal_component_add_alarm): add alarm to the cal component
(cal_component_remove_alarm): remove alarm from the cal component
(remove_alarm): remove alarm from hash
* cal-util/cal-component.h: new protos
* conduits/calendar/calendar-conduit.c (comp_from_remote_record):
add alarm information, still needs to be hacked to replace an already
existing alarm. questions abound about the heuristic for doing this.
2001-01-17 JP Rosevear <jpr@ximian.com>
* README: Update package requirements
svn path=/trunk/; revision=7647
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index caab58dc82..059dc4cd02 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2001-01-19 JP Rosevear <jpr@ximian.com> + + * cal-util/cal-component.c (cal_component_alarm_new): create a new + cal component alarm + (cal_component_add_alarm): add alarm to the cal component + (cal_component_remove_alarm): remove alarm from the cal component + (remove_alarm): remove alarm from hash + + * cal-util/cal-component.h: new protos + + * conduits/calendar/calendar-conduit.c (comp_from_remote_record): + add alarm information, still needs to be hacked to replace an already + existing alarm. questions abound about the heuristic for doing this. + +2001-01-17 JP Rosevear <jpr@ximian.com> + + * gui/event-editor.c (dialog_to_comp_object): Properly set categories + to NULL if there are none + 2001-01-18 Federico Mena Quintero <federico@ximian.com> * gui/tasks-migrate.[ch]: New files with a simple sequence to |