aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-24 06:41:54 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-24 06:41:54 +0800
commit1df3e6787e2c30adae410e1eda36907b578a4240 (patch)
tree1cca2ced9c319a0231e3d9d267458321104ec4be /camel/ChangeLog
parenta02d89a2b723561eaea9a509d1da094a1af67b41 (diff)
downloadgsoc2013-evolution-1df3e6787e2c30adae410e1eda36907b578a4240.tar
gsoc2013-evolution-1df3e6787e2c30adae410e1eda36907b578a4240.tar.gz
gsoc2013-evolution-1df3e6787e2c30adae410e1eda36907b578a4240.tar.bz2
gsoc2013-evolution-1df3e6787e2c30adae410e1eda36907b578a4240.tar.lz
gsoc2013-evolution-1df3e6787e2c30adae410e1eda36907b578a4240.tar.xz
gsoc2013-evolution-1df3e6787e2c30adae410e1eda36907b578a4240.tar.zst
gsoc2013-evolution-1df3e6787e2c30adae410e1eda36907b578a4240.zip
Don't even try to alert the user if the session isn't interactive.
2001-09-23 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream-openssl.c (ssl_verify): Don't even try to alert the user if the session isn't interactive. (errlib_error_to_errno): Make the default errno EINTR so that we act just like CamelTcpStreamSSL. * camel-pgp-context.c (pgp_sign): When the password is not provided, set the exception to USER_CANCEL. (pgp_clearsign): Same. (pgp_encrypt): And here. (pgp_decrypt): Here too. svn path=/trunk/; revision=13088
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 67013942ae..42da8598af 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,16 @@
+2001-09-23 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-tcp-stream-openssl.c (ssl_verify): Don't even try to alert
+ the user if the session isn't interactive.
+ (errlib_error_to_errno): Make the default errno EINTR so that we
+ act just like CamelTcpStreamSSL.
+
+ * camel-pgp-context.c (pgp_sign): When the password is not
+ provided, set the exception to USER_CANCEL.
+ (pgp_clearsign): Same.
+ (pgp_encrypt): And here.
+ (pgp_decrypt): Here too.
+
2001-09-21 <NotZed@Ximian.com>
* camel-store.c (create_folder): Set the exception if
@@ -338,7 +351,8 @@
2001-09-12 <NotZed@Ximian.com>
- * camel-store.c (camel_store_delete_folder): Fixed warnings with a cast.
+ * camel-store.c (camel_store_delete_folder): Fixed warnings with a
+ cast.
(camel_store_rename_folder): "
2001-09-14 Jeffrey Stedfast <fejj@ximian.com>