aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-07-03 17:12:12 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-07-03 17:12:12 +0800
commita753b72a982b384b91a78ef91aa6088ca11c9824 (patch)
tree684fe7ee29fceda053e5f9801c5b8692ff256a60 /calendar/ChangeLog
parent5181884e249cc4c808114e6b3fd8b958532084f0 (diff)
downloadgsoc2013-evolution-a753b72a982b384b91a78ef91aa6088ca11c9824.tar
gsoc2013-evolution-a753b72a982b384b91a78ef91aa6088ca11c9824.tar.gz
gsoc2013-evolution-a753b72a982b384b91a78ef91aa6088ca11c9824.tar.bz2
gsoc2013-evolution-a753b72a982b384b91a78ef91aa6088ca11c9824.tar.lz
gsoc2013-evolution-a753b72a982b384b91a78ef91aa6088ca11c9824.tar.xz
gsoc2013-evolution-a753b72a982b384b91a78ef91aa6088ca11c9824.tar.zst
gsoc2013-evolution-a753b72a982b384b91a78ef91aa6088ca11c9824.zip
fix warning, and added some debug messages.
2001-07-03 Damon Chaplin <damon@ximian.com> * gui/e-day-view.c (query_obj_updated_cb): fix warning, and added some debug messages. * gui/dialogs/comp-editor-util.c (write_label_piece): * gui/e-day-view-top-item.c (e_day_view_top_item_draw): call mktime() to set the weekday, though this is a temporary fix. svn path=/trunk/; revision=10737
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 58e7050336..cff0c1a1a5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,14 @@
2001-07-03 Damon Chaplin <damon@ximian.com>
+ * gui/e-day-view.c (query_obj_updated_cb): fix warning, and added
+ some debug messages.
+
+ * gui/dialogs/comp-editor-util.c (write_label_piece):
+ * gui/e-day-view-top-item.c (e_day_view_top_item_draw): call mktime()
+ to set the weekday, though this is a temporary fix.
+
+2001-07-03 Damon Chaplin <damon@ximian.com>
+
* pcs/cal-backend.[hc]: added virtual method to get a VTIMEZONE
component given a TZID. We need this to resolve TZIDs when expanding
an event using cal_recur_generate_instances() in query.c.