aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-07-27 00:32:33 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-07-27 00:32:33 +0800
commite40b1868be45996f361fce9c1ea30dacd03306b2 (patch)
tree0463640cbb4c87e65c99c78ab80038e5b03768d0 /calendar/ChangeLog
parent6651d98ae36bc2565d5d6bb6914dc397278e00fd (diff)
downloadgsoc2013-evolution-e40b1868be45996f361fce9c1ea30dacd03306b2.tar
gsoc2013-evolution-e40b1868be45996f361fce9c1ea30dacd03306b2.tar.gz
gsoc2013-evolution-e40b1868be45996f361fce9c1ea30dacd03306b2.tar.bz2
gsoc2013-evolution-e40b1868be45996f361fce9c1ea30dacd03306b2.tar.lz
gsoc2013-evolution-e40b1868be45996f361fce9c1ea30dacd03306b2.tar.xz
gsoc2013-evolution-e40b1868be45996f361fce9c1ea30dacd03306b2.tar.zst
gsoc2013-evolution-e40b1868be45996f361fce9c1ea30dacd03306b2.zip
new function for adding VTIMEZONE components to a VCALENDAR component.
2002-07-26 Rodrigo Moya <rodrigo@ximian.com> * cal-util/cal-util.[ch] (cal_util_add_timezones_from_component): new function for adding VTIMEZONE components to a VCALENDAR component. * gui/e-calendar-table.c (copy_row_cb): added VTIMEZONE components to resulting VCALENDAR top-level component. * gui/e-week-view.c (e_week_view_copy_clipboard): copy to the clipboard a top-level VCALENDAR component, with all the needed VTIMEZONE components. (e_week_view_on_copy): likewise. * gui/e-day-view.c (e_day_view_copy_clipboard): likewise. (e_day_view_on_copy): likewise. svn path=/trunk/; revision=17604
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 a5c17eecac..f28aa74e6c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,20 @@
+2002-07-26 Rodrigo Moya <rodrigo@ximian.com>
+
+ * cal-util/cal-util.[ch] (cal_util_add_timezones_from_component):
+ new function for adding VTIMEZONE components to a VCALENDAR
+ component.
+
+ * gui/e-calendar-table.c (copy_row_cb): added VTIMEZONE components
+ to resulting VCALENDAR top-level component.
+
+ * gui/e-week-view.c (e_week_view_copy_clipboard): copy to the
+ clipboard a top-level VCALENDAR component, with all the needed
+ VTIMEZONE components.
+ (e_week_view_on_copy): likewise.
+
+ * gui/e-day-view.c (e_day_view_copy_clipboard): likewise.
+ (e_day_view_on_copy): likewise.
+
2002-07-26 JP Rosevear <jpr@ximian.com>
* gui/comp-editor-factory.c (impl_editExisting): focus the editor