2001-12-29	Timo Schulz <ts@winpt.org>

	* wpeEncryptDlg.cpp (encrypt_dlg_proc): Quote the output file name.
	Thanks to Frank Hubeny for discovering this.

2001-12-30	Timo Schulz <ts@winpt.org>

	* wpeEncryptDlg.cpp (gpgme_file_ctx_new): New.
	(gpgme_file_ctx_release): New.
	(gpgme_file_thread): New.
	(gpgme_file_start_thread): New.
	(encrypt_dlg_proc): Add support for threads to prevent a locked machine.

2001-12-31	Timo Schulz <ts@winpt.org>

	* wpeEncryptDlg.cpp (encrypt_dlg_proc): Close the thread handles. Argg.
	* wpeWipeDlg.cpp (wipe_dlg_proc): Remove read-only attributes.

2002-01-01	Timo Schulz <ts@winpt.org>

	* wpeThread.cpp (gpgme_thread_new): New.
	(gpgme_thread_release): New.
	(gpgme_thread_start): New.
	(gpgme_thread_set_cmd): New.
	(gpgme_thread_wait): New.

	* wpeEncryptDlg.cpp (encrypt_dlg_proc): Use the new thread routines.

2002-01-17	Timo Schulz <ts@winpt.org>

	* wpeThread.cpp (gpgme_thread): Support for CMD_DECRYPT.
	(gpgme_thread_new): Use some entries only when the value is
	!= NULL.
	* wpeDecrypt.cpp (decrypt_files): New.
	* wpeShellExt.cpp (InvokeCommand): Support for CMD_DECRYPT.
	* wpeDummy.cpp (listbox_add_string): New.
	(set_foreground_wnd): New.
	* wpePassphraseCB.cpp (passphrase_callback_proc): New.
	(passphrase_cb_init): New.
	(passphrase_cb_gpgme): New.


