[Gpa-commits]mcoca committed to gpa/src

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Wed, 11 Sep 2002 00:14:02 +0200


Date:	Wednesday September 11, 2002 @ 0:14
Author:	mcoca

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

Modified Files:
	ChangeLog Makefile.am gpawidgets.c gpgmetools.c gpgmetools.h 
	keyeditdlg.c keylist.c keyring.c keysigndlg.c keysmenu.c 
	optionsmenu.c 
Added Files:
	gpgmeedit.c gpgmeedit.h 
Log Message:
* gpgmetools.c, gpgmetools.h, gpgmeedit.c, gpgmeedit.h: Moved the
wrappers around gpgme_op_edit and related functions to the new
files gpgmeedit.{c,h}

* gpgmetools.c, gpgmetools.h (gpa_gpgme_key_get_userid): New
function, returns the User ID's of a key, always in UTF-8.

* optionsmenu.c (add_key): Get the user ID's with
gpa_gpgme_key_get_userid, so that it is always in UTF-8.
* keysmenu.c (gpa_tableKey_new): Likewise.
* keysigndlg.c (gpa_key_sign_run_dialog): Likewise.
* keyring.c (keyring_details_page_fill_key) 
(keyring_update_status_bar): Likewise.
* keylist.c (get_name_value): Likewise.
* keyeditdlg.c (gpa_key_edit_dialog_run): Likewise.
* gpawidgets.c (gpa_key_info_new): Likewise.

* Makefile.am (gpa_SOURCES): Added gpgmeedit.{c,h} files.

* keyeditdlg.c (key_edit_change_expiry): Report an error if a wrong
passphrase was provided.

File: gpgmeedit.c      	Status: Up-to-date
File: gpgmeedit.h      	Status: Up-to-date
File: ChangeLog        	Status: Up-to-date
File: Makefile.am      	Status: Up-to-date
File: gpawidgets.c     	Status: Up-to-date
File: gpgmetools.c     	Status: Up-to-date
File: gpgmetools.h     	Status: Up-to-date
File: keyeditdlg.c     	Status: Up-to-date
File: keylist.c        	Status: Up-to-date
File: keyring.c        	Status: Up-to-date
File: keysigndlg.c     	Status: Up-to-date
File: keysmenu.c       	Status: Up-to-date
File: optionsmenu.c    	Status: Up-to-date