diff options
author | Marcus Brinkmann <[email protected]> | 2004-09-28 23:15:39 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-09-28 23:15:39 +0000 |
commit | cc769c66edcceb87d0d27658ff620a936004f867 (patch) | |
tree | 61d631445753f854dcd2dd64585a693f9bd416bf /doc/ChangeLog | |
parent | 2004-09-28 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-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/ChangeLog | 5 |
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. |