
CHANGE LOG for Syncal Package
=========================

CHANGES from version 0.5.3 to 0.6.0 (5/2/99)
	Declared 0.5.3 stable, modified documentation appropriately. Future
	versions will have an even minor number for stable and odd for
	developmental.
	
CHANGES from version 0.5.2 to 0.5.3 (4/30/99)
	Support for Japanese character sets (thanks to Hiroshi Kawashima)
	To use it you must uncomment the "DEFINES = -DJapanese" in the
	Makefile.

	Fixed bug with appointments entered in ical which end at midnight.
	
CHANGES from version 0.5.1 to 0.5.2 (4/24/99)
	Fixed bug which which caused appointment times to jump on Solaris
	and perhaps other systems.

	Appointments entered as annually in ical now become yearly on
	Pilot rather than every 12 months.
	
CHANGES from version 0.5 to 0.5.1 (4/20/99)
	Fixed bug which set nonsense permissions on .syncal/calendar.archive.
	
CHANGES from version 0.4 to 0.5 (4/9/99)
	Fixed two bugs reported by Omi Chandiramani.  The first caused
 	syncal to stop with an error message when trying to handle a note
 	or appointment with empty content/description field.  The second
 	was the failure to stop the timeout clock after the HotSync button
 	has been pressed.

	Fixed bug syncal_dates.c which did not properly handle Appointment
 	note and description fields which are larger than the Palm device
 	can handle.
	
CHANGES from version 0.3 to 0.4 (4/4/99)
	Added timeout of 60 seconds when waiting for HotSync.

	Added -q option to be really quiet (no messages).  Default is now
 	to print "Please HotSync" message and serious errors.

	Fixed bug involving Daylight Savings Time which caused entries
	to be given the incorrect time.  Also fixed problem which 
	caused syncal to think entries had been revised on the pilot
	when they hadn't.
	
	syncal now preserves the Owner field of ical calendar entries
	and adds one to new entries from the pilot if the PilotUser
	field username is set.  There is also now a -u option to
	install a name as the username on the Pilot.
	
	A first attempt at ical tcl patches is included with this release.
  	These patches are small and simple.  They add a File menu item to
 	the "dayview" ical window allowing the user to click to execute
 	syncal.  The syncal executable must be in your path.  An important
 	caveat: I know almost nothing about TCL -- but this works for me.
  	If anyone, knowledgeable about TCL wants to improve on this, for
 	example by making it use ical's customization hooks, please do
 	so.

	New, much improved Makefile contributed by Jon Lasser.

CHANGES from version 0.2 to 0.3 (4/1/99)
	Fixed bug that caused a "format error" exit when alarms were set.

CHANGES from version 0.1 to 0.2 (3/31/99)
-----------------------------------------------
	Rewrote a lot.  Reorganized the data structures and cleaned it up.

CHANGES from version nothing to 0.1 (3/31/99)
-----------------------------------------------
	Proof of concept.  It works.