aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-08-01 02:11:22 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-08-01 02:11:22 +0800
commit8190659ab2782021d29bf12410a16d745f7d5103 (patch)
tree5f3ca2af17364ad16e1a552e7d1f5c605dde0775 /calendar/ChangeLog
parentefae6951e534798ff3009a411ccb38c4bab32b3b (diff)
downloadgsoc2013-evolution-8190659ab2782021d29bf12410a16d745f7d5103.tar
gsoc2013-evolution-8190659ab2782021d29bf12410a16d745f7d5103.tar.gz
gsoc2013-evolution-8190659ab2782021d29bf12410a16d745f7d5103.tar.bz2
gsoc2013-evolution-8190659ab2782021d29bf12410a16d745f7d5103.tar.lz
gsoc2013-evolution-8190659ab2782021d29bf12410a16d745f7d5103.tar.xz
gsoc2013-evolution-8190659ab2782021d29bf12410a16d745f7d5103.tar.zst
gsoc2013-evolution-8190659ab2782021d29bf12410a16d745f7d5103.zip
guard with is_instance instead of has_recurrences because most of the
2004-07-31 JP Rosevear <jpr@novell.com> * gui/e-day-view.c (e_day_view_finish_long_event_resize): guard with is_instance instead of has_recurrences because most of the backends don't support this yet (e_day_view_finish_resize): ditto (e_day_view_change_event_time): ditto (e_day_view_on_editing_stopped): ditto (e_day_view_on_top_canvas_drag_data_received): ditto (e_day_view_on_main_canvas_drag_data_received): ditto * gui/e-week-view.c (e_week_view_change_event_time): ditto (e_week_view_on_editing_stopped): ditto svn path=/trunk/; revision=26784
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 0a21c0d609..21daa1acfe 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2004-07-31 JP Rosevear <jpr@novell.com>
+
+ * gui/e-day-view.c (e_day_view_finish_long_event_resize): guard
+ with is_instance instead of has_recurrences because most of the
+ backends don't support this yet
+ (e_day_view_finish_resize): ditto
+ (e_day_view_change_event_time): ditto
+ (e_day_view_on_editing_stopped): ditto
+ (e_day_view_on_top_canvas_drag_data_received): ditto
+ (e_day_view_on_main_canvas_drag_data_received): ditto
+
+ * gui/e-week-view.c (e_week_view_change_event_time): ditto
+ (e_week_view_on_editing_stopped): ditto
+
2004-07-30 Harish Krishnaswamy <kharish@novell.com>
* gui/e-tasks.c: (client_cal_opened_cb),