gpgme/gpgme (8 files)
cvs user marcus
cvs@cvs.gnupg.org
Thu, 06 Feb 2003 21:09:14 +0100
Date: Thursday, February 6, 2003 @ 21:09:03
Author: marcus
Path: /cvs/gnupg/gpgme/gpgme
Modified: ChangeLog context.h edit.c gpgme.c gpgme.h passphrase.c
wait-global.c wait-private.c
doc/
2003-02-06 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Cancelling an Operation): Removed.
(Passphrase Callback): Document new type for GpgmePassphraseCb.
gpgme/
2003-02-06 Marcus Brinkmann <marcus@g10code.de>
* gpgme.h (GpgmePassphraseCb): Change type to return GpgmeError,
and add argument for returning the result string.
(gpgme_cancel): Remove prototype.
* gpgme.c (gpgme_cancel): Remove function.
* context.h (struct gpgme_context_s): Remove member cancel.
* passphrase.c (_gpgme_passphrase_command_handler): Call the
passphrase callback in the new way.
tests/
2003-02-06 Marcus Brinkmann <marcus@g10code.de>
* gpg/t-decrypt.c (passphrase_cb): Fix to new prototype.
* gpg/t-decrypt-verify.c (passphrase_cb): Likewise.
* gpg/t-edit.c (passphrase_cb): Likewise.
* gpg/t-encrypt-sign.c (passphrase_cb): Likewise.
* gpg/t-encrypt-sym.c (passphrase_cb): Likewise.
* gpg/t-sign.c (passphrase_cb): Likewise.
* gpg/t-signers.c (passphrase_cb): Likewise.
----------------+
ChangeLog | 10 ++++++++++
context.h | 3 ---
edit.c | 2 +-
gpgme.c | 14 --------------
gpgme.h | 7 ++-----
passphrase.c | 16 +++++++---------
wait-global.c | 2 --
wait-private.c | 2 --
8 files changed, 20 insertions(+), 36 deletions(-)