aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-04-22 21:58:26 +0000
committerMarcus Brinkmann <[email protected]>2002-04-22 21:58:26 +0000
commit025866092e14bb4ed68fe23140bf62dcce770cc5 (patch)
treed904c6391e2b17edc2ca0a9554aca0d15e1af1e9 /doc/ChangeLog
parentMore fixes for certificate generation (diff)
downloadgpgme-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/ChangeLog7
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