aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gpgme.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0a760935..c472cc04 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-21 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Key Management): Add note about new field
+ keylist_mode of gpgme_key_t.
+
2004-04-29 Marcus Brinkmann <[email protected]>
* gpgme.texi (Verify): Correct type of member wrong_key_usage.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 86e45a74..5f9501b1 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2348,6 +2348,9 @@ The @code{gpgme_key_t} type is a pointer to a key object. It has the
following members:
@table @code
+@item unsigned int keylist_mode
+The keylist mode that was active when the key was retrieved.
+
@item unsigned int revoked : 1
This is true if the key is revoked.