doc/
authorMarcus Brinkmann <mb@g10code.com>
Thu, 6 Feb 2003 20:09:24 +0000 (20:09 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 6 Feb 2003 20:09:24 +0000 (20:09 +0000)
commit5a37051361cd2d8c47c49f7ac3c4ae6fd0e0c206
treeae288a94cdbbc1d5b36583ed3130a16df35ee017
parent654ab241642fce3a3f2cbd39188cd61b58bcbe74
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.
19 files changed:
NEWS
doc/ChangeLog
doc/gpgme.texi
gpgme/ChangeLog
gpgme/context.h
gpgme/edit.c
gpgme/gpgme.c
gpgme/gpgme.h
gpgme/passphrase.c
gpgme/wait-global.c
gpgme/wait-private.c
tests/ChangeLog
tests/gpg/t-decrypt-verify.c
tests/gpg/t-decrypt.c
tests/gpg/t-edit.c
tests/gpg/t-encrypt-sign.c
tests/gpg/t-encrypt-sym.c
tests/gpg/t-sign.c
tests/gpg/t-signers.c