aboutsummaryrefslogtreecommitdiffstats
path: root/branches/gpgme-1-0-branch/doc
diff options
context:
space:
mode:
Diffstat (limited to 'branches/gpgme-1-0-branch/doc')
-rw-r--r--branches/gpgme-1-0-branch/doc/ChangeLog11
-rw-r--r--branches/gpgme-1-0-branch/doc/gpgme.texi5
2 files changed, 15 insertions, 1 deletions
diff --git a/branches/gpgme-1-0-branch/doc/ChangeLog b/branches/gpgme-1-0-branch/doc/ChangeLog
index b4217dcb..37d6f8ff 100644
--- a/branches/gpgme-1-0-branch/doc/ChangeLog
+++ b/branches/gpgme-1-0-branch/doc/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-28 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Key Listing Mode): Fix return type of
+ gpgme_set_keylist_mode.
+ Reported by "Sergio" <[email protected]>.
+
+2005-04-28 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Included Certificates): Document
+ GPGME_INCLUDE_CERTS_DEFAULT.
+
2004-12-07 Marcus Brinkmann <[email protected]>
* lesser.texi (Library Copying): Change from @appendixsec to
diff --git a/branches/gpgme-1-0-branch/doc/gpgme.texi b/branches/gpgme-1-0-branch/doc/gpgme.texi
index 957df64f..24a4c20f 100644
--- a/branches/gpgme-1-0-branch/doc/gpgme.texi
+++ b/branches/gpgme-1-0-branch/doc/gpgme.texi
@@ -1944,6 +1944,9 @@ default, only the sender's certificate is included. The possible
values of @var{nr_of_certs} are:
@table @code
+@item GPGME_INCLUDE_CERTS_DEFAULT
+Fall back to the default of the crypto backend. This is the default
+for GPGME.
@item -2
Include all certificates except the root certificate.
@item -1
@@ -1974,7 +1977,7 @@ certificates to include into an S/MIME signed message.
@cindex key listing mode
@cindex key listing, mode of
-@deftypefun void gpgme_set_keylist_mode (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_keylist_mode_t @var{mode}})
+@deftypefun gpgme_error_t gpgme_set_keylist_mode (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_keylist_mode_t @var{mode}})
The function @code{gpgme_set_keylist_mode} changes the default
behaviour of the key listing functions. The value in @var{mode} is a
bitwise-or combination of one or multiple of the following bit values: