aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-04-03 16:36:50 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-04-03 16:36:50 +0800
commit998f971fb8973f07e59e39957e23ee10e36f5c61 (patch)
tree557caa589a79fd4f503387f101e0d9d96c5e275e /calendar/ChangeLog
parentbb34bf11dc425498b3dda90a95fbabe179a1eaba (diff)
downloadgsoc2013-evolution-998f971fb8973f07e59e39957e23ee10e36f5c61.tar.gz
gsoc2013-evolution-998f971fb8973f07e59e39957e23ee10e36f5c61.tar.zst
gsoc2013-evolution-998f971fb8973f07e59e39957e23ee10e36f5c61.zip
Added retract support.
svn path=/trunk/; revision=31759
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 7100395af9..f400598a58 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2006-04-03 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #158107
+ * gui/dialogs/delete-comp.c: (delete_component_dialog),
+ (cb_toggled_cb), (prompt_retract_dialog):
+ * gui/dialogs/delete-comp.h:
+ * gui/e-calendar-table.c: (add_retract_data), (check_for_retract),
+ (e_calendar_table_delete_selected):
+ * gui/e-calendar-view.c: (add_retract_data), (check_for_retract),
+ (delete_event), (e_calendar_view_delete_selected_occurrence): Added
+ retract support.
+
2006-03-29 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #160357 [b.n.c]