aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-10-03 14:16:51 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-10-03 14:16:51 +0800
commit7a102381acf224110cfe32fcc0905a103268abde (patch)
tree3797369272088bdacc8706e1abff2eca92e1bdfe /calendar/ChangeLog
parent263e728c125f4312867084d9b85b41caabec6a4f (diff)
downloadgsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar
gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.gz
gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.bz2
gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.lz
gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.xz
gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.zst
gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.zip
fixes #264449.
svn path=/trunk/; revision=30467
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3ccf847896..7e94b4054c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,26 @@
+2005-10-03 Mubeen Jukaku <jmubeen@novell.com>
+
+ Fixes #264449
+ * gui/e-tasks.c: (update_view_cb),
+ (config_process_completed_tasks_changed_cb): Use process_completed_tasks
+ instead of update_view
+ * gui/gnome-cal.c (update_todo_view_cb),
+ (config_process_completed_tasks_changed_cb): ditto
+ * gui/e-calendar-table.[ch]:
+ (e_cal_model_process_completed_tasks): New function to hide
+ completed tasks
+ * gui/calendar-config.[ch]:
+ (calendar_config_get_process_completed_tasks_sexp): Added a parameter
+ get_completed to get completed or not completed tasks
+ * gui/misc.[ch]:
+ (get_position_in_array): Moved from gui/e-cal-model.c
+ * gui/e-cal-model.[ch]:
+ (e_cal_model_set_instance_times): Renamed from static function
+ set_instance_times
+ (search_by_uid_and_client): fix for client is NULL
+ * gui/e-cal-model-tasks.[ch]:
+ (e_cal_model_tasks_update_due_tasks): Update due tasks
+
2005-10-01 Viren.L <lviren@novell.com>
Fixes #257649