diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2007-07-09 19:23:34 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 19:23:34 +0800 |
commit | 1f08d409f8b76aa22fd0af80b31312189f28967b (patch) | |
tree | 82df820d3bee0b2e1d207ebdbcb54475b51b79e9 /calendar/ChangeLog | |
parent | b7a62880133b30d3de3ff1cabc7dae473024a5f6 (diff) | |
download | gsoc2013-evolution-1f08d409f8b76aa22fd0af80b31312189f28967b.tar gsoc2013-evolution-1f08d409f8b76aa22fd0af80b31312189f28967b.tar.gz gsoc2013-evolution-1f08d409f8b76aa22fd0af80b31312189f28967b.tar.bz2 gsoc2013-evolution-1f08d409f8b76aa22fd0af80b31312189f28967b.tar.lz gsoc2013-evolution-1f08d409f8b76aa22fd0af80b31312189f28967b.tar.xz gsoc2013-evolution-1f08d409f8b76aa22fd0af80b31312189f28967b.tar.zst gsoc2013-evolution-1f08d409f8b76aa22fd0af80b31312189f28967b.zip |
reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>
2007-07-09 Chenthill Palanisamy <pchenthill@novell.com>
reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>
* gui/dialogs/comp-editor.c: (save_comp), (save_comp_with_send),
(real_edit_comp): Organizer/Sentby can save/edit components.
* gui/dialogs/event-editor.c: (event_editor_edit_comp):
* gui/e-calendar-view.c: (e_calendar_view_add_event),
(e_calendar_view_cut_clipboard), (delete_event),
(e_calendar_view_delete_selected_occurrence),
(set_attendee_status_for_delegate),
(e_calendar_view_edit_appointment),
(e_calendar_view_modify_and_send):
* gui/itip-utils.c: (get_attendee),
(get_attendee_if_attendee_sentby_is_user), (sanitize_component),
(itip_get_comp_attendee), (comp_to_list), (comp_subject),
(comp_limit_attendees), (comp_sentby), (itip_send_comp),
(reply_to_calendar_comp): Adding the exchange delegation
feature.
Committing on behalf of Suman Manjunath <msuman@novell.com>
svn path=/trunk/; revision=33786
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ed73814a53..f45d787f33 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2007-07-09 Chenthill Palanisamy <pchenthill@novell.com> + + reviewed by: Veerapuram Varadhan <vvaradhan@novell.com> + + * gui/dialogs/comp-editor.c: (save_comp), (save_comp_with_send), + (real_edit_comp): Organizer/Sentby can save/edit components. + * gui/dialogs/event-editor.c: (event_editor_edit_comp): + * gui/e-calendar-view.c: (e_calendar_view_add_event), + (e_calendar_view_cut_clipboard), (delete_event), + (e_calendar_view_delete_selected_occurrence), + (set_attendee_status_for_delegate), + (e_calendar_view_edit_appointment), + (e_calendar_view_modify_and_send): + * gui/itip-utils.c: (get_attendee), + (get_attendee_if_attendee_sentby_is_user), (sanitize_component), + (itip_get_comp_attendee), (comp_to_list), (comp_subject), + (comp_limit_attendees), (comp_sentby), (itip_send_comp), + (reply_to_calendar_comp): Adding the exchange delegation feature. + + Committing on behalf of Suman Manjunath <msuman@novell.com> + 2006-08-31 Matthew Barnes <mbarnes@redhat.com> * gui/e-memos.c: (e_memos_setup_view_menus) |