aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-01-30 21:52:32 +0000
committerMarcus Brinkmann <[email protected]>2002-01-30 21:52:32 +0000
commit088c044792fd352b0dcb00bb31cc40aec38d3ebf (patch)
tree882efe2956153087bf90748dfb7616d7e57b95ab /tests/ChangeLog
parentBe a bit clearer. (diff)
downloadgpgme-088c044792fd352b0dcb00bb31cc40aec38d3ebf.tar.gz
gpgme-088c044792fd352b0dcb00bb31cc40aec38d3ebf.zip
doc/
2002-01-30 Marcus Brinkmann <[email protected]> * gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info. gpgme/ 2002-01-30 Marcus Brinkmann <[email protected]> * import.c (struct import_result_s): New structure. (_gpgme_release_import_result): New function. (append_xml_impinfo): Likewise. (import_status_handler): Implement. * gpgme.c (_gpgme_release_result): Add call to _gpgme_release_import_result. * ops.h (_gpgme_release_impoer_result): Add prototype. * types.h (ImportResult): New type. * context.h (gpgme_context_s): Add ImportResult to member result. * encrypt.c (gpgme_op_encrypt): Code clean up. tests/ 2002-01-30 Marcus Brinkmann <[email protected]> * gpg/t-import.c (print_op_info): New function. (main): Use it.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 3fec7f7a..e7369522 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-30 Marcus Brinkmann <[email protected]>
+
+ * gpg/t-import.c (print_op_info): New function.
+ (main): Use it.
+
2002-01-22 Marcus Brinkmann <[email protected]>
* gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**.