aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2009-04-13 17:03:38 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2009-04-13 17:03:38 +0800
commit9896e4f7db7817087b7c18793682a4ab5f7c63e2 (patch)
tree54f2dc155338cba91fa82500cbb619f4024e7b46 /calendar/ChangeLog
parent064ff85b3b8e06a5347b62e5c80c1273875e719a (diff)
downloadgsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar
gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.gz
gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.bz2
gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.lz
gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.xz
gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.tar.zst
gsoc2013-evolution-9896e4f7db7817087b7c18793682a4ab5f7c63e2.zip
Fixes #561312
2009-04-13 Chenthill Palanisamy <pchenthill@novell.com> Fixes #561312 * calendar/gui/comp-util.c: * calendar/gui/comp-util.h: Added a new function to sanitize master recurrence event before modifying all instances. * calendar/gui/dialogs/comp-editor.c: * calendar/gui/e-day-view.c: * calendar/gui/e-week-view.c: Used the new util api. Do not invoke recurrence dialog while modifying detached instances. svn path=/trunk/; revision=37518
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 176c6fcca7..306e5bda37 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,16 @@
+2009-04-13 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #561312
+ * calendar/gui/comp-util.c:
+ * calendar/gui/comp-util.h: Added a new function to
+ sanitize master recurrence event before modifying
+ all instances.
+ * calendar/gui/dialogs/comp-editor.c:
+ * calendar/gui/e-day-view.c:
+ * calendar/gui/e-week-view.c: Used the new util api.
+ Do not invoke recurrence dialog while modifying detached
+ instances.
+
2009-04-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #523802