X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=4457242407bd11c6398bf1cd1b6a3feffb670631;hb=5312c05cb5a923991a4d5ab8de4b9fc53d21f0d2;hp=16b5c5dd6d43efcb1a9c8fc06d6e5843befee539;hpb=3fc4ae4242f5d89bdab6d6fdfcfb58e7703ada0f;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 16b5c5d..4457242 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,216 @@ +2006-04-20 Daiki Ueno + + * epa.el (epa-select-keys): Added "Cancel" button. + +2006-04-20 Daiki Ueno + + * epg.el (epg-signature-to-string): New function. + +2006-04-20 Daiki Ueno + + * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of + key objects. + * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of + key objects. + + * epa.el (epa-select-keys): Added MODE argument. + (epa-encrypt-file): RECIPIENTS is now a list of key objects. + + * epg.el (epg-status-SIG_CREATED): New function. + (epg-start-sign): epg-context-signers is now a list of key objects. + (epg-start-encrypt): RECIPIENTS is now a list of key objects. + +2006-04-19 Daiki Ueno + + * epa.el (epa-verify-file): Show results in minibuffer. + * epg.el (epg-debug-buffer): New variable. + (epg-flush): New function. + +2006-04-18 Daiki Ueno + + * epa.el (epa-export-keys): New command. + * epg.el (epg-start-export-keys): Accept a list of epg-key object + instead of a regexp. + +2006-04-18 Daiki Ueno + + * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key. + (epa-import-key): New command. + + * epg.el (epg-delete-problem-alist): New constant. + (epg-status-DELETE_PROBLEM): New function. + (epg-start-delete-key): New function. + (epg-delete-key): New function. + (epg-wait-for-completion): Add the NO-EOF argument. + +2006-04-18 Daiki Ueno + + * epg.el (epg-start): Insert the command-line arguments to the + debug buffer. + (epg-start-encrypt): Wait for BEGIN_ENCRYPTION. + (epg-start-delete-key): New function. + (epg-delete-key): New function. + + * epa.el (epa-key): New widget. + (epa-key-widget-action): New function. + (epa-key-widget-value-create): New function. + (epa-key-widget-button-face-get): New function. + (epa-key-widget-help-echo): New function. + +2006-04-17 Daiki Ueno + + * epa-file.el (epa-file-write-region): Check if START is a string. + +2006-04-17 Daiki Ueno + + * epa-file.el: Rewritten with file-name-handler. + (epa-file-handler): New variable. + (epa-file-enable): New command. + (epa-file-disable): New command. + + * epa-setup.el: Call epa-file-enable. + +2006-04-17 Daiki Ueno + + * epa-file.el (epa-passphrase): New variable. + (epa-file-passphrase-callback-function): New function. + (epa-find-file): Reset buffer-undo-list; set + buffer-file-coding-system to last-coding-system-used after + decoding. + +2006-04-17 Daiki Ueno + + * epa-file.el (epa-write-file): Try to write region to "/" to get + last-coding-system-used to be set. + +2006-04-17 Daiki Ueno + + * epa-file.el: New implementation of epf.el. + + * epf.el: Abolished. + +2006-04-17 Daiki Ueno + + * epa.el (epa-verify-file): Display verify result. + + * epg.el (epg-invalid-recipients-alist): New variable. + (epg-status-INV_RECP): New function. + (epg-status-NO_RECP): New function. + + * epa.el (epa-keys-mode-map): Bind epa-decrypt-file, + epa-verify-file, epa-sign-file, and epa-encrypt-file. + (epa-decrypt-file): New function imported from epa-dired.el. + (epa-verify-file): New function imported from epa-dired.el. + (epa-sign-file): New function imported from epa-dired.el. + (epa-encrypt-file): New function imported from epa-dired.el. + +2006-04-16 Daiki Ueno + + * epa.el (epa-select-keys): Renamed from epa-ask-keys; use + recursive-edit. + * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys. + +2006-04-16 Daiki Ueno + + * epa-setup.el: New file. + * epa-dired.el: New file. + + * epg.el (epg-colons-pub-spec): Abolished. + (epg-colons-sec-spec): Abolished. + (epg-colons-uid-spec): Abolished. + (epg-colons-fpr-spec): Abolished. + (epg-key-validity-alist): New variable. + (epg-key-capablity-alist): New variable. + (epg-make-key): New object epg-key. + (epg-make-sub-key): New object epg-sub-key. + (epg-make-user-id): New object epg-user-id. + (epg-list-keys-1): Renamed from epg-list-keys. + (epg-list-keys): Rewritten. + +2006-04-15 Daiki Ueno + + * epg.el (epg-list-keys): Make the NAME argument optional. + +2006-04-13 Daiki Ueno + + * epa.el: Added header. + + * epg.el (epg-list-keys): Specify --with-fingerprint. + (epg-colons-fpr-spec): New variable. + (epg-colons-pub-spec): Renamed trust -> validity and ownertrust -> + owner-trust. + (epg-colons-sec-spec): Ditto. + (epg-colons-uid-spec): Renamed trust -> validity. + +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. + (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.