Changes from v1.101 to v1.102

	* Patch to support newer sun calendar server (v6).

Changes from v1.100_2 to v1.101

	* Added relative dates to support a moving window for the 'date range'
	  (patch from Andy Poggio, andy.poggio@sun.com)

	* Fixed bug when deleting/modifying one of a series of 'no time'
	  appointments (exceptions timestamp not created correctly for no time)

	* Avoid perl error when attempting to use alarm count too high for
	  pilot to handle.

Changes from 1.100_1 to v1.100_2

	* Updated bharat's email

	* fixed a double "my"

	* Updated CDE error msg

Changes from 1.100 to v1.100_1

	* Added DONT_CHANGE code

	* Catch lack of libcsa and deal with it

	* Turned off watchdog() for critical parts

	* More protection against old-style calendars

	* Added server/data version checking

	* Fixed my_ceil, fixed bug where logon would fail and you'd never know

	* Fixed not to save DB when it fails

	* Improved hashing scheme, fixed tiny bugs

	* Added ability to have one calendar overwrite another,
	  fixed sync checking code

	* Removed dependancy on PilotMgr::Pilot, Changed 'Calendar Manager' to
	  'Desktop Calendar', reorganized database loading, more robust

	* Added cancel support

Changes from v1.007_1 to v1.100

	* changed to use CSA::Calendar and PDA::Pilot interfaces

Changes from v1.007 to v1.007_1

	* Added copyright, fixed small bug when pilot-cm.db is empty

	* Played around with optimization

	* Made the date range y2000 compliant, added safeguards against bad
	  dates and bad calendars

	* Changed preferences structure,
	  Fixed keepAlive() to use alarm() not fork()

	* Fixed Sync All to disable text fields,
	  Added PilotMgr::update() calls,
	  Sorted changes so that they appear in order by date

	* Improved stat detection, added more robust error checking in case
	  calendar or datebook gets deleted

Changes from v1.006 to v1.007

	* Added banner to log file

	* Added logging, better timeout protection

Changes from v1.005_04c to v1.006

	* Added semi-verbose logging feature

	* Added "Reset SyncCM" button

	* Fixed bugs that caused the Pilot to time out on slower machines.


Changes from v1.005_03 to v1.005_04c

	* Updated configure GUI

	* Fixed nasty little bug in duplicate checking that would
	  occasionally cause duplicate appointments to vanish entirely
	  from either the CM or the Pilot.  Luckily the appointments would
	  be recreated on the next pass, but still it was a worrisome
	  thing to see.

	* Duplicate checking is now case and space insensitive

	* Less 'calendar inaccessible' messages.  SyncCM will now attempt
	  to push on and work with your calendar even if the rpc daemon
	  reports that some of the calendar manager entries are not 100%
	  valid. 

	* Added default privacy code.  Now new appointments will be
	  created with your default privacy settings from CM

	* Fixed bug in duplicate checking that caused the conduit to bomb
	  under certain circumstances.

	* Broke long appt ranges down into smaller range searches to avoid
	  RPC errors. 

