aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-08-03 16:59:29 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-08-03 16:59:29 +0800
commit888a7229872d0b4a8574cfc69ed007727530cb96 (patch)
tree5e22a85bb92759525ff9d2784d1f7885613863ee /calendar/ChangeLog
parent0c08ef49299caf0e6ae997451ba7a2d923931c42 (diff)
downloadgsoc2013-evolution-888a7229872d0b4a8574cfc69ed007727530cb96.tar
gsoc2013-evolution-888a7229872d0b4a8574cfc69ed007727530cb96.tar.gz
gsoc2013-evolution-888a7229872d0b4a8574cfc69ed007727530cb96.tar.bz2
gsoc2013-evolution-888a7229872d0b4a8574cfc69ed007727530cb96.tar.lz
gsoc2013-evolution-888a7229872d0b4a8574cfc69ed007727530cb96.tar.xz
gsoc2013-evolution-888a7229872d0b4a8574cfc69ed007727530cb96.tar.zst
gsoc2013-evolution-888a7229872d0b4a8574cfc69ed007727530cb96.zip
Fixes #309601
svn path=/trunk/; revision=29968
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 46eddb896e..79bff55298 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2005-08-03 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #309601
+ * gui/e-day-view.c (e_day_view_on_top_canvas_drag_data_received):
+ (e_day_view_on_main_canvas_drag_data_received):
+ (e_day_view_finish_long_event_resize):
+ (e_day_view_finish_resize):
+ (e_day_view_change_event_time): Allow modification of the item only
+ for organizer.
+ * gui/itip-utils.c (itip_organizer_is_user): added the check for the
+ static capability "no-organizer".
+
+ commiting for viren.l <lviren@novell.com>
+
2005-08-03 P. S. Chakravarthi <pchakravarthi@novell.com>
Fixes #306017
@@ -18,7 +32,7 @@
* gui/e-cal-menu.c (e_cal_menu_target_new_select): Set the mask for
E_CAL_MENU_SELECT_ASSIGNABLE.
- Fixes bug #231968.
+ Fixes bug #231968
2005-07-29 Chenthill Palanisamy <pchenthill@novell.com>