From 2e94db8a65126ffcb456bd2823cf45e5b1510b0b Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 27 Jan 2009 12:32:09 +0000 Subject: ** Fix for bug #318003 2009-01-27 Milan Crha ** Fix for bug #318003 * gui/memos-component.c: (selector_tree_data_dropped): * gui/tasks-component.c: (selector_tree_data_dropped): * gui/calendar-component.c: (selector_tree_data_dropped), (create_component_view): * gui/comp-util.h: (cal_comp_process_source_list_drop): * gui/comp-util.c: (update_single_object), (update_objects), (cal_comp_process_source_list_drop): Support move of the event in day view when dropped over the source list. Use the same function for events/tasks/memos. * gui/e-day-view.c: (e_day_view_on_drag_data_get): Encode string data same as memos and tasks do, with a source UID. * gui/e-calendar-table.c: (e_calendar_table_copy_clipboard): * gui/e-memo-table.c: (e_memo_table_copy_clipboard): Removed inappropriate comments. svn path=/trunk/; revision=37140 --- calendar/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 94b0c6f87b..d3337bf98f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2009-01-27 Milan Crha + + ** Fix for bug #318003 + + * gui/memos-component.c: (selector_tree_data_dropped): + * gui/tasks-component.c: (selector_tree_data_dropped): + * gui/calendar-component.c: (selector_tree_data_dropped), + (create_component_view): + * gui/comp-util.h: (cal_comp_process_source_list_drop): + * gui/comp-util.c: (update_single_object), (update_objects), + (cal_comp_process_source_list_drop): + Support move of the event in day view when dropped over the source + list. Use the same function for events/tasks/memos. + + * gui/e-day-view.c: (e_day_view_on_drag_data_get): + Encode string data same as memos and tasks do, with a source UID. + + * gui/e-calendar-table.c: (e_calendar_table_copy_clipboard): + * gui/e-memo-table.c: (e_memo_table_copy_clipboard): + Removed inappropriate comments. + 2009-01-27 Bharath Acharya ** Fix for bug #463597, bug #463594, bug#463599 (BNC) and -- cgit v1.2.3