aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-25 14:21:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-25 14:21:17 +0800
commitb62bbc149b31f928ea0f7c6c60e28a72555bb88f (patch)
treedeb5f57d73b749775ac1820115f332a790bd7248 /camel/ChangeLog
parent0b6f593b29ad4ff7e7c06d9f0b2b46b629830098 (diff)
downloadgsoc2013-evolution-b62bbc149b31f928ea0f7c6c60e28a72555bb88f.tar
gsoc2013-evolution-b62bbc149b31f928ea0f7c6c60e28a72555bb88f.tar.gz
gsoc2013-evolution-b62bbc149b31f928ea0f7c6c60e28a72555bb88f.tar.bz2
gsoc2013-evolution-b62bbc149b31f928ea0f7c6c60e28a72555bb88f.tar.lz
gsoc2013-evolution-b62bbc149b31f928ea0f7c6c60e28a72555bb88f.tar.xz
gsoc2013-evolution-b62bbc149b31f928ea0f7c6c60e28a72555bb88f.tar.zst
gsoc2013-evolution-b62bbc149b31f928ea0f7c6c60e28a72555bb88f.zip
Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): Decode
2002-06-25 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_hash_str): Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): Decode more status information and keep track of trust and such. (gpg_ctx_op_complete): Make sure we aren't waiting for gpg to write data to stdout (such as encrypted/decrypted data or a signature). (gpg_encrypt): Remove the fejj@stampede.org hard-coded value (which had only meant to be for testing). svn path=/trunk/; revision=17271
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index bf05be0b7c..c8c04ef5c4 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2002-06-25 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-gpg-context.c (gpg_hash_str): Return the option as
+ --digest-algo=<micalg>
+ (gpg_ctx_parse_status): Decode more status information and keep
+ track of trust and such.
+ (gpg_ctx_op_complete): Make sure we aren't waiting for gpg to
+ write data to stdout (such as encrypted/decrypted data or a
+ signature).
+ (gpg_encrypt): Remove the fejj@stampede.org hard-coded value
+ (which had only meant to be for testing).
+
2002-06-24 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_get_argv): Use --command-fd rather