2003-03-30  Jeffrey Stedfast  <[email protected]>

       * README: Bumped version to 2.0.4

       * configure.in: Bumped version to 2.0.4

       * gmime/gmime-header.c (g_mime_header_add): Don't try to encode
       the header here. This is not our responsibility.
       (g_mime_header_set): Same.

2003-03-11  Charles Kerr <[email protected]>

       * gmime/md5-utils.c (md5_get_digest_from_file): fix
       dangling file pointer.

2003-03-09  Jeffrey Stedfast  <[email protected]>

       * gmime/url-scanner.c (g_url_addrspec_end): Check inptr == pos +
       1, if true then return FALSE.

2003-03-06  Jeffrey Stedfast  <[email protected]>

       * configure.in: Check that the compiler supports the inline
       optimisation keyword (or variant) and #define it to 'inline'.

       * gmime/gtrie.c (trie_utf8_getc): Same.

       * gmime/gmime-filter-html.c (html_utf8_getc): Use the inline macro.

2003-03-04  Jeffrey Stedfast  <[email protected]>

       * gmime/gmime-filter-charset.c (filter_filter): Set outlen equal
       to outbuf - filter->outbuf - this is a much clearer way to
       calculate the outlen. The other way might have even been wrong.
       (filter_complete): Same.