1999-11-21  Vadim Strizhevsky  <vadim@optonline.net>

	* memo_file_conduit.[ch]: Fix the ID type in LoadInfo.

1999-11-20  Vadim Strizhevsky  <vadim@optonline.net>

	* memo_file_conduit.c: Add version printing [Pulled v0.5 out of the hat].
	Fix iterate method. Fix ignore_file_name to correctly work when nothing
	is ignored. Make all functions static to avoid possible conflicts 
	with other conduits, that get loaded in gpilotd memory space.
	Fix couple of memory leaks as reported by memprof.
	Fix loading of localy deleted records.

	* memo_file_capplet.c: first_sync_type should be set to the same as sync_type
	or the wrong syncrhonization will get called on the first.

1999-11-05  Vadim Strizhevsky  <vadim@optonline.net>

	* memo_file_capplet.c, memo_file_conduit.[ch]: Added secret record Support 

1999-11-02  Vadim Strizhevsky  <vadim@optonline.net>

	* memo_file_conduit.[ch]: Move record spooling from destroy_conduit 
	to purge where it belongs and remove synced flag which was used
	specifically to avoid record spooling if no syncing happened.
	Also fix return value from DeleteAll to success so that 
	copy_from_pilot works.

1999-11-01  Eskil Heyn Olsen  <deity@eskil.dk>

	* Makefile.am: uses PISOCK_LIBDIR

	* memo_file_capplet: calls the new gpilotd_conduit_mgmt_enable_with_first_sync

1999-10-29 Vadim Strizhvesky <vadim@optonline.net>

	* memo_file_capplet.c, memo_file_conduit.[ch]: Add feature
	to ignore files that start/end with certain chars. Useful for emacs
	~ backups, etc... Exposed all currently available features
	through the capplet. Cleanup loging and reformat the code per
	gnome standards.

	* TODO: Added the list of items that still need to be done.

1999-10-26 Vadim Strizhvesky <vadim@optonline.net>

	* memo_file_capplet.c: Fix the look of the GtkOptionMenu. Also
	change the resizing behavior. I think it looks a bit better now.
	Minor code cleanup.
	
1999-10-25 Vadim Strizhvesky <vadim@optonline.net>

	* memo_file_capplet.c: Change GtkCombo to be GtkOptionMenu as that is
	more appropriate. Overall Gtk look still needs to be improved.
	
1999-10-25  Eskil Heyn Olsen  <deity@eskil.dk>

	* memo_file_conduit.c (store_remote): replaced a // comment with a 
	/* */ comment.

1999-10-24 Vadim Strizhvesky <vadim@optonline.net>

	* memo_file_capplet.c: fix Try/Revert/Save logic to actually work.

	* memo_file_conduit.[ch]: spool files only if we actually did a sync.
	
1999-10-23 Vadim Strizhvesky <vadim@optonline.net>

	* memo_file_conduit.c: fix file growth problem. On every sync "\n" was
	being added to each memo.

	* memo_file_capplet.c: Add combo box to choose conduit sync_type instead 
	of enable/disable button. Sets the option correctly, but to actually work need 
	more changes in gpilotd

1999-10-22 Vadim Strizhvesky <vadim@optonline.net>

	* memo_file_conduit.c: fix memory corruption in destroy_conduit
	
1999-10-20 Vadim Strizhvesky <vadim@optonline.net>

	* memo_file_capplet.c, memo_conduit.h: add setting of the directory.
	
1999-10-22  Eskil Olsen <deity@eskil.dk>

	* memo_file_capplet.c: patched pilot_id reading and use.

1999-10-21  Eskil Olsen <deity@eskil.dk>

	* memo_file_conduit.c: paranoia NULL pointer check before a
	memcpy.

1999-10-20 Vadim Strizhvesky <vadim@optonline.net>

	*  Initial check-in of the converted memo_file conduit.
	
