aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 62bb518bd7..249a9ae465 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,21 @@
+2001-05-21 Federico Mena Quintero <federico@ximian.com>
+
+ Fix bug #2831; the tasks toolbar and menu now have a button to
+ delete the selected tasks.
+
+ * gui/e-calendar-table.c (e_calendar_table_delete_selected): New
+ function.
+ (delete_cb): Use e_calendar_table_delete_selected().
+ (e_calendar_table_get_table): New function.
+
+ * gui/tasks-control.c (tasks_control_new_task_cmd): Handle the
+ delete command.
+ (selection_changed_cb): Change the sensitivity of the TasksDelete
+ command when the selection in the table changes.
+
+ * gui/e-tasks.c (table_selection_change_cb): Notify upstream when
+ the ETable selection changes.
+
2001-05-18 Federico Mena Quintero <federico@ximian.com>
Fix bug #2829.