Changes from v1.108 to v1.109
	
	* Conduits included in the PilotManager distribution now have
	version numbers identical to the PilotManager version.
	Third-party conduits can (and should) continue to have their own
	version number schemes.
	
	* Change the way we reference constants exported from libpisock,
	in preparation for pilot-link 0.12.0-pre5.  Backwards
	compatibility is maintained.  Use symbolic constants instead of
	hard-coded integer values, if running with a version of pilot-link
	that provides them.

	* A second attempt to fix the bug in the Properties dialog with
	Tk-804.  The first one didn't work with certain combinations of
	libraries.

	* Fix bug introduced in 1.108 that broke -syncwith and -install
	for normally inactive conduits.
	
	* Don't call conduitQuit on conduits that haven't been loaded.
	Eliminates an error message when using -syncwith (bug introduced
	in 1.108).
	
	* Fix bug where PilotManager would report a successful connection
	and then a Perl error, when what really happened was simply a
	timeout.
	
	* Eliminated numerous -w warnings
	
	* PilotSync.pm (affects SyncAB, SyncFood, and some third-party
	conduits; all changes by Ralf Schlatterbeck): fix some crash bugs
	and a bug that caused creation of empty fields; add support for
	full sync; some new functionality for use by conduit authors:
	possibility to skip some pilot records, and to generate local ID
	based on contents of pilot record.
	
	* SyncMemo conduit: work around a bug in perl 5.8.0 that was
	causing the filename filters not to work sometimes.  The
	workaround involves forcing these filters to be ASCII-only; this
	could conceivably be a problem for people using non-ASCII
	filenames.  Fix bug that caused spurious conflict to be detected
	when doing full sync and a file had changed but the corresponding
	pilot memo had not.  Eliminate some barewords to avoid strict subs
	warnings in some versions of perl (bug report from Ralf
	Schlatterbeck).
	
	* SyncCM conduit: Work around libcsa bug that was causing "INVALID
	DATE TIME" error when syncing "all dates" in a timezone east of
	GMT; workaround for dtcm bug that made weekly repeating
	appointments created on the pilot uneditable in dtcm; fix up
	repeating appointments from the pilot whose start date isn't one
	of the repeat days.  The following patches from Alan Harder: if cm
	appointment has no end time, use end time equal to start time on
	pilot (rather than refusing to sync the appointment); clearer and
	more informative log messages; when doing "Sync All (dates)", use
	2021 instead of 2010 as the end of the range; propagate
	appointment deletion from palm to desktop even if the archive flag
	is set.
		
	* Installer conduit: Respect -rcdir argument when running
	installer from command line (Alan Harder)
		
	* Backup conduit: add an option "Ignore modify date (backup every
	time)"; more informative log messages.  (Both by Alan Harder.)
	For deciding whether to back up a database, use a different scheme
	that doesn't depend on the two clocks being synchronized.
	
	* SyncTime conduit: remove workaround for some ancient pilot-link
	version (Alan Harder).
	
	* SyncFood conduit: Refuse to sync if $FOODFILE has been deleted,
	in order to avoid wiping everything out. Patch from Alan Harder, I
	haven't tested it.
	
	* SyncAB conduit: fix bug in setting vCard file name, and in
	handling of newlines (Alan Harder).  Implement full sync, allowing
	sync with multiple desktop machines (Ralf Schlatterbeck).  Allow
	filtering by private flag and by category (Ralf Schlatterbeck).

	* SyncPlan conduit: Appointments that repeat more than one day a
	week, every n weeks, where n > 1, are possible on the pilot but
	not in plan.  Signal them as unsyncable, rather than converting
	them to once-per-week repeats (Thomas DeWeese).  Show progress bar
	while reading Pilot records.  Re-fix bug about plan alarms getting
	turned off that was supposed to be fixed in 1.108 but really
	wasn't.  Fix some bugs related to time zone conversion: end date
	of repeating appointments would move back a day when synced from
	pilot to plan in time zones east of GMT, and appointment times
	shown in the log window would be in GMT rather than local time.
	
	* SendMail conduit: fix bug that comes up when the database
	doesn't exist on the pilot.

	* Remove contrib/dinesh-dutt, which was an old version of software
	that was later distributed on its own (the syncbbdb project on
	sourceforge, not to be confused with syncbbdb2, which is an
	unrelated project and is the one I recommend for bbdb syncing).
	
	
