2003-01-30 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 6 Feb 2003 11:43:08 +0000 (11:43 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 6 Feb 2003 11:43:08 +0000 (11:43 +0000)
* edit.c (_gpgme_edit_status_handler): Call the progress status
handler.

branches/gpgme-0-3-branch/NEWS
branches/gpgme-0-3-branch/gpgme/ChangeLog
branches/gpgme-0-3-branch/gpgme/edit.c

index 891951138047b7c4406c60221196072e5a948a4f..3a6d3bd9a3ecd4b07faa2ee03afe5a14972cbb59 100644 (file)
@@ -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)
 -------------------------------------------------
index 90d1a5042b026e89fda38137667bf7200996de51..935c6395f00c6e42b4c7e0f09b05e274e3093dae 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-30  Marcus Brinkmann  <marcus@g10code.de>
+
+       * edit.c (_gpgme_edit_status_handler): Call the progress status
+       handler.
+
 2002-11-25  Marcus Brinkmann  <marcus@g10code.de>
 
        * rungpg.c (_gpgme_gpg_spawn): Do not set parent fds to -1.
index e4dbba3241f8dce6a6895a72c32ee683b62d4b09..afc0a355ecb3f08b4482459babb07de02808043c 100644 (file)
@@ -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;