* epg.el (epg-status-GET_HIDDEN): Don't pass KEY-ID to
        passphrase-callback-function.
+       (epg-process-filter): Call epg-after-status-XXXXX-function.
 
 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
 
 
                      (setq epg-pending-status-list nil))
                  (if (and symbol
                           (fboundp symbol))
-                     (funcall symbol process string)))))
+                     (funcall symbol process string))
+                 (condition-case nil
+                     (run-hook-with-args-until-success
+                      (intern (concat "epg-after-status-" status "-function"))
+                      string)
+                   (error)))))
          (forward-line))
        (setq epg-read-point (point)))))