aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-04-06 17:16:17 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-04-06 17:16:17 +0800
commit86a444b92970ce0da4c67d8cf0e6deb686a92507 (patch)
treed399f546db08909846400fad5f58572ea60fcd52
parent59796b5cbc66f41f0904e7df020502ade245324e (diff)
downloadgsoc2013-evolution-86a444b92970ce0da4c67d8cf0e6deb686a92507.tar
gsoc2013-evolution-86a444b92970ce0da4c67d8cf0e6deb686a92507.tar.gz
gsoc2013-evolution-86a444b92970ce0da4c67d8cf0e6deb686a92507.tar.bz2
gsoc2013-evolution-86a444b92970ce0da4c67d8cf0e6deb686a92507.tar.lz
gsoc2013-evolution-86a444b92970ce0da4c67d8cf0e6deb686a92507.tar.xz
gsoc2013-evolution-86a444b92970ce0da4c67d8cf0e6deb686a92507.tar.zst
gsoc2013-evolution-86a444b92970ce0da4c67d8cf0e6deb686a92507.zip
Fixes the drag and drop of appointments
svn path=/trunk/; revision=31777
-rw-r--r--calendar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a0d7dd3768..ecfff3733d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-05 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * gui/e-day-view.c: (e_day_view_on_main_canvas_motion):
+ Enable drag and drop of recurring appointments.
+
2006-04-06 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #162005