X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=173735ef58be4d01b746855d297717ce21a4cb2e;hb=564ad4ae9acdf84d2148c196bbbc9ac5b06586f5;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=fdb5b591f5cb23cf6a6d2dd138e10d152966629a;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index e69de29..173735e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,70 @@ +2006-04-13 Daiki Ueno + + * 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. + +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. + (epg-status-GET_LINE): New function. + (epg-prompt-alist): New variable, to be filled. + + * pgg-epg.el (mml2015-gpg-extract-signature-details): New function. + * epg.el (epg-signature-fingerprint): New function. + (epg-signature-set-fingerprint): New function. + (epg-status-VALIDSIG): New function. + + * epg.el (epg-reset): Don't reset result. + (epg-start-decrypt): Reset result before epg-start. + (epg-start-verify): Ditto. + (epg-start-sign): Ditto. + (epg-start-encrypt): Ditto. + (epg-start-export-keys): Ditto. + (epg-start-import-keys): Ditto. + + * Makefile.am (EXTRA_DIST): Added pgg-epg.el. + * pgg-epg.el: New file. + + * epg.el (epg-start-export-keys): New function. + (epg-export-keys): New function. + (epg-start-import-keys): New function. + (epg-import-keys): New function. + (epg-verify-file): New function. + + * epg-file.el (epg-file-write-region): Support public key encryption. + + * epg.el (epg-passphrase-callback-function): Always display key-id. +