[Gpa-commits]gpa/src (23 files)

cvs user mcoca cvs@cvs.gnupg.org
Sun, 22 Jun 2003 15:50:39 +0200


    Date: Sunday, June 22, 2003 @ 15:50:39
  Author: mcoca
    Path: /cvs/gpa/gpa/src

Modified: ChangeLog gpacontext.c gpacontext.h gpafiledecryptop.c
          gpafileencryptop.c gpafilesignop.c gpafileverifyop.c
          gpakeyselector.c gpakeyselector.h gpaprogressdlg.c gpgmeedit.c
          gpgmeedit.h gpgmetools.c gpgmetools.h keyeditdlg.c
          keygenwizard.c keyring.c keytable.c options.c ownertrustdlg.c
          passwddlg.c passwddlg.h server_access.c

src/
2003-06-22  Miguel Coca  <mcoca@gnu.org>

	* All files: Replace old style error checking with libgpg-error.
	
	* gpakeyselector.h, gpakeyselector.c: Use the keytable instead of
	listing keys ourselves.


--------------------+
 ChangeLog          |    7 ++
 gpacontext.c       |   27 +++++----
 gpacontext.h       |    2 
 gpafiledecryptop.c |   46 ++++------------
 gpafileencryptop.c |   46 ++++------------
 gpafilesignop.c    |   46 ++++------------
 gpafileverifyop.c  |   45 ++++------------
 gpakeyselector.c   |   58 ++++++++------------
 gpakeyselector.h   |    2 
 gpaprogressdlg.c   |    4 -
 gpgmeedit.c        |  142 ++++++++++++++++++++++++---------------------------
 gpgmeedit.h        |   16 ++---
 gpgmetools.c       |   44 +++++++--------
 gpgmetools.h       |   14 ++---
 keyeditdlg.c       |   16 ++---
 keygenwizard.c     |    4 -
 keyring.c          |   51 +++++++++---------
 keytable.c         |   10 +--
 options.c          |   43 +++++++++------
 ownertrustdlg.c    |    4 -
 passwddlg.c        |   12 ++--
 passwddlg.h        |    8 +-
 server_access.c    |    6 +-
 23 files changed, 284 insertions(+), 369 deletions(-)