2004-11-18  Cristy  <yarrow@image...>
  * Added MagickNewImage() adds a blank image canvas of the specified size and
    background color to the wand.

2004-11-15  Cristy  <yarrow@image...>
  * Added MagickGetInterlaceScheme() to correspond to
    MagickSetInterlaceScheme().

2004-11-06  Cristy  <yarrow@image...>
  * GNS contributed MagickQueryMultilineFontMetrics().  Its like
    MagickQueryFontMetrics() but returns the maximum text width and height for
    multiple lines of text.

2004-11-04  Cristy  <yarrow@image...>
  * MagickReadImageBlob() and MagickReadImageFile() calls GetFirstImageInList(),
    previously GetLastImageInList().

2004-10-28  Cristy  <yarrow@image...>
  * MagickTrimImage() was not properly trimmming the image.

2004-10-27  Cristy  <yarrow@image...>
  * Added DrawSetTextAlignment() and DrawGetTextAlignment() methods (suggested
    by Daniel Jackson).

2004-10-25  Cristy  <yarrow@image...>
  * Verify the Wand QuantumDepth matches that of the ImageMagick core API.
  * Added MagickSetAdjoin() and MagickSetImageAdjoin() methods.

2004-10-17  Cristy  <yarrow@image...>
  * Added the MagickGetImagesBlob() method to turn an image sequence into a
    blob.

2004-10-14  Cristy  <yarrow@image...>
  * Added methods MagickClearException(), DrawClearException(),
    PixelClearException(), and PixelClearIteratorException().

2004-10-12  Cristy  <yarrow@image...>
  * Add DrawGetVectorGraphics()/DrawSetVectorGraphics()/methods as a way to
    persist the vector graphics state.

2004-09-30  Cristy  <yarrow@image...>
  * Add new MagickQueryConfigureOption() method to return a valur associated
    with a particular option.

2004-09-29  Cristy  <yarrow@image...>
  * Return an error if MagickSetImageIndex() requests a bogus image index.
  * MagickWriteImages(): default to a reasonable filename when no filename is
    provided.

2004-09-28  Cristy  <yarrow@image...>
  * Add new CloneDrawingWand() method.

2004-09-15  Cristy  <yarrow@image...>
  * If the filename parameter of MagickWriteImage() is NULL, use the existing
    filename.

2004-09-13  Chris Madison  <madisonblu@hotma...>
  * DestroyMagickWand() was previous void, now it returns (MagickWand *) NULL
    to force the wand to a known value and to detect logic errors in the program
    (any reference to the wand after it is destroyed will cause a fault).
    Other destroy methods will be changed in this manner as well.  Note,
    this change will not affect existing programs that rely on these methods.

2004-09-11  Cristy  <yarrow@image...>
  * Relinquish pixel iterator ID to prevent small memory leak.

2004-09-08  Cristy  <yarrow@image...>
  * Add MagickSetResolution(), required to render Postscript at a density
    other than the default (e.g. 72dpi).

2004-09-03  Cristy  <yarrow@image...>
  * Add IsMagickWand(), IsDrawingWand(), IsPixelWand(), and IsPixelIterator()
    methods.
  * Convert several drawing wand methods from void to MagickBooleanType so
    they return MagickFalse if an error occurs (e.g. DrawComposite()).

2004-08-28  Cristy  <yarrow@image...>
  * We now export the DrawComposite() drawing wand method as a public method.
    Previously it was private.
