aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-26 13:23:39 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-26 13:23:39 +0800
commit7a39173f57d7d37ab856638b983a20b739fbdabc (patch)
tree293235c8753a68169e18e39f86873db9e04b343e /calendar/ChangeLog
parent8005d60cfbdfdf7781bce52b66fcb158340ea67c (diff)
downloadgsoc2013-evolution-7a39173f57d7d37ab856638b983a20b739fbdabc.tar
gsoc2013-evolution-7a39173f57d7d37ab856638b983a20b739fbdabc.tar.gz
gsoc2013-evolution-7a39173f57d7d37ab856638b983a20b739fbdabc.tar.bz2
gsoc2013-evolution-7a39173f57d7d37ab856638b983a20b739fbdabc.tar.lz
gsoc2013-evolution-7a39173f57d7d37ab856638b983a20b739fbdabc.tar.xz
gsoc2013-evolution-7a39173f57d7d37ab856638b983a20b739fbdabc.tar.zst
gsoc2013-evolution-7a39173f57d7d37ab856638b983a20b739fbdabc.zip
Cairo updates to calendar
svn path=/trunk/; revision=31894
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 53cf440365..65a2403dfe 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-26 Srinivasa Ragavan <sragavan@novell.com>
+
+ Cairo Updates from Rajeev. Now it draws a solid border around the
+ event.
+
+ * gui/e-day-view-main-item.c:
+ (e_day_view_main_item_draw_day_event):
+ * gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event):
+ * gui/e-week-view-event-item.c: (e_week_view_event_item_draw):
+
2006-04-24 Srinivasa Ragavan <sragavan@novell.com>
Cairo support for Calendar (Rajeev Ramanathan)