X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=682aa364d6bbafc8d411f5bba347120d1f163c75;hb=ce51acba4dd3b6d91477ce4fdb39d43989856492;hp=ad5496ed215e0caeb8eaa307f884587e27fc6ba6;hpb=22b8bc18a04f596fc2864ac647a6ee886aaa52d7;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index ad5496e..682aa36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,78 @@ +2006-06-12 Daiki Ueno + + * epa-file.el (epa-file-insert-file-contents): Don't move the + point to the end of the inserted region. + Reported by doug + +2006-06-01 Daiki Ueno + + * epa-file.el (epa-file-insert-file-contents): Support partial read. + +2006-05-30 Hiroya Murata + + * epa-file.el (epa-file-write-region): Encode the plain text with + coding-system-for-write. + +2006-05-30 Daiki Ueno + + * epa-file.el (epa-file-insert-file-contents): + Decode the decrypted text with coding-system-for-read. + +2006-05-29 Daiki Ueno + + * EasyPG: Version 0.0.2 released. + * epg.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-05-29 Daiki Ueno + + * epg.el (epg--time-from-seconds): New function. + (epg--status-ERRSIG): Convert seconds from epoch to encoded-time. + (epg--status-VALIDSIG): Ditto. + (epg--status-KEYEXPIRED): Ditto. + +2006-05-28 Daiki Ueno + + * epg.el (epg-start-import-keys): Don't specify filename if keys + is a string data. + +2006-05-27 Daiki Ueno + + * epg.el (epg--process-filter): Pass epg-context instead of + process to status handlers. + (epg--status-NO_PUBKEY): Check if the previous signature's key-id + matches with the given key-id. + +2006-05-26 Daiki Ueno + + * epg.el (epg--status-NO_PUBKEY): Replace the previous signature's + status from 'error to 'no-pubkey. + (epg--status-ERRSIG): Just add 'error signature to the verify result. + + * epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't + disable inhibit-quit here; make text-properties nonsticky. + (epa-popup-info-window): New user option. + (epa-info-window-height): New user option. + (epa-display-verify-result): New function. + (epa-decrypt-file): Use it. + (epa-verify-file): Use it. + (epa-decrypt-region): Use it. + (epa-verify-region): Use it. + + * epg.el (epg-make-context): New slot "operation". + (epg-passphrase-callback-function): Confirm passphrase when + performing symmetric encryption. + 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