aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-04-10 02:46:25 +0800
committerSeth Alves <alves@src.gnome.org>2000-04-10 02:46:25 +0800
commit9496367085a9e45cf4d918987aab2244e3c7ece1 (patch)
treecec62e9ba647d28172ef834c6f59150589d557d1 /calendar/ChangeLog
parent99612fe24cfc0dcb5bc8f020fe759ccb3cfc1416 (diff)
downloadgsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar
gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.gz
gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.bz2
gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.lz
gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.xz
gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.tar.zst
gsoc2013-evolution-9496367085a9e45cf4d918987aab2244e3c7ece1.zip
catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):
* gui/gnome-cal.c (gnome_calendar_load): catch cal_loaded signal on the cal client. (gnome_calendar_load_cb): callback for cal_loaded signal. moved gnome_calendar_update_all from gnome_calendar_load to here. * gui/calendar-commands.c: minor cleanups * pcs/cal-backend.c (save_to_vcal): copied code from gnome-pim to write vcal to a file (save): filled it with more gnome-pim code (add_object): call save () after changing (remove_object): same (cal_backend_create): same (cal_backend_remove_object): same svn path=/trunk/; revision=2352
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d3618c86e4..2022dd4a3a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,20 @@
+2000-04-09 Seth Alves <alves@hungry.com>
+
+ * gui/gnome-cal.c (gnome_calendar_load): catch cal_loaded signal
+ on the cal client.
+ (gnome_calendar_load_cb): callback for cal_loaded signal. moved
+ gnome_calendar_update_all from gnome_calendar_load to here.
+
+ * gui/calendar-commands.c: minor cleanups
+
+ * pcs/cal-backend.c (save_to_vcal): copied code from gnome-pim
+ to write vcal to a file
+ (save): filled it with more gnome-pim code
+ (add_object): call save () after changing
+ (remove_object): same
+ (cal_backend_create): same
+ (cal_backend_remove_object): same
+
2000-04-08 Christopher James Lahey <clahey@helixcode.com>
* gui/Makefile.am: Removed linking with libetable and libeminicard