From ffa2b2158c80b61356a17e97e4d2684da0ee74a2 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 25 Apr 2003 17:08:00 +0000 Subject: doc/ 2003-04-25 Marcus Brinkmann * gpgme.texi (Importing Keys): Change GPGME_IMPORT_PRIVATE to GPGME_IMPORT_SECRET. gpgme/ 2003-04-25 Marcus Brinkmann * gpgme.h: Change GPGME_IMPORT_PRIVATE to GPGME_IMPORT_SECRET. * import.c (parse_import_res): Parse unchanged field. tests/ 2003-04-25 Marcus Brinkmann * gpg/t-import.c: Rewritten. --- doc/ChangeLog | 3 +++ doc/gpgme.texi | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 0f819055..8cd00e78 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2003-04-25 Marcus Brinkmann + * gpgme.texi (Importing Keys): Change GPGME_IMPORT_PRIVATE to + GPGME_IMPORT_SECRET. + * gpgme.texi (Importing Keys): Remove note about gpgme_get_op_info. (Detailed Results): Remove note about import. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 4f0e852e..cb923851 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2315,8 +2315,8 @@ The key contained new signatures. @item GPGME_IMPORT_SUBKEY The key contained new sub keys. -@item GPGME_IMPORT_PRIVATE -The key contained a private key. +@item GPGME_IMPORT_SECRET +The key contained a secret key. @end table @end table @end deftp -- cgit v1.2.3