2004-03-24  Jeffrey Stedfast  <[email protected]>

       * README: Updated.

       * configure.in: Bumped version to 2.0.14

       * gmime/gmime-charset.c (g_mime_charset_name): Use my own strdown
       implementation to 'strdown' the alloca()'d charset name.
       (g_mime_charset_map_init): Instead of strdup()ing the charset name
       and then using g_ascii_strdown(), just use g_ascii_strdown() since
       it malloc's.

       * gmime/gmime-stream-buffer.c (stream_write): Fixed a bug when
       writing across block boundaries.