doc/
authorMarcus Brinkmann <mb@g10code.com>
Wed, 27 Jul 2005 01:50:08 +0000 (01:50 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 27 Jul 2005 01:50:08 +0000 (01:50 +0000)
commit7bdaf53a4a4ce97007c3d919328a1225e506dc54
tree29d875901010b97d2d0257fdcca49d846d5fae65
parentb19c847b02c893199e12085ab6a13a3cf2ed9a0d
doc/
2005-07-27  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.texi (Decrypt): Add plaintext_filename to
gpgme_decrypt_result_t.
(Verify): Likewise for gpgme_verify_result_t.

gpgme/
2005-07-27  Marcus Brinkmann  <marcus@g10code.de>

* gpgme.h (gpgme_status_code_t): Add GPGME_STATUS_PLAINTEXT.
(struct _gpgme_op_decrypt_result): New member plaintext_filename.
(struct _gpgme_op_verify_result): Likewise.
* ops.h (_gpgme_parse_plaintext): Add prototype.
* op-support.c (_gpgme_parse_plaintext): New function.
* decrypt.c (release_op_data): Release
OPD->result.plaintext_filename.
(_gpgme_decrypt_status_handler): Handle GPGME_STATUS_PLAINTEXT.
* verify.c (release_op_data): Release
OPD->result.plaintext_filename.
(_gpgme_verify_status_handler): Handle GPGME_STATUS_PLAINTEXT.
NEWS
doc/ChangeLog
doc/gpgme.texi
gpgme/ChangeLog
gpgme/decrypt.c
gpgme/gpgme.h
gpgme/op-support.c
gpgme/ops.h
gpgme/verify.c