+2006-09-15 Daiki Ueno <ueno@unixuser.org>
+
+ * epg.el (epg-progress-callback-function): Show the percentage.
+
2006-09-15 Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
* pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo.
(defun epg-progress-callback-function (context what char current total
handback)
- (message "%s: %d/%d" what current total))
+ (message "%s: %d%% (%d/%d)" what (/ current 1.0 total) current total))
(defun epg--list-keys-1 (context name mode)
(let ((args (append (if epg-gpg-home-directory