From 60015405ac234f17a6b9c84ca02642103b9dba9d Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 30 Jun 2001 17:22:33 +0000 Subject: Added evolution-alarm-notify. 2001-06-30 Federico Mena Quintero * tools/killev: Added evolution-alarm-notify. svn path=/trunk/; revision=10632 --- ChangeLog | 4 ++++ doc/devel/calendar/cal-util/evolution-cal-util-decl.txt | 3 ++- help/devel/calendar/cal-util/evolution-cal-util-decl.txt | 3 ++- tools/killev | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50f0a81a4a..f028cb1618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-30 Federico Mena Quintero + + * tools/killev: Added evolution-alarm-notify. + 2001-06-29 Ettore Perazzoli * configure.in: Require GAL 0.8.99.6. diff --git a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt index b40d57f8b4..a00e51ab2e 100644 --- a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt @@ -657,7 +657,8 @@ typedef struct { time_t trigger; /* Actual event occurrence to which this trigger corresponds */ - time_t occur; + time_t occur_start; + time_t occur_end; } CalAlarmInstance; diff --git a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt index b40d57f8b4..a00e51ab2e 100644 --- a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt @@ -657,7 +657,8 @@ typedef struct { time_t trigger; /* Actual event occurrence to which this trigger corresponds */ - time_t occur; + time_t occur_start; + time_t occur_end; } CalAlarmInstance; diff --git a/tools/killev b/tools/killev index b22807ca0d..69f080d740 100755 --- a/tools/killev +++ b/tools/killev @@ -8,7 +8,6 @@ fi $killcmd -9 wombat 2>/dev/null $killcmd -9 lt-wombat 2>/dev/null -$killcmd -9 tlacuache 2>/dev/null $killcmd -9 evolution-addressbook 2>/dev/null $killcmd -9 evolution-addres 2>/dev/null $killcmd -9 lt-evolution-addressbook 2>/dev/null @@ -37,3 +36,5 @@ $killcmd -9 evolution-netscape-importer 2>/dev/null $killcmd -9 evolution-netsca 2>/dev/null $killcmd -9 evolution-vcard-importer 2>/dev/null $killcmd -9 evolution-vcard- 2>/dev/null +$killcmd -9 evolution-alarm-notify 2>/dev/null +$killcmd -9 evolution-alarm- 2>/dev/null -- cgit