aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-10 08:15:49 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-10 08:15:49 +0800
commitabe164fb3990d0aa36975c8012fabec57f5b4348 (patch)
treeb6a0c7a80aa022c4ae069e8e6b5adf8f027c2b63 /camel/ChangeLog
parentb860bc0e2d14adedefc7318eeacafbf1d552e8ff (diff)
downloadgsoc2013-evolution-abe164fb3990d0aa36975c8012fabec57f5b4348.tar
gsoc2013-evolution-abe164fb3990d0aa36975c8012fabec57f5b4348.tar.gz
gsoc2013-evolution-abe164fb3990d0aa36975c8012fabec57f5b4348.tar.bz2
gsoc2013-evolution-abe164fb3990d0aa36975c8012fabec57f5b4348.tar.lz
gsoc2013-evolution-abe164fb3990d0aa36975c8012fabec57f5b4348.tar.xz
gsoc2013-evolution-abe164fb3990d0aa36975c8012fabec57f5b4348.tar.zst
gsoc2013-evolution-abe164fb3990d0aa36975c8012fabec57f5b4348.zip
Created a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No prompt
2001-03-09 Jeffrey Stedfast <fejj@ximian.com> * camel-session.c (camel_session_query_authenticator): Created a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No prompt to the user. This will be needed by the SSL/TLS code to come. Also changed the return value to a gpointer rather than a char* to allow the returning of TRUE/FALSE values. * camel.c: Wrap stuff with HAVE_NSS svn path=/trunk/; revision=8623
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 0e324f855c..247986ca05 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2001-03-09 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-session.c (camel_session_query_authenticator): Created a
+ new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No prompt to
+ the user. This will be needed by the SSL/TLS code to come. Also
+ changed the return value to a gpointer rather than a char* to
+ allow the returning of TRUE/FALSE values.
+
+ * camel.c: Wrap stuff with HAVE_NSS
+
2001-03-09 Dan Winship <danw@ximian.com>
* providers/sendmail/camel-sendmail-transport.c (sendmail_send,