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

