Version 0.4	13 October 1999

* Added data structure and function declarations for XImportInfo and
  XImportImage, as a replacement for the ImageMagick xwindows.h header
  file. This was done because ImageMagick 4.2.9 does not install
  xwindows.h by default.

* Renamed widget.c and widget.h to widgproc.c and widgproc.h,
  respectively. This is done because ImageMagick also ships a header
  file called widget.h.

* Added code for ImageMagick 5.0 compatibility. 

* Fixed a bug in configure.in which caused library paths containing
  hyphens (-) to be ignored. However, this means that the ImageMagick
  library link path will contain more flags than just the -l and -L
  parameters. Depending on the user's configuration of ImageMagick,
  flags like -O2 and -s will remain when compiling the code, even if
  the user didn't define them while configuring MagiCapture.

* Modified GdkMagick checks to use the gdkmagick.m4 macro.

Version 0.3.3	24 September 1999

* Fixed a bug that caused MagiCapture to hang when capturing a screen
  failed. This normally happened when XImportImage couldn't grab the
  mouse.

* The dialog box displaying all the available file types should now
  look better.

* Fixed a bug that caused MagiCapture to hang occasionally when
  saving an image.

* Enhanced tests in configure.in to enforce the availability
  of the proper ImageMagick library version.

* MagiCapture will now prompt the user whether it is safe to overwrite
  an existing file during save.

Version 0.3.2	12 September 1999

* Now uses GdkMagick version 0.2.1.

* Added an option to enable/disable dithering the screen capture
  preview image.

* The use of a configuration file for all options is now supported.
  The configuration file is stored in the ~/.MagiCapture file.

* The user may now choose the file type of the image (e.g. JPG, PNG)
  during save.

Version 0.3.1	24 August 1999

* Cleaned up code comments.
* Fixed minor buglets in various places.
* Moved all strings to stringtable.h, where they will eventually get
  internationalized.

Version 0.3	22 August 1999

* Now uses GdkMagick version 0.2.

* First set of user interface changes:
	- "Show Capture" and "Hide Capture" radio buttons replaced with
	  "Preview" button.
	- Screen capture window closes properly using the window manager.
	- Delay text box replaced with numeric spin box.
	- "About" button and "--version" option added to indicate
	  what MagiCapture is and to give a brief licensing statement.
	- "Options" dialog box added. The user may now choose whether or
	  not to preview the capture immediately upon capturing a window,
	  or to hide the main panel window during a capture.

* The code structure has been significantly cleaned up and reworked.
  The panel.c file serves as a central point of information for all the
  other modules (capture.c, save.c, etc.).  Some more cleanup still needs
  to be done before the next release.

Version 0.2.1	17 August 1999

* First working version released to the public

