aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-04-18 17:12:26 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-04-18 17:12:26 +0800
commit6a52b2cc19aa11400f33087280b95329f1e87ff9 (patch)
treeb00bd5397a9826b9e412fa48a9ab6c240ea3a207 /calendar/ChangeLog
parenta4f5f85400e00efa72c5a3a6a7a2b81b7bc9d268 (diff)
downloadgsoc2013-evolution-6a52b2cc19aa11400f33087280b95329f1e87ff9.tar
gsoc2013-evolution-6a52b2cc19aa11400f33087280b95329f1e87ff9.tar.gz
gsoc2013-evolution-6a52b2cc19aa11400f33087280b95329f1e87ff9.tar.bz2
gsoc2013-evolution-6a52b2cc19aa11400f33087280b95329f1e87ff9.tar.lz
gsoc2013-evolution-6a52b2cc19aa11400f33087280b95329f1e87ff9.tar.xz
gsoc2013-evolution-6a52b2cc19aa11400f33087280b95329f1e87ff9.tar.zst
gsoc2013-evolution-6a52b2cc19aa11400f33087280b95329f1e87ff9.zip
** Fix for bug #509923
2008-04-18 Milan Crha <mcrha@redhat.com> ** Fix for bug #509923 * gui/dialogs/comp-editor.c: (real_send_comp): * gui/e-calendar-view.c: (e_calendar_view_modify_and_send): * gui/e-cal-model-calendar.c: (ecmc_set_value_at): Send changes based on the user's choice of "all instances" or "only this instance" for recurring events. * gui/e-cal-model-calendar.c: (ecmc_set_value_at): Also modify objects based on the user's choice. svn path=/trunk/; revision=35382
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 98618e0bbf..558d9097df 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2008-04-18 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #509923
+
+ * gui/dialogs/comp-editor.c: (real_send_comp):
+ * gui/e-calendar-view.c: (e_calendar_view_modify_and_send):
+ * gui/e-cal-model-calendar.c: (ecmc_set_value_at):
+ Send changes based on the user's choice of "all instances" or
+ "only this instance" for recurring events.
+ * gui/e-cal-model-calendar.c: (ecmc_set_value_at):
+ Also modify objects based on the user's choice.
+
2008-04-17 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #526739