diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-01-31 16:52:16 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-01-31 16:52:16 +0800 |
commit | 778ebccf30ec0c1a70d2416a0d0581f89c08631d (patch) | |
tree | 463bd429b1dced6cbcdb6ed15577685e562bd724 /plugins | |
parent | 1826519a5dd620ad1424e401a25b734082afee66 (diff) | |
download | gsoc2013-evolution-778ebccf30ec0c1a70d2416a0d0581f89c08631d.tar gsoc2013-evolution-778ebccf30ec0c1a70d2416a0d0581f89c08631d.tar.gz gsoc2013-evolution-778ebccf30ec0c1a70d2416a0d0581f89c08631d.tar.bz2 gsoc2013-evolution-778ebccf30ec0c1a70d2416a0d0581f89c08631d.tar.lz gsoc2013-evolution-778ebccf30ec0c1a70d2416a0d0581f89c08631d.tar.xz gsoc2013-evolution-778ebccf30ec0c1a70d2416a0d0581f89c08631d.tar.zst gsoc2013-evolution-778ebccf30ec0c1a70d2416a0d0581f89c08631d.zip |
Patch by Michael, to supporting tables in e-config, handling hide bits and
corrected exchange-accout-setup plugin codewas.
svn path=/trunk/; revision=28624
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/exchange-account-setup/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
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 <NotZed@Ximian.com> + + ** 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 <rsushma@novell.com> * exchange-account-setup.c (create_page): Fixed empty |