aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ecfff3733d..d4cbbf4090 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,22 @@
2006-04-05 Chenthill Palanisamy <pchenthill@novell.com>
+ Fixes #328808
+ * gui/dialogs/event-editor.c:
+ (event_editor_construct): Set the name selector dialog present in the schedule page
+ in event page also.
+ * gui/dialogs/event-page.[ch]
+ (event_page_get_name_selector): Gets the name selector from the meeting list
+ view.
+ * gui/dialogs/schedule-page.[ch]
+ (schedule_page_set_name_selector): Sets the name selector to the meeting
+ list view.
+ * gui/e-meeting-list-view.[ch]:
+ (e_meeting_list_view_get_name_selector),
+ (e_meeting_list_view_set_name_selector): Functions to get and set the name
+ selector.
+
+2006-04-06 Chenthill Palanisamy <pchenthill@novell.com>
+
* gui/e-day-view.c: (e_day_view_on_main_canvas_motion):
Enable drag and drop of recurring appointments.