diff options
author | Praveen Kumar <kpraveen@novell.com> | 2005-08-16 20:30:41 +0800 |
---|---|---|
committer | Praveen Kumar <kpraveen@src.gnome.org> | 2005-08-16 20:30:41 +0800 |
commit | d242d17dd313cee70f92882635866dae60685644 (patch) | |
tree | 794e08cf683f0e39ad25f341d5a55d609501f32e /plugins/exchange-operations/ChangeLog | |
parent | 0c9d7e59053873ca2b0b0f7e61f9eed3bb6bc00c (diff) | |
download | gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.tar.gz gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.tar.zst gsoc2013-evolution-d242d17dd313cee70f92882635866dae60685644.zip |
Added new (add_account_esources): Don't add the calendars and tasks in the
2005-09-12 Praveen Kumar <kpraveen@novell.com>
* exchange-config-listener.c
(remove_selected_non_offline_esources): Added new
(add_account_esources): Don't add the calendars and tasks in the
selected list
(account_added): If starting in offline mode remove the non-offline
calendars and tasks from the selected list so that it doesn't
throws an error
Fixes the bug 273272.
2005-08-11 Praveen Kumar <kpraveen@novell.com>
* exchange-config-listener.c
(exchange_camel_urls_is_equal): Added new
(exchange_config_listener_modify_esource_group_name): Added new
(account_changed): Handle most of the account parameter changes
without restart. This fixes bug 272784 and partially bug 220168
(account_removed): Removed the message dialog that says that the
changes will be reflected after restart. This partially fixes the
bug 220168
svn path=/trunk/; revision=30132
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 421b7be3d2..126638570f 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,26 @@ +2005-09-12 Praveen Kumar <kpraveen@novell.com> + + * exchange-config-listener.c + (remove_selected_non_offline_esources): Added new + (add_account_esources): Don't add the calendars and tasks in the + selected list + (account_added): If starting in offline mode remove the non-offline + calendars and tasks from the selected list so that it doesn't + throws an error + + Fixes the bug 273272. + +2005-08-11 Praveen Kumar <kpraveen@novell.com> + + * exchange-config-listener.c + (exchange_camel_urls_is_equal): Added new + (exchange_config_listener_modify_esource_group_name): Added new + (account_changed): Handle most of the account parameter changes + without restart. This fixes bug 272784 and partially bug 220168 + (account_removed): Removed the message dialog that says that the + changes will be reflected after restart. This partially fixes the + bug 220168 + 2005-08-08 Arunprakash <arunp@novell.com> * exchange-folder-size-display.c: Included glib/gi18n.h file for |