* edit.c (_gpgme_edit_status_handler): Call the progress status
handler.
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)
-------------------------------------------------
+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.
_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;