aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--gpgme/ChangeLog5
-rw-r--r--gpgme/edit.c1
3 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89195113..3a6d3bd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
Noteworthy changes in version 0.3.15 (unreleased)
-------------------------------------------------
+ * The progress status is sent via the progress callbacks in
+ gpgme_op_edit.
Noteworthy changes in version 0.3.14 (2002-12-04)
-------------------------------------------------
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 90d1a504..935c6395 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-30 Marcus Brinkmann <[email protected]>
+
+ * edit.c (_gpgme_edit_status_handler): Call the progress status
+ handler.
+
2002-11-25 Marcus Brinkmann <[email protected]>
* rungpg.c (_gpgme_gpg_spawn): Do not set parent fds to -1.
diff --git a/gpgme/edit.c b/gpgme/edit.c
index e4dbba32..afc0a355 100644
--- a/gpgme/edit.c
+++ b/gpgme/edit.c
@@ -47,6 +47,7 @@ void
_gpgme_edit_status_handler (GpgmeCtx ctx, GpgmeStatusCode status, char *args)
{
_gpgme_passphrase_status_handler (ctx, status, args);
+ _gpgme_progress_status_handler (ctx, status, args);
if (ctx->error)
return;