Changes from v1.107 to v1.108
	
	* Add error checking throughought PilotManager and several
	  conduits to fix a bug that caused data loss when the link to the
	  pilot was lost during a sync.
	
	* Only load active conduits, rather than all conduits, at
	  startup.  This means that you no longer need to rename or delete
	  unused conduits that have missing dependencies.  As a side
	  effect, the "Load New Conduits..." menu item is gone, replaced
	  by a "Rescan" button on the "Properties" dialog.
	
	* Changes for compatibility with pilot-link 0.12.0.  Backwards
	  compatibility with earlier pilot-link versions is matained.

	* Changes for compatibility with Tk 804. fixes bug causing some
	  color preferences to be ignored when using Tk 804, and fixes
	  buggy behavior of the Up and Down buttons in the Preferences
	  dialog.
	
	* Fix pcid corruption in preferences file that could cause every sync
	  to be a full sync.

	* Fix hang when trying to sync to a USB device that wasn't connected.
	
	* Applied patch to fix problems with PalmOS 3.5 and above.

	* Fix purely cosmetic y2k display bug.

	* Use Digest::MD5 instead of the deprecated MD5.
	
	* Patch from NWalsh to lib/perl5/PilotSync.pm, fixes unreliability
	  problems, esp. with newer versions of Perl.

	* Change the dates in the log messages to be ISO compliant instead
	  of US-centric mm/dd/yyyy (Mark Staveley). 
	
	* Replaced Setup script with Setup.pl.  The script is no longer
	  invoked automatically the first time PilotManager is run; rather,
	  it must be run by hand (perl Setup.pl) to create the executable
	  PilotManager.

	* If Setup.pl is given a -conduitdir argument, then PilotManager
	  will look in that directory for loadable conduit modules (in
	  addition to the directories it already looked in).
	
	* Updated developer contact information
	
	* Backup conduit: update to version 1.008, which had been released
	  separately as 1.008ea.
	  - Better, more consistent filename handling throughout.

	* Installer conduit: update to version 1.009, which had been released
	  separately as 1.009ea2.
	  - Recognizes .pqa files as well as .pdb/.prc.
	  - Only use included "MultiFileSelect.pm" with Tk 4.0,
	    otherwise, use Tk::Fileselect module.
	  - Print message after each file is installed.

	* SendMail conduit: new version 0.900
	  - only perform wordwrap on body of mail message, not
	    headers. (Chris Waters)
	  - Check for I/O errors (see comment at top of ChangeLog)

	* SyncAB conduit: no changes, version number stays at 0.96 BETAp1.

	* SyncCM conduit: new version 1.103
	  - Check for I/O errors (see comment at top of ChangeLog)

	* SyncFood conduit: no changes, version number stays at 0.96 BETA.
	
	* SyncMemo conduit: new version 1.9 integrates changes from
	  version 1.8-ea2, which had been released separately, plus
	  additional changes.
	  - from 1.8ea2: Use internal checksum function instead of
	    Shell::sum. 
	  - from 1.8ea2: Use internal isPilotText function instead of
	    Shell::file 
	  - from 1.8ea2: Use opendir/readdir/closedir for directory access
	    rather than relying on globbing.  Fixes breakage when category
	    names have whitespace.
 	  - Eliminate discrepancy between behavior of full sync and fast
	    sync.  In earlier versions, a memo deleted from the desktop would
	    be deleted from the pilot during a fast sync, but recopied from
	    the pilot to the desktop on a full sync.  A preferences option
	    allows you to keep the old behavior if you wish.
	  - Process all file deletions before any file creations, to avoid
	    unnecessary file name collisions.
	  - Use gtkdiff or tkdiff if filemerge not available (Mark
	    Staveley). Better would be to allow merge program to be chosen
	    via the configuration gui--patches welcome.
	  - Remove special characters from filenames (idea from Mark
	    Staveley)
	  - Increase maximum file name length (Mark Staveley)
	  - Check for I/O errors (see comment at top of ChangeLog)
	
	* SyncPlan conduit: new version 0.97 integrates changes from
	  version 0.96BETA, which had been released separately, plus
	  additional changes.
	  - from 0.96BETA: Support for weekly appts from pilot with
	    frequency > 1 (patch by Alan Harder based on changes in
	    sync-plan)
	  - from 0.96BETA: Fix repeat end date for daily repeating plan
	    records (patch by Alan Harder based on research by Aaron
	    Kaplan)
	  - from 0.96BETA: Patch to support plan records with two alarms
	    (just use earlier one for pilot) by Kevin Fink
	  - from 0.96BETA: Configurable level of verbose output and
	    configurable netplan port, patch by Andreas S. Oesterhelt
	    (oes@paradis.rhein.de) 
	  - Fix a bug that caused deleted records to reappear when
	    syncing one pilot with more than one desktop machine.
	  - Fix a bug that would cause an alarm to be disabled in plan if
	    the appointment was modified on the pilot.  As a side-effect,
	    any appointment created on the pilot will now have an alarm
	    set in plan.
	  - Check for I/O errors (see comment at top of ChangeLog)

	* Updated version of contrib/alan-harder/UpdateMemos.pl

	* Added SyncAB_plusBBDB to contrib/dinesh-dutt.  This had never
	  been released as part of a PilotManager package, but was available
	  separately on moshpit.org.  Since I'm already supporting
	  SyncBBDB, I don't intend to support SyncAB_plusBBDB.
	
	* SourceForge CVS repository set up (Chris Waters)
	
	* Development now coordinated by Aaron Kaplan
	
	
