aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-09-28 23:15:39 +0000
committerMarcus Brinkmann <[email protected]>2004-09-28 23:15:39 +0000
commitcc769c66edcceb87d0d27658ff620a936004f867 (patch)
tree61d631445753f854dcd2dd64585a693f9bd416bf /doc/ChangeLog
parent2004-09-28 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-cc769c66edcceb87d0d27658ff620a936004f867.tar.gz
gpgme-cc769c66edcceb87d0d27658ff620a936004f867.zip
doc/
2004-09-29 Marcus Brinkmann <[email protected]> * gpgme.texi (Key Management): Change type of keylist_mode in gpgme_key_t to gpgme_keylist_mode_t. gpgme/ 2004-09-29 Marcus Brinkmann <[email protected]> * gpgme.h (GPGME_IMPORT_NEW, GPGME_IMPORT_UID, GPGME_IMPORT_SIG, GPGME_IMPORT_SUBKEY, GPGME_IMPORT_SECRET, (GPGME_KEYLIST_MODE_LOCAL, GPGME_KEYLIST_MODERN_EXTERN, GPGME_KEYLIST_MODE_SIGS, GPGME_KEYLIST_MODE_VALIDATE): Change from enum to macros. (gpgme_keylist_mode_t): Define as unsigned int. (gpgme_key_t): Change type of keylist_mode to gpgme_keylist_mode_t.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c87e2491..49f46c95 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-29 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Key Management): Change type of keylist_mode in
+ gpgme_key_t to gpgme_keylist_mode_t.
+
2004-09-28 Marcus Brinkmann <[email protected]>
* gpgme.texi (Passphrase Callback): Fix last change.