aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-02-06 11:43:08 +0000
committerMarcus Brinkmann <[email protected]>2003-02-06 11:43:08 +0000
commit12c461d1ea52e52703a5e0a6b6288f20ab897fb9 (patch)
tree848adef5568f77bee96214de6430192fb473fd87
parentpost-release version number bump. (diff)
downloadgpgme-12c461d1ea52e52703a5e0a6b6288f20ab897fb9.tar.gz
gpgme-12c461d1ea52e52703a5e0a6b6288f20ab897fb9.zip
2003-01-30 Marcus Brinkmann <[email protected]>
* edit.c (_gpgme_edit_status_handler): Call the progress status handler.
-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;