Changes from v1.106 to v1.107

	* Added -daemon flag (patches from Aaron Kaplan/Gossamer, Robert King)
	  and -rcdir flag.

	* Withdraw popups before moving around to get rid of flicker thing.

	* Added Gui help labels the first time pilotmgr is run.
	  Too many users don't hit the hotsync button in the pilotmgr
	  window!

	* Added option to restore previous username/id to reset pilot
	  instead of setting new id (patch from Bodo Bellut).

	* Don't let conduits disappear: add back to ActiveOrder list if
	  they get removed somehow.

	* Use "do $RCFILE" instead of "eval `cat $RCFILE`" to read prefs.
	* Added PilotSync to Reload menu in debug mode.
	* Bugfix in getDatabaseList when list is empty.
	* Added code in getUserName for text mode input.
	* Some watchdog updates for keeping pilot connection alive.
	* Removed some preferences update code from v1.100 upgrade.

	* In Setup script, search each path dir for perl5,perl instead of
	  searching all dirs for perl5 then all dirs for perl.

	* Enhancements to Backup conduit:
	  - Hardlink instead of copying from previous archive, saves time
	    and disk space (patch from Caspar Dik).
	  - Added option for daily/weekly/monthly backup (suggested by
	    Erik van Oosten).
	  - Fix for = or / in db filenames (reported and tested by Bob Clare).
	  - Fix for problem where dbs installed by Installer in same
	    hotsync might never get backed up (only update backuptime value
	    on read from pilot, not copy from archive).

	* Enhancements to Installer conduit:
	  - Bugfix for filenames with spaces (patch from Jim Nicholson).
	  - Modified to use File::Copy instead of system "cp".
	  - Ignore non-prc/pdb files placed in ~/.pilotmgr/Installer dir.

	* Update for SyncCM: Minor fixes to make compatible with upcoming
	  new version of calendar server (v6).

	* Enhancements to SyncMemo conduit:
	  - Added handling for private flag
	    (skip private memos or set permissions on files).
	  - Use Shell.pm module instead of backtick(`) shell calls
	    (patch from Jeff Dairiki).
	  - Minor bugfix for "archived" records (delete them).
	  - Don't allow empty filenames.
	  - Removed some preferences update code from v1.4 upgrade.

	* Enhancements to SyncTime conduit:
	  - Added helptext to config dialog.
	  - Use "do $RCFILE" instead of "eval $lines" to read prefs.

	* Bugfixes/enhancements to SyncPlan conduit:
	  - Bugfix in ReadPlanReply (patch from Aaron Kaplan).
	  - Bugfix when netplan is run with -a flag (patch from Chris Keane
	    and Jeff Dairiki).
	  - Bugfix for dates prior to 1970 (not supported by plan; patch
	    from Jeff Dairiki).
	  - Added VERBOSE and DEBUG flags for controlling how much detail
	    goes to pilotmgr log.

	* Updates to PilotSync (used by SyncAB, SyncFood):
	  - Added cancel flag.
	  - Don't clear modified flag for pilot records with unmergable
	    changes.
	  - Did much more on merging records.. can auto merge as long as the
	    SAME field is not changed on both sides.
	  - Use "do" instead of "eval" to read master db file (works for
	    larger file size).

	* Added SyncAB conduit (moved from contrib).  Updates:
	  - Use PilotSync cancel flag.
	  - Error handling if unable to open data file.
	  - More work on vCards.. single and multiple file vCard syncs now
	    should be functional.  Can sync changes from vCards created from
	    pilot, but can't yet read in new vCards to pilot.

	* Added SendMail conduit (updated contrib/andy-poggio/SyncMail.pm
	  with version 0.802 and moved to top level, renamed as SendMail)
	  Conduit written by Andy Poggio.  Updates:
	  - New configurable shell command for sending mail (from Andy Poggio)
	  - Don't delete message if mailer pipe fails (patch from Chris Keane)
	  - Don't clear sync flags, as messages aren't really synced.

	* Enhancements to SyncFood conduit:
	  - Supports latest version of Food pilot app (also updated Food.pl
	    editor in contrib section).
	  - Made food datafile configurable.
	  - Use PilotSync cancel flag.

	* EditAB added to contrib section (by Bodo Bellut).
	  Directly edits CSV file generated by SyncAB.

	* Added sync-pilot.pl, pi-ldif.pl and LupAB.pl to contrib section.

	* Removed contrib/mark-giles/SyncMail.pm.  The latest version of
	  SyncMail is available at http://syncmail.sourceforge.net .
	
Changes from v1.105 to v1.106

	* New Installer menu options let you configure and sync with
	  the Installer conduit without having to reconfigure PilotManager.

	* New "-install" command line option lets you quickly install new apps
	  on your pilot without having to reconfigure PilotManager.

	* Moved responsibility for keeping the pilot connection open to the
	  conduits.  No longer leaves watchdog always running, which has
	  greatly improved the stability of SyncMemo and SyncPlan.
	  (source of problem identified by Robert Terzi)

	* New "Load New Conduits" menu option to add new conduits without
	  restarting PilotManager (patch from Adam Stein).

	* New "Reload Conduits" menu when in Debug mode.  Useful for
	  conduit developers (patch from Adam Stein).

	* Search for conduits in the ~/.pilotmgr directory as well as in
	  the pilotmgr directory.  This allows individual users to add new
	  conduits when running from a shared pilotmgr installation where
	  they might not have write access.

	* Made PilotMgr::tellUser and PilotMgr::askUser functions work
	  when syncing in command line(text) mode.

	* Support for relative dates in SyncCM's sync date range mode.
	  Syncs calendar appointments inside a moving date window relative
	  to current date (patch from Andy Poggio).

	* Minor bugfixes for SyncCM-
	  Fixed changing/deleting one of a repeating series of "no time" appts.
	  Avoid perl error when alarm count is too high for pilot to handle.

	* Minor bugfixes to SyncPlan.  Added test script in Setup utility
	  to check required perl packages for SyncPlan.

	* Minor bugfix for weekly updates in SyncTime (sometimes would not
	  set time exactly one week later).

	* Added SyncAB, ImpactImport, SyncQMate and SyncMail to contrib
	  section.

	* Updated README.porting file to specify which perl modules are
	  required for which conduits.

Changes from v1.104 to v1.105

	* New "-sync" and "-syncwith" options to start a sync from the
	  command line.

	* New "Other" selection for the Pilot Port allows any device name
	  to be entered.

	* True multiple selection file dialog added for Installer, with
	  "Select All" button too.

	* SyncMemo can skip files with specified prefix/suffix (such as
	  backup files created by text editors).

	* Added SyncPlan conduit.

	* Made cursors visible in text/entry widgets.  Replaced non-standard
	  "darkred" color with "red4".

Changes from v1.103 to v1.104

	* Removed perl version check.  Libraries are now available for both
	  5.003 and 5.004+

	* Fixed minor bug in a Tk call when creating email dialog.  This
	  makes it work with Tk402.003 (latest version).

Changes from v1.102 to v1.103

	* Updated Feedback menu to include both the existing Discussion alias
	  and the new Announcements alias.  Has "about" text for each alias.
	  Also added new pilotmgr-author alias and an item to email the alias
	  maintainer.

Changes from v1.101 to v1.102

	* Rebuilt PDA::Pilot library with latest version of pilot-link
	  (0.8.9, for sun4-solaris)

	* Added SyncTime, SyncFood conduits

	* Made it possible to select a whole directory in the Installer
	  conduit (for restoring a hard reset pilot from latest backup)

	* Updated web page url to http://www.moshpit.org/pilotmgr

	* Bharat Mediratta leaves Sun; development now coordinated by Alan
	  Harder
	
Changes from v1.100 (fcs) to v1.101

	* Avoid crash when user doesn't have permissions to open serial
	  port.  Now gives message in PilotManager window.

	* Add information about libcsa.so in bug reports

	* Included SyncMemo v1.4

Changes from v1.100-BETA-6 to v1.100 (fcs)

	* Fixed problem which caused PilotManager to fail to connect
	  excessively.

	* Updated CDE message in SyncCM to explain that it can also be a
          problem if your CDE libraries are out of date (not just if they
	  are missing).

	* Made Backup conduit a lot less wordy in the Hotsync log

	* Fixed small bug in Monthly by day appointments that I introduced
	  in v1.100-BETA-5.  This bug would cause monthly by day appts to
	  appear on the wrong day on the desktop.

	* Added more appt checking on the Pilot side to find invalid
          appointments (specifically, those where the end or repeat_end
          date predate the start of the appointment.)

	* Added Setup utility to try to autoconfigure PilotManager the
          first time you run it.

	* Added hard-reset detection

	* Added rudimentary multi-pilot awareness

	* Tweaked icon a little bit


Changes from v1.100-BETA-5 to v1.100-BETA-6

	* Added an icon!  Woohoo!

	* Several minor bugfixes.

	* Fixed bug in Installer that would force subsequent syncs to be
	  full syncs even if nothing was installed (thanks Dan Mick!)

	* Fixed minor bug in SyncCM that would cause private appointments
	  to get continuously shuffled back and forth.

	* Improved SyncMemo's portability.

Changes from v1.009-BETA-4 to v1.100-BETA-5

	* Greatly sped up the GUI.

	* Added status monitoring for conduits.
	
	* Provided the user with a way to configure the color scheme.

        * SyncCM:  Many, many changes
	    * Uses CSA from the CDE toolkit.  No, you don't need to
	      run CDE to use it.
	    * Private appointments fully supported
	    * Defaults are now configurable within SyncCM
	    * Overwrite modes fully functional, ie,
	         - Desktop overwrite Pilot
		 - Pilot overwrites Desktop
		 - Full merge
	    * SyncCM will now create a new calendar for you if you
	      ask it to sync to a nonexistant one.  I find that due to 
	      a bug in CSA you have to be root for this to work (and for
	      the 'Pilot overwrites Desktop' mode to work).
	    * SyncCM now passes 1200 appt regression test perfectly
	      (no more duplicates or missing appts in a sequence!)

	* Added ability to cancel a sync cleanly

	* Backup allows you to specify behaviour for new databases

	* Totally revised the glue layer to use PDA::Pilot instead of
	  the SWIG'd libraries.  This will make porting much easier since
	  PDA::Pilot is a configure and make system.

Changes from v1.009-BETA-3 to v1.009-BETA-4

	* Fixed bug in SyncMemo that allowed Pilot to timeout while user
	  answered question about syncing.

	* Fixed some of the annoying bugs leading to SEGV and BUS errors
	  in the SyncCM conduit.

Changes from v1.008 to v1.009-BETA-3

	* Added more documentation to the Help menu

	* Added welcome message to help new users along

	* Copyrighted PilotManager under Sun's copyright

	* Made SyncCM's date range y2000 compliant.  Added better
	  safeguards to keep the user from entering spurious dates or
	  bogus calendar entries.

	* Changed structure of SyncCM's preferences.  This should be fully
	  backwards compatible...

	* Made MAJOR memory model improvements to prevent rampant memory
	  leaks.  PilotManager should now consume much less memory.  

	* Fixed bug in SyncCM where removing multiple back-to-back
	  appointments from a sequence in dt/cm would cause only the first
	  one to disappear from the Pilot

	* Toggling "Sync All" / "Sync Date Range" now enables and disables
	  the date range entries to avoid user confusion.

	* Improved Backup's user-friendliness when choosing a directory to
	  make your backups via the browse button.

	* Fixed bug in check calendar that would incorrectly report some
	  calendar as inaccessible.

	* SyncCM.pm: Added much more robust error detection so
	  that it will notify you if either the Pilot datebook or the
	  Calendar Manager calendar shrinks between syncs (like if you
	  accidentally delete your datebook or your calendar moves).

	* Added a "Clear Status" button so that you can erase the contents
	  of the status window between syncs.

	* SyncCM.pm: Improved logging support to tell you the time and
	  date of the appointment being changed and to log all changes
	  (v1.008 didn't log all deletes).

	* Added archival support to Backup.  Now you can archive up to 7
	  snapshots of your backups.

	* Fixed bug in alarm advance code

	* Made SyncCM default to "Sync Date Range" initially

	* Added "Move All" buttons to Backup and added ability to move
	  databases by double-clicking them.

	* Fixed Backup to use an appropriate backup directory by default

	* Optimized file selector box in Installer so that it does not get
	  destroyed between adding databases (ie, there's no delay anymore).

	* Fixed problem with Backup where databases with special
	  characters (like 'Timer++') would cause it to fail.

	* Added better error handling if connection to Pilot fails

	* Fixed resize problem in feedback window

Changes from v1.007_02 to v1.008

	* Added user interaction dialog

	* SyncCM: Fixed a bug that caused the Pilot to time out at the
	  very end of the SyncCM synchronization cycle. 

	* SyncCM: Added reset button

	* SyncCM: Added logging feature

	* Made conduit order adjustable.

Changes from v1.007 to v1.007_02

	* Installer: fixed bug with databases containing embedded spaces.

	* Convenience feature: Double-clicking inactive conduits in the
	  property sheet makes them active. 

	* SyncCM: fixed bug that caused Pilot to loose connection during
	  syncs under certain conditions. 

Changes from v1.007 to v1.007_01

	* SyncCM: added alarm support.  You can specify which calendar
	  manager alarm to attach your pilot alarm to.

	* Backup: Alas, the old Pilot series doesn't seem to keep the
	  moddate updated properly.  So, I added a 'backup daily' flag to
	  allow you to specify that you want your database backed up every
	  day regardless.

	* Backup: fixed logic so that it backs up your databases
	  whenever they've changed.  Unfortunately the Pilot thinks the
	  database has changed even if you've just looked at it...

Changes from v1.006_02 to v1.007

	* Changed the whole release architecture to allow separate
	  architectural releases and for the conduits to be released
	  separately from PilotManager.

	* Added source directory with directions for how to build
	  PilotManager on any platform.  Now you can port it to the
	  platform of your choice.  Not all modules are available on any
	  platform (ie, SyncCM is only available for Sun because it uses a
	  Sun rpc library)

	* Added contrib directory, moved SyncMemo files into it

	* Added buffering to ~/.pilotmgr/hotsync.log so that you can check
	  to see what's going on if the GUI is frozen.

	* Added Installer conduit.  This conduit lets you add new
	  databases to your Pilot.

	* Improved sync state code to keep better track of which
	  machine you synced your pilot on.  This improves compatibility
	  with the Mac/PC sync environment.

	* Added sync log entries that show up on the Pilot after your
	  hotsync completes.
	
	* Fixed bug in Backup that prevented database list from being
	  loaded properly 

Changes from v1.006 to v1.006_02

        * Renamed 'API' directory to 'docs'

	* Improved code that determines the actual location of
	  PilotManager, which should lead to less problems when running
	  PilotManager through a symlink or shell script.

	* SyncCM updated to v1.005_02, includes:
	    * Timeless CM appts are now removed properly
	    * Duplicate checking ignores spacing and capitalization

Changes from v1.006 to v1.006_01

	* Fixed bug in Backup that generated useless warning when Backup
	  is first configured

	* Fixed the dynaloader bug that caused it to be unable to load
	  'libresolve.so.2'.

Changes from v1.005 to v1.006

	* SyncMemo v1.02 bundled.  Thanks to Alan Harder, the new version
	  of SyncMemo comes with a bonus tool called 'PilotDrop'.  This
	  tool allows you to drag and drop documents onto your pilot!  The
	  documents will get copied to your pilot on the next sync.

	* SyncCM updated to v1.005_01, which incorporates a few tiny
	  changes not worth their own rev.

	* Added the Backup module which attempts to intelligently back up
	  your data.  Right now it's not all that intelligent, but I think
	  it errs on the side of caution (it backs up your stuff a little
	  too frequently, I think).

	* Improved UI with a new color scheme.  Don't like it?  Tough!
	  Haha, just kidding.  If you can come up with a better color
	  scheme I'd be happy to integrate it.

	* Added feedback support for each of the separate conduits and
	  a general purpose feedback system.

	* Solaris x86 supported (along with an architecture that will
	  allow support of any platform).

	* PilotManager should now be free of directory restrictions (ie,
	  you should be able to run it from any directory).

	* Wrote up a brief API document in the API directory

	* New Preferences interface, including the ability to activate and
	  inactivate conduits.  All new conduits will be added as
	  inactive, and you must activate them by hand.  Alas, these
	  changes mean that preferences from v1.005 and earlier are toast.
	  I did not bother to write code to port them along.  However, it
	  should be fairly trivial to recreate them (preferences from
	  specific modules are unchanged). 

	* "Modules" are now called "conduits".  Since the term "conduit"
	  is a well known name for synchronization modules, I've decided
	  to go with the flow.

	* Conduit API more firmly established.  Now conduits can be
	  created and installed separately from the PilotManager harness.

Changes from v1.004 to v1.005

	* Improved exception (ie, missing appts in a sequence) code for
	  certain special cases 

	* SyncCM: Fixed bug in MM/DD/YY orderering that led to rpc failure

	* SyncCM: Better error handling for rpc failure

