From 469e6d297113db67c5b295bcb287e40e271f2d55 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 22 Apr 2003 18:13:49 +0000 Subject: Don't set seen_eof1 here anymore once we get a trust metric. 2003-04-21 Jeffrey Stedfast * camel-gpg-context.c (gpg_ctx_parse_status): Don't set seen_eof1 here anymore once we get a trust metric. (gpg_ctx_new): Init seen_eof1 to TRUE here. (gpg_ctx_set_ostream): Change seen_eof1 to FALSE here this way we only ever have to set this if we are expecting output. (gpg_ctx_parse_status): Don't set seen_eof1 for importing either. (gpg_ctx_op_step): Only FD_SET() those fd's that we have not yet finished reading. svn path=/trunk/; revision=20922 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index e35775d5ea..07da3eecbb 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2003-04-21 Jeffrey Stedfast + + * camel-gpg-context.c (gpg_ctx_parse_status): Don't set seen_eof1 + here anymore once we get a trust metric. + (gpg_ctx_new): Init seen_eof1 to TRUE here. + (gpg_ctx_set_ostream): Change seen_eof1 to FALSE here this way we + only ever have to set this if we are expecting output. + (gpg_ctx_parse_status): Don't set seen_eof1 for importing either. + (gpg_ctx_op_step): Only FD_SET() those fd's that we have not yet + finished reading. + 2003-04-16 Jeffrey Stedfast * camel-url-scanner.c (camel_url_web_end): Urls are unlikely to -- cgit