X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9183968b5f280ec9af59bd2a6cd4dbbd0fa51ce6;hb=36ea9cba97ee1214fba7f1f0b7176227f334ac16;hp=92614630729c213cb557fcd173d8c51511edf8bf;hpb=95ff40c9179c88308fe96e1adb0ef220b67f265c;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 9261463..9183968 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2006-04-13 Daiki Ueno + + * epa.el: New file. + + * epg.el (epg-cipher-algorithm-alist): New constant. + (epg-pubkey-algorithm-alist): New constant. + (epg-digest-algorithm-alist): New constant. + (epg-compress-algorithm-alist): New constant. + (epg-configuration): New function. + (epg-start): Don't specify --yes. + +2006-04-13 Daiki Ueno + + * epg.el (epg-make-data-from-file): New function. + (epg-make-data-from-string): New function. + (epg-data-file): New function. + (epg-data-string): New function. + (epg-start-decrypt): Get a cipher text from a data object. + (epg-delete-output-file): New function. + (epg-decrypt-file): Add the 3rd argument PLAIN to specify where + the output goes. + (epg-start-verify): Get a signature and signed-text from a data + object. + (epg-verify-file): Added the 3rd argument PLAIN to specify where + the output goes; return the plain text if PLAIN is nil. + (epg-verify-string): Return the plain text. + (epg-start-sign): Get a plain text from a data object. + (epg-sign-file): Added the 3rd argument SIGNATURE to specify where + the output goes. + (epg-start-encrypt): Get a plain text from a data object. + (epg-encrypt-file): Added the 4th argument CIPHER to specify where + the output goes. + (epg-start-import-keys): Get keys from a data object. + (epg-import-keys-1): New function. + (epg-import-keys-from-file): Use it. + (epg-import-keys-from-string): Use it. + +2006-04-12 Daiki Ueno + + * epf.el: Renamed from epg-file.el. + 2006-04-12 Daiki Ueno * epg.el (epg-status-GET_BOOL): New function.