aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@novell.com>2007-08-13 18:40:23 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-08-13 18:40:23 +0800
commit98087d1543dff4c0f1cf70b88c634ebe3bcbb656 (patch)
treefd6998b832ed6bb60398da9872e5b8922694baa5 /calendar/ChangeLog
parent7701d36a65aba3e183fe30e6a0818c5405eb1f46 (diff)
downloadgsoc2013-evolution-98087d1543dff4c0f1cf70b88c634ebe3bcbb656.tar
gsoc2013-evolution-98087d1543dff4c0f1cf70b88c634ebe3bcbb656.tar.gz
gsoc2013-evolution-98087d1543dff4c0f1cf70b88c634ebe3bcbb656.tar.bz2
gsoc2013-evolution-98087d1543dff4c0f1cf70b88c634ebe3bcbb656.tar.lz
gsoc2013-evolution-98087d1543dff4c0f1cf70b88c634ebe3bcbb656.tar.xz
gsoc2013-evolution-98087d1543dff4c0f1cf70b88c634ebe3bcbb656.tar.zst
gsoc2013-evolution-98087d1543dff4c0f1cf70b88c634ebe3bcbb656.zip
reviewed by: Chenthill Palanisamy <pchenthill@novell.com>
2007-08-13 Suman Manjunath <msuman@novell.com> reviewed by: Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/event-page.c: (event_page_init), (sensitize_widgets), (get_current_account), (event_page_fill_widgets), (event_page_fill_component), (existing_attendee), (event_page_set_info_string), (get_widgets), (source_changed_cb), (init_widgets), (event_page_select_organizer), (event_page_construct): * gui/dialogs/event-page.glade: * gui/dialogs/memo-page.c: (memo_page_init), * (sensitize_widgets), (memo_page_fill_widgets), (get_current_account), (memo_page_fill_component), (memo_page_set_info_string), (get_widgets), (source_changed_cb), (init_widgets), (memo_page_select_organizer), (memo_page_construct): * gui/dialogs/memo-page.glade: * gui/dialogs/task-page.c: (task_page_init), * (sensitize_widgets), (get_current_account), (task_page_fill_widgets), (task_page_fill_component), (existing_attendee), (task_page_set_info_string), (get_widgets), (source_changed_cb), (init_widgets), (task_page_select_organizer), (task_page_construct): * gui/dialogs/task-page.glade: Add a label on the top to show * information string for calendar, task and memo editors. It would be shown while operating on subscribed user's folder items. * gui/itip-utils.c: (itip_send_comp), (reply_to_calendar_comp): * A utility function sanitize_component has been removed. The sentby parameter is set in the event pages. --This line, and those below, will be ignored-- M calendar/gui/dialogs/task-page.glade M calendar/gui/dialogs/task-page.c M calendar/gui/dialogs/task-page.h M calendar/gui/dialogs/event-page.glade M calendar/gui/dialogs/memo-page.glade M calendar/gui/dialogs/event-page.c M calendar/gui/dialogs/event-page.h M calendar/gui/dialogs/memo-page.c M calendar/gui/dialogs/memo-page.h M calendar/gui/itip-utils.c M calendar/ChangeLog svn path=/trunk/; revision=33996
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 28bc9905b8..83a299e5f4 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,33 @@
+2007-08-13 Suman Manjunath <msuman@novell.com>
+
+ reviewed by: Chenthill Palanisamy <pchenthill@novell.com>
+
+ * gui/dialogs/event-page.c: (event_page_init),
+ (sensitize_widgets), (get_current_account),
+ (event_page_fill_widgets), (event_page_fill_component),
+ (existing_attendee), (event_page_set_info_string), (get_widgets),
+ (source_changed_cb), (init_widgets), (event_page_select_organizer),
+ (event_page_construct):
+ * gui/dialogs/event-page.glade:
+ * gui/dialogs/memo-page.c: (memo_page_init), (sensitize_widgets),
+ (memo_page_fill_widgets), (get_current_account),
+ (memo_page_fill_component), (memo_page_set_info_string),
+ (get_widgets), (source_changed_cb), (init_widgets),
+ (memo_page_select_organizer), (memo_page_construct):
+ * gui/dialogs/memo-page.glade:
+ * gui/dialogs/task-page.c: (task_page_init), (sensitize_widgets),
+ (get_current_account), (task_page_fill_widgets),
+ (task_page_fill_component), (existing_attendee),
+ (task_page_set_info_string), (get_widgets), (source_changed_cb),
+ (init_widgets), (task_page_select_organizer),
+ (task_page_construct):
+ * gui/dialogs/task-page.glade: Add a label on the top to show information string
+ for calendar, task and memo editors. It would be shown while operating on subscribed
+ user's folder items.
+ * gui/itip-utils.c: (itip_send_comp), (reply_to_calendar_comp): A
+ utility function sanitize_component has been removed. The sentby parameter
+ is set in the event pages.
+
2007-08-10 Milan Crha <mcrha@redhat.com>
** Fix for bug #351552