aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2005-07-25 12:55:59 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-07-25 12:55:59 +0800
commitbe569b6675e0b237beec88b2d2510c6bf68f0e16 (patch)
tree2fe23821706100a33f41342cd489587a304d18ef /calendar/ChangeLog
parent72aa1e526eb622875ccee293451343a377aa2993 (diff)
downloadgsoc2013-evolution-be569b6675e0b237beec88b2d2510c6bf68f0e16.tar
gsoc2013-evolution-be569b6675e0b237beec88b2d2510c6bf68f0e16.tar.gz
gsoc2013-evolution-be569b6675e0b237beec88b2d2510c6bf68f0e16.tar.bz2
gsoc2013-evolution-be569b6675e0b237beec88b2d2510c6bf68f0e16.tar.lz
gsoc2013-evolution-be569b6675e0b237beec88b2d2510c6bf68f0e16.tar.xz
gsoc2013-evolution-be569b6675e0b237beec88b2d2510c6bf68f0e16.tar.zst
gsoc2013-evolution-be569b6675e0b237beec88b2d2510c6bf68f0e16.zip
Added a mask to check if the meeting needs to be accepted. Increased the
2005-07-23 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-cal-popup.[ch]: (needs_to_accept), (e_cal_popup_target_new_select): Added a mask to check if the meeting needs to be accepted. * gui/e-calendar-view.c: Increased the index of the labels. * gui/e-day-view.c: (set_text_as_bold): * gui/e-week-view.c: (set_text_as_bold): Show as bold even if the attendee property is not found, since it might be a mailing list. The attendee will be added once he accepts meeting. svn path=/trunk/; revision=29869
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3130a1561b..283f3e1322 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,16 @@
+2005-07-23 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * gui/e-cal-popup.[ch]: (needs_to_accept),
+ (e_cal_popup_target_new_select): Added a mask
+ to check if the meeting needs to be accepted.
+ * gui/e-calendar-view.c: Increased the index of the
+ labels.
+ * gui/e-day-view.c: (set_text_as_bold):
+ * gui/e-week-view.c: (set_text_as_bold): Show as bold
+ even if the attendee property is not found, since it might
+ be a mailing list. The attendee will be added once he accepts
+ meeting.
+
2005-07-22 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #309991