X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1413703cab5e7348692947b6bf3259af6a84a355;hb=c31eeeb1b9d1f575cfa3191fa80f13d8a3440738;hp=d941792e7b1138775b29a371ebc6978bf02db8ef;hpb=3ac19de3136bb8dec6581b8ef49a3e04c3c656a9;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index d941792..1413703 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2006-05-01 Daiki Ueno + + * epg.el (epg-start): Signal an error if the process of CONTEXT is + already running for other operations. + (epg-flush): Abolished. + (epg-start-generate-key): New function. + (epg-generate-key-from-file): New function. + (epg-generate-key-from-string): New function. + (epg-status-KEY_CREATED): New function. + (epg-status-KEY_NOT_CREATED): New function. + +2006-04-30 Daiki Ueno + + * epa.el (epa-delete-keys): Support deletion of secret keys. + + * pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the + decrypted text. + + * epg.el (epg-read-output): Don't convert line endings of the + output file. + (epg-cancel): Set 'error result. + 2006-04-29 Daiki Ueno * epg.el (epg-make-signature): Removed user-id; added @@ -5,6 +27,8 @@ digest-algorithm. (epg-process-sentinel): Abolished. (epg-signature-to-string): Decode DN. + (epg-list-keys): Cache user-id in epg-user-id-alist. + (epg-make-user-id): Renamed name -> string. 2006-04-29 Daiki Ueno