diff options
| author | Marcus Brinkmann <[email protected]> | 2002-04-22 21:58:26 +0000 |
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2002-04-22 21:58:26 +0000 |
| commit | 025866092e14bb4ed68fe23140bf62dcce770cc5 (patch) | |
| tree | d904c6391e2b17edc2ca0a9554aca0d15e1af1e9 /doc/ChangeLog | |
| parent | More fixes for certificate generation (diff) | |
| download | gpgme-025866092e14bb4ed68fe23140bf62dcce770cc5.tar.gz gpgme-025866092e14bb4ed68fe23140bf62dcce770cc5.zip | |
doc/
2002-04-22 Marcus Brinkmann <[email protected]>
* gpgme.texi (Passphrase Callback): Fix small typo. Document the
new function gpgme_get_passphrase_cb.
(Progress Meter Callback): Document the new function
gpgme_get_progress_cb.
gpgme/
2002-04-22 Marcus Brinkmann <[email protected]>
* gpgme.c (gpgme_get_passphrase_cb): New function.
(gpgme_get_progress_cb): New function.
* gpgme.h: Add new prototypes for gpgme_get_passphrase_cb and
gpgme_get_progress_cb.
Diffstat (limited to 'doc/ChangeLog')
| -rw-r--r-- | doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 954014ad..b1257f5e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2002-04-22 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Passphrase Callback): Fix small typo. Document the + new function gpgme_get_passphrase_cb. + (Progress Meter Callback): Document the new function + gpgme_get_progress_cb. + 2002-04-16 Marcus Brinkmann <[email protected]> * gpgme.texi (Creating a Signature): Fix function name. Reported |
