X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=53b3aaa74b7615ef2cedeae738b28dcba6d1fc0c;hb=d2c22ebebc3e0f74b23e8de4eca4106fcd4dde75;hp=32df26da14c84bacd74bec531b7d69d345e59eac;hpb=aa784f930accec69284c90a2a78b2427fa31d5f4;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 32df26d..53b3aaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,246 @@ +2006-09-04 Daiki Ueno + + * EasyPG: Version 0.0.5 released. + * epg.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-09-04 Daiki Ueno + + * epg-config.el (epg-locale-coding-system): New user option. + + * epg.el (epg--list-keys-1): Respect epg-gpg-home-directory. + (epg--clear-string): New function. + (epg--status-GET_HIDDEN): Encode passphrase with + terminal-coding-system. + + * epg-config.el (epg-gpg-minimum-version): New constant. + (epg-config--parse-version): New function. + (epg-config--compare-version): New function. + (epg-configuration): Respect epg-gpg-home-directory. + +2006-09-03 Daiki Ueno + + * epg-config.el: New file; moved GnuPG configuration check from + epg.el. + +2006-09-02 Daiki Ueno + + * epg.el (epg-check-configuration): New function. + (epg-gpg-home-directory): New user option. + + * pgg-epg.el (pgg-epg-lookup-key): New function. + +2006-07-29 Daiki Ueno + + * EasyPG: Version 0.0.4 released. + * epg.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +2006-07-29 Daiki Ueno + + * acinclude.m4 (AC_CHECK_GPG): Run $3 if there is no gpg executable. + +2006-07-28 Daiki Ueno + + * epg.el (epg-start-encrypt): Extract primary key ID from + epg-context-signers. + Thanks to Steve Youngs + + * pgg-epg.el (pgg-epg-encrypt-region): Fixed a bug; it didn't + give CONTEXT to epg-list-keys. + Thanks to Steve Youngs + +2006-07-18 Daiki Ueno + + * epg-pgp50i.el (epg-pgp50i--process-filter): Use + epg-process-filter-running instead of epg-pgp50i-status; Don't + save-excursion during handler execution. + (epg-pgp50i--read-line): Renamed from epg-pgp50i--wait-for-line; + don't allow process input. + (epg-pgp50i--parse-time): New function. + (epg-pgp50i--status-BAD_SIGNATURE): New function. + + * epg.el (epg--process-filter): Don't save-excursion during + handler execution. + +2006-07-18 Daiki Ueno + + * acinclude.m4 (AC_CHECK_GPG): Renamed from AC_PATH_GPG. + + * epg.el (epg-process-filter-running): New variable. + (epg--start): Setup epg-process-filter-running. + (epg--process-filter): Allow only one status handler to run at a + time; update epg-read-point everytime the point changes. + +2006-07-14 Daiki Ueno + + * epg-pgp50i.el: New file. + +2006-07-13 Daiki Ueno + + * acinclude.m4 (AC_PATH_GPG): New macro. + * configure.ac: Check gpg version. + Suggested by Max Froumentin + +2006-07-10 Daiki Ueno + + * epg.el (epg--status-ERRSIG): Don't remove the last verify-result. + (epg-signature-to-string): Remove a trailing whitespace. + + * epa.el (epa-keys-mode-map): Bind return to epa-toggle-mark. + (epa-toggle-mark): New command. + +2006-07-04 Daiki Ueno + + * pgg-epg.el (pgg-epg-sign-region): Select the signing key matched + with pgg-default-user-id. + Reported by Elias Oltmanns + +2006-07-01 Daiki Ueno + + * epa.el (epa-select-keys): If SECRET is specified, select a + primary secret key by default. + +2006-06-29 Daiki Ueno + + * EasyPG: Version 0.0.3 released. + * epg.el (epg-version-number): Bump up. + * configure.ac: Bump up version. + +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 + + * 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 + already running for other operations. + (epg-flush): Abolished. + (epg-start-generate-key): New function. + (epg-generate-key-from-file): New function. + (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 + + * epa.el (epa-delete-keys): Support deletion of secret keys. + + * pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the + decrypted text. + + * epg.el (epg-read-output): Don't convert line endings of the + output file. + (epg-cancel): Set 'error result. + 2006-04-29 Daiki Ueno * epg.el (epg-make-signature): Removed user-id; added @@ -6,6 +249,7 @@ (epg-process-sentinel): Abolished. (epg-signature-to-string): Decode DN. (epg-list-keys): Cache user-id in epg-user-id-alist. + (epg-make-user-id): Renamed name -> string. 2006-04-29 Daiki Ueno