diff options
Diffstat (limited to 'plugins/exchange-account-setup/ChangeLog')
-rw-r--r-- | plugins/exchange-account-setup/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index 6437f2a67d..40ae5c72ee 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,21 @@ +2005-01-18 Sushma Rai <rsushma@novell.com> + + * org-gnome-exchange-account-setup.eplug.in: Moved two account + editor plugins unser same hook class. + + * exchange-ask-password.c: Reorganized the code. + Used accessor functions to read and set EAccount values. + Removed editor specific factory function add_owa_entry_to_editor() + from here. + + * exchange-account-setup.c: Reorganized the code. + Moved add_owa_entry_to_editor() and it's sub functions into this file. + (org_gnome_exchange_account_setup): Reading source url and transport + url values stored in gconf and filling up the EAccount structure. + This fixes the problem of page check failure, as improper source url + and transport url values, as we don't read host name in the editor. + (org_gnome_exchange_set_url): Similar. + 2005-01-17 Sushma Rai <rsushma@novell.com> * Makefile.am: Linking to camel libs. Fixes plugin loading problem |