diff options
author | Marcus Brinkmann <[email protected]> | 2002-01-29 22:58:25 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-01-29 22:58:25 +0000 |
commit | 1513ffd32300c81c2d920afb0e17533fc67b6e61 (patch) | |
tree | 9fd7b71015cc4a5ab08aa1c723c0ec30c610e441 /doc/ChangeLog | |
parent | * engine-gpgsm.c (_gpgme_gpgsm_op_keylist): Implement secret only mode. (diff) | |
download | gpgme-1513ffd32300c81c2d920afb0e17533fc67b6e61.tar.gz gpgme-1513ffd32300c81c2d920afb0e17533fc67b6e61.zip |
doc/
2002-01-29 Marcus Brinkmann <[email protected]>
* gpgme.texi (Run Control): New section.
(Verify): Docuent gpgme_get_notation.
(More Information): New section describing gpgme_get_op_info.
gpgme/
2002-01-29 Marcus Brinkmann <[email protected]>
* gpgme.h: Add new type GpgmeIdleFunc. Change type of
gpgme_register_idle to return and accept this type.
* wait.c (gpgme_register_idle): Fix type.
Save and return old value of idle_function.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index dd4efe52..7c3eee7b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2002-01-29 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Run Control): New section. + (Verify): Docuent gpgme_get_notation. + (More Information): New section describing gpgme_get_op_info. + 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's |