2002-11-07 Jeffrey Stedfast * configure.in: Bumped the version to 1.90.4 * PORTING: New document meant to help developers port their applications from gmime-1.0 to gmime-2.0. * iconv-detect.c: Removd unused variables and #include * gmime/gmime-multipart.c (g_mime_multipart_get_subpart_from_content_id): Init part to NULL. * gmime/gmime-stream-cat.c (stream_write): Init n to -1 each time through the outer loop. * gmime/gmime-filter-strip.c: #include for memcpy. * gmime/gmime-filter-html.c (html_convert): Make sure to initialise depth to 0 each loop so we don't use it uninitialised. 2002-11-07 Jeffrey Stedfast * gmime*.[c,h]: Moved to gmime/ subdirectory. Also updated to #include instead of #include "some-header.h" * test-*.c: Moved to tests/ subdirectory. 2002-11-06 Jeffrey Stedfast * Makefile.am: Install headers to $(includedir)/gmime-2.0/gmime 2002-11-04 Jeffrey Stedfast * gmime-filter-basic.c (g_mime_filter_basic_new_type): Set the new->type to type.