X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=c476c69a6a981c7ba0ba74f7e1e9cf31bf4d5262;hb=a9b1f2f3d182b4a37bba42df4ba759ef1486b2f7;hp=1413703cab5e7348692947b6bf3259af6a84a355;hpb=c31eeeb1b9d1f575cfa3191fa80f13d8a3440738;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 1413703..c476c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2006-05-25 Daiki Ueno + + * epa.el (epa-decrypt-file): Display verify result if the message + is signed. + (epa-decrypt-region): New command. + (epa-verify-region): New command. + (epa-decrypt-armor-in-region): New command. + (epa-verify-armor-in-region): New command. + (epa-sign-region): New command. + (epa-encrypt-region): New command. + +2006-05-11 Daiki Ueno + + * epa.el (epa-armor): New user option. + (epa-textmode): New user option. + +2006-05-02 Daiki Ueno + + * epg.el (epg-make-key-signature): New object epg-key-signature. + (epg-list-keys): Collect key signatures. + (epg-make-sub-key): Renamed secret -> secret-p. + (epg-list-keys-postprocess-one-key): Abolished. + (epg-list-keys): Reverse all keys, sub-keys, user-ids, and key + signatures by itself. + (epg-no-data-reason-alist): New constant. + (epg-unexpected-reason-alist): New constant. + +2006-05-01 Daiki Ueno + + * epg.el (epg-invalid-recipients-reason-alist): Renamed. + (epg-delete-problem-reason-alist): Renamed. + (epg-import-ok-reason-alist): New constant. + (epg-import-problem-reason-alist): New constant. + (epg-status-IMPORTED): New function. + (epg-status-IMPORT_OK): New function. + (epg-status-IMPORT_PROBLEM): New function. + (epg-start-import-keys): Don't use a temporary output file. + (epg-start-receive-keys): New function. + (epg-import-keys-from-server): New function. + (epg-receive-keys): Alias to epg-import-keys-from-server. + 2006-05-01 Daiki Ueno * epg.el (epg-start): Signal an error if the process of CONTEXT is @@ -8,6 +49,12 @@ (epg-generate-key-from-string): New function. (epg-status-KEY_CREATED): New function. (epg-status-KEY_NOT_CREATED): New function. + (epg-new-signature-type-alist): New variable. + (epg-make-new-signature): New object epg-new-signature. + (epg-status-SIG_CREATED): Set epg-new-signature object. + (epg-new-signature-to-string): New function. + (epg-make-signature): Added slots for signature class and version. + (epg-start-sign): Fixed rule of the MODE argument. 2006-04-30 Daiki Ueno