From 3532a74349645ca733bafe1417822ba2bfb9bd26 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 19 Jan 2001 14:57:09 +0000 Subject: create a new cal component alarm (cal_component_add_alarm): add alarm to 2001-01-19 JP Rosevear * 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 * README: Update package requirements svn path=/trunk/; revision=7647 --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index adb203aa04..cbda0405f3 100644 --- a/README +++ b/README @@ -105,7 +105,7 @@ and -devel packages for each library. - gdk-pixbuf - 0.8.0 or later (*) - - ORBit - 0.5.5 or later (*) (If you get this from GNOME CVS, use the + - ORBit - 0.5.6 or later (*) (If you get this from GNOME CVS, use the tag "orbit-stable-0-5".) - oaf - 0.6.0 or later (If you get this from GNOME CVS, use the tag @@ -115,7 +115,7 @@ and -devel packages for each library. *** "--disable-more-warnings" when configure, or it may fail to *** build. - - gnome-vfs - 0.3 or later + - gnome-vfs - 0.4.2 or later *** If you are using gnome-vfs from CVS, you should use the flag *** "--disable-more-warnings" when configuring, or it may fail to @@ -132,7 +132,7 @@ and -devel packages for each library. - gconf - 0.6 or later - - gal (GNOME Application Library) - 0.4 or later + - gal (GNOME Application Library) - 0.4.99.4 or later - gtkhtml - 0.8 or later -- cgit