aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-02 15:24:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-02 15:24:37 +0800
commit9a38f851213392e4e4fefe017029306cba3d6ffe (patch)
tree31eefb7e313d5d9ca1ab5b53fbaef62765fe5e9f /camel/ChangeLog
parent9f642307d275beee2663cf2e2a0b41400aeec607 (diff)
downloadgsoc2013-evolution-9a38f851213392e4e4fefe017029306cba3d6ffe.tar
gsoc2013-evolution-9a38f851213392e4e4fefe017029306cba3d6ffe.tar.gz
gsoc2013-evolution-9a38f851213392e4e4fefe017029306cba3d6ffe.tar.bz2
gsoc2013-evolution-9a38f851213392e4e4fefe017029306cba3d6ffe.tar.lz
gsoc2013-evolution-9a38f851213392e4e4fefe017029306cba3d6ffe.tar.xz
gsoc2013-evolution-9a38f851213392e4e4fefe017029306cba3d6ffe.tar.zst
gsoc2013-evolution-9a38f851213392e4e4fefe017029306cba3d6ffe.zip
mutex lock & unlock the context. (camel_pgp_clearsign): Same.
2001-04-02 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.c (camel_pgp_sign): mutex lock & unlock the context. (camel_pgp_clearsign): Same. (camel_pgp_verify): Same. (camel_pgp_encrypt): Same. (camel_pgp_decrypt): And finally here... svn path=/trunk/; revision=9096
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 63de9500f6..8c6b76e3ab 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2001-04-02 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-pgp-context.c (camel_pgp_sign): mutex lock & unlock the context.
+ (camel_pgp_clearsign): Same.
+ (camel_pgp_verify): Same.
+ (camel_pgp_encrypt): Same.
+ (camel_pgp_decrypt): And finally here...
+
* camel-pgp-context.h: Update the function prototypes to match
those found in camel-pgp-context.c.