diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-21 15:19:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-21 15:19:20 +0800 |
commit | 01f34bc9d7024efdb038b3881bf7650c9a5cd9dc (patch) | |
tree | b5a3f8f1bb47da123a9e6fb19d9be0b07278427d /mail/ChangeLog | |
parent | 27b1a02bd076736c2b7785e7d248ea80a755e7b8 (diff) | |
download | gsoc2013-evolution-01f34bc9d7024efdb038b3881bf7650c9a5cd9dc.tar.gz gsoc2013-evolution-01f34bc9d7024efdb038b3881bf7650c9a5cd9dc.tar.zst gsoc2013-evolution-01f34bc9d7024efdb038b3881bf7650c9a5cd9dc.zip |
if we're turned on, then record the current authtype setting on the
2004-12-21 Not Zed <NotZed@Ximian.com>
* em-account-editor.c (emae_needs_auth): if we're turned on, then
record the current authtype setting on the widgets, if we're
turned off, clear the authmech setting.
(emae_setup_service): setup the needs auth after the authtype, and
get setting from url->authmech.
(emae_service_provider_changed): only clear the url->authmech if
we don't have the current one in our list.
svn path=/trunk/; revision=28159
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cd5a487824..daff59ef7e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-12-21 Not Zed <NotZed@Ximian.com> + + * em-account-editor.c (emae_needs_auth): if we're turned on, then + record the current authtype setting on the widgets, if we're + turned off, clear the authmech setting. + (emae_setup_service): setup the needs auth after the authtype, and + get setting from url->authmech. + (emae_service_provider_changed): only clear the url->authmech if + we don't have the current one in our list. + 2004-12-20 Takeshi AIHANA <aihana@gnome.gr.jp> * default/Makefile.am: Added 'ja' and 'nl' to install. |