[Gpa-commits]mcoca committed to gpa/src

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Sat, 12 Oct 2002 01:40:27 +0200


Date:	Saturday October 12, 2002 @ 1:40
Author:	mcoca

Update of /cvs/gpa/gpa/src
In directory trithemius:/tmp/cvs-serv8526

Modified Files:
	ChangeLog encryptdlg.c fileman.c filesigndlg.c gpgmetools.c 
	gpgmetools.h keyring.c 
Log Message:
File decryption and many minor fixes.

* keyring.c (keyring_editor_export): Use gpa_fopen.

* fileman.c (decrypt_files): Implemented using Gpgme.
(show_file_detail): Removed.
(verify_files): New. Empty for now.
(toolbar_file_verify, fileman_menu_new): Use verify_files instead
of show_file_detail.
(encrypt_files): Free the list of files.
(gpa_window_file_new, add_file): Set the file list to have
just one column, the filename, as the other one left was useless.

* filesigndlg.c (open_destination_file): Make sure there is proper
cleanup on error. Use gpa_fopen.
* encryptdlg.c (open_destination_file): Likewise.

* gpgmetools.h, gpgmetools.c (gpa_fopen): New function.

File: ChangeLog        	Status: Up-to-date
File: encryptdlg.c     	Status: Up-to-date
File: fileman.c        	Status: Up-to-date
File: filesigndlg.c    	Status: Up-to-date
File: gpgmetools.c     	Status: Up-to-date
File: gpgmetools.h     	Status: Up-to-date
File: keyring.c        	Status: Up-to-date