2002-11-17 Jeffrey Stedfast * configure.in: Check for gethostbyname in -lnsl and also bump the version to 1.90.6. * src/getopt*.[c,h]: Added for portability to non-GNU systems. * gmime/gmime-parser.c (g_mime_parser_init): Initialize scan_from and have_regex here instead of in parser_init() since we don't want these flags to be reset when a new stream gets set. (g_mime_parser_new_with_stream): New convenience function. 2002-11-16 Jeffrey Stedfast * gmime/gmime-utils.c (decode_msgid): Eat the '<' before continuing to parse the addr-spec. 2002-11-14 Jeffrey Stedfast * gmime/gmime-content-type.c (g_mime_content_type_new_from_string): #include "gmime-table-private.h" and use is_ttoken() to correctly parse type/subtype. Fixes bug #98463. 2002-11-13 Jeffrey Stedfast * gmime/gmime-gpg-context.c (gpg_ctx_op_start): Don't bother stat()ing gpg->path, if the file doesn't exist, the exec() call will return immediately anyway.