diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-06 05:08:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-06 05:08:45 +0800 |
commit | 4d126fb6748040e58f4d47966f4f832e66814811 (patch) | |
tree | eb4cc1f949aead9d0b4fde11de22881932c1be68 /camel/ChangeLog | |
parent | 944083d8b9805f6d352dac2f09c04f641b84fbc9 (diff) | |
download | gsoc2013-evolution-4d126fb6748040e58f4d47966f4f832e66814811.tar.gz gsoc2013-evolution-4d126fb6748040e58f4d47966f4f832e66814811.tar.zst gsoc2013-evolution-4d126fb6748040e58f4d47966f4f832e66814811.zip |
i18n'd some strings in here.
2001-03-05 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-store.c (imap_connect): i18n'd some
strings in here.
* providers/smtp/camel-smtp-transport.c (smtp_connect): Keep
trying to authenticate until either we succeed or until the user
cancels.
svn path=/trunk/; revision=8561
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2c9ae16994..faa4e4f074 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-03-05 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-store.c (imap_connect): i18n'd some + strings in here. + + * providers/smtp/camel-smtp-transport.c (smtp_connect): Keep + trying to authenticate until either we succeed or until the user + cancels. + 2001-03-04 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c: Wrote a new version of header_fold() that |