2003-02-08  Jeffrey Stedfast  <[email protected]>

       * configure.in: Bumped the version to 2.0.1

       * docs/*: A completely new set of documentation.

2003-02-07  Jeffrey Stedfast  <[email protected]>

       * gmime/gmime-multipart.c (multipart_remove_part): When the part
       being removed is not the first part in the list, make sure to set
       node->prev->next = node->next -- oops :-)
       (multipart_remove_part_at): Same.