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)
commitc4b47cfcc5fc6e1ada5c4b7cf577e068472cee84
tree57cf3d16b7030a9e4f7fea1a0cb7bf9e05bf7a81
parentf8eb57f7c3cfc3330c8b6946ad116d275206f1af
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:
trunk/NEWS
trunk/doc/ChangeLog
trunk/doc/gpgme.texi
trunk/gpgme/ChangeLog
trunk/gpgme/context.h
trunk/gpgme/edit.c
trunk/gpgme/gpgme.c
trunk/gpgme/gpgme.h
trunk/gpgme/passphrase.c
trunk/gpgme/wait-global.c
trunk/gpgme/wait-private.c
trunk/tests/ChangeLog
trunk/tests/gpg/t-decrypt-verify.c
trunk/tests/gpg/t-decrypt.c
trunk/tests/gpg/t-edit.c
trunk/tests/gpg/t-encrypt-sign.c
trunk/tests/gpg/t-encrypt-sym.c
trunk/tests/gpg/t-sign.c
trunk/tests/gpg/t-signers.c