2003-05-21 Jeffrey Stedfast * README: Updated. * configure.in: Bumped version to 2.0.7 * gmime/gmime-message.c (handle_multipart_mixed): Don't look at the subtype of the first_type unless we have already defined first_type. Fixes a crash. * gmime/gmime-message-partial.c (g_mime_message_partial_split_message): Fixed an optimisation gone bad. Thanks to Piotr Klaban for reporting this. 2003-05-19 Jeffrey Stedfast * docs/reference/*: Updated some. * gmime/gmime-multipart-signed.c: Same as below. * gmime/gmime-multipart-encrypted.c: Fixed the prototypes for write_to_stream(). * gmime/gmime-gpg-context.c (gpg_ctx_new): Initialise seen_eof1 to TRUE. (gpg_ctx_set_ostream): Set seen_eof1 to FALSE here, this way we only ever check for EOF for gpg's stdout if we care about the data received from it. (gpg_ctx_parse_status): Remove the hack that set seen_eof1 to TRUE when we received a TRUST status from gpg when verifying a signature. Same for when importing signatures. (gpg_ctx_op_step): Only FD_SET() fd's that we have not finished reading from. (gpg_ctx_op_exited): #if 0'd for now since we aren't using it anymore. Keeping it around for historical reasons and in case we find we really do need it back.