From 778ebccf30ec0c1a70d2416a0d0581f89c08631d Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Mon, 31 Jan 2005 08:52:16 +0000 Subject: Patch by Michael, to supporting tables in e-config, handling hide bits and corrected exchange-accout-setup plugin codewas. svn path=/trunk/; revision=28624 --- plugins/exchange-account-setup/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'plugins/exchange-account-setup/ChangeLog') diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index 7d31a1acda..8ea9c9ac26 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,22 @@ +2005-01-28 Not Zed + + ** related to bug #71520. + + * exchange-account-setup.c: All but re-written. + Fixed the license of the file. + Fixed a translation string. + Modified return condition check. + Fixed problem over writing current account with the old data. + Removed duplicated code. + Removed the hack for handling NULL hostname, now using + CAMEL_URL_HIDDEN_HOST url flag in the provider. + Using E_ACCOUNT_SOURCE_SAVE_PASSWD for remember password. + Removed the way owa url entry was added to table in config section, + Now econfig supports tables. + + * exchange-ask-password.c: removed, functionality moved to + exchange-account-setup.c. + 2005-01-25 Sushma Rai * exchange-account-setup.c (create_page): Fixed empty -- cgit