Version 0.2.2  December 8, 1999
===============================

* Scrollbars work now.

* Added code to keep the main window within the screen
when loading large images.

* Simple installation script!


Version 0.2  August 5, 1998
===========================

Tons of great new features! And a few important bugfixes.

* Added keybindings for the toolbar.

* Added command line options and ability to write to standard
output.

* Added function to define a default region for the image map.

* Replaced brain-dead saving behavior with a standard "Save
File" dialog box routine.

* In version 0.1, it was impossible to quit the program if
there were unsaved changes. This is fixed, with a standard
exit confirmation routine.

* Improved handling of non-GIF image files. Should now be pos-
sible to use Img extension to load JPEG, PNG, TIFF directly.
Command for external conversion utility is now more flexible,
so it should be possible to use whatever converter you like.

* Fixed bug that allowed writing null entries to the image map
file.

* Fixed 'polygon_cancel_point' function. Before, this function
deleted all existing lines in the polygon; now, deletes only
the last line drawn.

* Added code to prevent dialog boxes from getting lost.


Version 0.1.1  June 30, 1998
============================

No changes in functionality -- this is a cleanup release.
Took most of the code out of the executable and put into 
'mapster.tcl' in the library directory, along the lines of 
most Tcl/Tk apps. Fixed a couple of bugs that I thought I
had already taken care of in v0.1.