aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2005-07-22 14:07:34 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-07-22 14:07:34 +0800
commitce7aeffcf3afa2fc903729e0cfd724676098ba81 (patch)
tree095874f5d12be39f99a497c5cc56701d4444fa75 /calendar/ChangeLog
parentb8e5895f544d131a91478913df2f535bc858753a (diff)
downloadgsoc2013-evolution-ce7aeffcf3afa2fc903729e0cfd724676098ba81.tar
gsoc2013-evolution-ce7aeffcf3afa2fc903729e0cfd724676098ba81.tar.gz
gsoc2013-evolution-ce7aeffcf3afa2fc903729e0cfd724676098ba81.tar.bz2
gsoc2013-evolution-ce7aeffcf3afa2fc903729e0cfd724676098ba81.tar.lz
gsoc2013-evolution-ce7aeffcf3afa2fc903729e0cfd724676098ba81.tar.xz
gsoc2013-evolution-ce7aeffcf3afa2fc903729e0cfd724676098ba81.tar.zst
gsoc2013-evolution-ce7aeffcf3afa2fc903729e0cfd724676098ba81.zip
Fixes #309602
2005-07-21 Chenthill Palanisamy <pchenthill@novell.com> Fixes #309602 * gui/e-day-view.c: (set_text_as_bold), (e_day_view_update_event_label), (e_day_view_update_long_event_label), (e_day_view_ensure_rows_visible): * gui/e-week-view.c: (set_text_as_bold), (e_week_view_update_event_cb): Check if the backend allows to adding the unaccepted appointments to calendar and show its summary as bold text. svn path=/trunk/; revision=29838
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 018d148ba9..43e9008dfc 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2005-07-21 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #309602
+ * gui/e-day-view.c: (set_text_as_bold),
+ (e_day_view_update_event_label),
+ (e_day_view_update_long_event_label),
+ (e_day_view_ensure_rows_visible):
+ * gui/e-week-view.c: (set_text_as_bold),
+ (e_week_view_update_event_cb): Check if the backend
+ allows to adding the unaccepted appointments to calendar
+ and show its summary as bold text.
+
2005-07-21 Harish Krishnaswamy <kharish@novell.com>
* gui/gnome-cal.c (gnome_calendar_class_init),