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 /README | |
parent | 0b808ca4dce7445007567a9b8dedc2246ca134f5 (diff) | |
download | gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar.gz gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar.bz2 gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar.lz gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar.xz 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 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |