0.3.3   20 January 2002
	* Changed "timezone" to the correct English phrase "time zone".


0.3.2	29 September 2001
	* close timezone file after saving timezones
	* ignore "file not found" error when reading timezone file
	* Using "make distclean" rather than "make maintainer-clean"
	  probably makes more sense for distributing the source.

0.3.1	25 August 2001
	* added bin_SCRIPTS and man_MANS to Makefile.am, ran prepnotes
	  to regenerate Makefiles.
	* ran "make maintainer-clean" to clear out config.status in source
	  package (lintian complained about it)

0.3.0   18 July 2001
	* Added tzwatch.1 man page (prepared by Joop Stakenborg while
	tzwatch was included with Debian package twclock).
	Added gworldclock to "See Also" section of tzwatch.1,
	and made other minor clean up to tzwatch.1.
	* Created gworldclock.sgml, a DocBook man page.  Prepared the
	corresponding man page (gworldclock.1) with docbook-to-man.

0.2.1   July 2001
	* Replaced autoconf's symlinks to install-sh, missing and mkinstalldirs
	  with the actual files they were linked to.  They shouldn't have 
	  caused a problem if you compile with ./configure, but were reported 
	  as problematic in Debian bug #105188.
		    

0.2.0	June 2001.
	* implemented time synchronisation, allowing the time to be checked
	  for other than the current time.
	* synchronisation limited to between 1901 and 2038 on 32 bit
	  machines.
	* Put tzwatch into source directory.
	* Added README, COPYRIGHT, GPL files.

	
0.1.0   * reordering of zones in list enabled
	* #include <string.h> to hopefully fix implicit declaration of
strcpy and other string functions (warning generated on 64bit Alpha)
and change that strcpy to strncpy to avoid buffer overflows
	* likewise added #include <stdlib.h> for getenv etc,
	SetTime declared in gworldclock.h
        * -Wall added to Makefile to help find problems (how does this fit
with autoconf?)
	* explicity define rowdata[1] (to NULL), or list reordering
	crashes (can anyone remember what rowdata[1] was for?...)

        [yet to work out how to reorder items in list
	how do we know the order changed? - for saving list on close ]

	
0.0.1  Fixed to read description/TZ for new zone from Entry boxes only
when the zone is actually being added.  Similarly for changing description.

0.0.0  Initial "public" release.  Display and selection of timezones
basically works. First simple deb package prepared.
	
