X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e0f5bde27ec8091f8e717b181e8ae7d2dbb15cbd;hb=aa58d06d998fdd4217a79016bd876faac95166fe;hp=6e4c09ef39477c1084bfc84ef806ac908d554444;hpb=02fe6d3687e641a0935933a5a22fd3c94d50a6f3;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 6e4c09e..e0f5bde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,146 @@ +2007-11-11 Daiki Ueno + + * epg.el (epg-make-context): New slot "operation-data". + (epg--process-filter): Pick up status handler from "operation-data". + (epg-start-edit-key): New function. + (epg-edit-key): New function. + +2007-09-05 Daiki Ueno + + * EasyPG: Version 0.0.15 released. + * configure.ac: Bump up version. + +2007-09-05 Daiki Ueno + + * epa.el (epa-validity-face-alist): Fixed misuse of the list + widget type. + (epa-font-lock-keywords): Define as defvar. + (epa--show-key): Don't signal an error even if a time cannot be decoded. + + * epa-file.el (epa-file-auto-mode-alist-entry): New variable. + (epa-file-enable): Install a strip-suffix entry in auto-mode-alist. + (epa-file-disable): Remove the entry from auto-mode-alist. + +2007-08-31 Daiki Ueno + + * epa.el (epa-verify-region): Decode the plaintext by + coding-system-for-read or one saved in epa-coding-system-used. + +2007-08-02 Adrian Aichner (tiny change) + + * epa.el (epa-validity-high): Fix load error by adding missing + paren pair. + +2007-07-30 Daiki Ueno + + * epa-file.el (epa-file-insert-file-contents): Ignore errors from + file-local-copy. + +2007-07-29 Daiki Ueno + + * EasyPG: Version 0.0.14 released. + * configure.ac: Bump up version. + +2007-07-29 Daiki Ueno + + * epa.el: Use :weight or :slant keywords to define faces, if + available. + +2007-07-17 Daiki Ueno + + * epa-file.el (epa-file-insert-file-contents): If a file is not + directly accessible, use the local copy of the file. + Reported by Jaroslav Gresula + +2007-07-10 Daiki Ueno + + * epa.el: Removed -face suffix from face names; + removed face symbol vars. + +2007-05-29 Daiki Ueno + + * EasyPG: Version 0.0.13 released. + * configure.ac: Bump up version. + +2007-05-29 Daiki Ueno + + * epa-file.el (epa-file-write-region): Supply the BUFFER argument + to local-variable-p. + (epa-file-find-file-hook): Mark the current buffer as unmodified. + Suggested by Adrian Aichner + +2007-04-29 Daiki Ueno + + * epa-file.el (epa-file-write-region): Don't use epa-textmode. + +2007-04-29 Daiki Ueno + + * EasyPG: Version 0.0.12 released. + * configure.ac: Bump up version. + +2007-04-29 Daiki Ueno + + * epa-file.el (epa-file-write-region): Respect epa-armor and + epa-textmode. + +2007-04-26 Daiki Ueno + + * epg.el (epg--prompt-GET_BOOL-untrusted_key.override): Lookup + user-id from epg-user-id-alist. + +2007-04-22 Daiki Ueno + + * epa-file.el (epa-file-select-keys): New command. + +2007-04-21 Daiki Ueno + + * epa-file.el (epa-file-write-region): Ask recipients only the + first time. + (epa-file-select-keys): New user option. + +2007-04-19 Daiki Ueno + + * epa.el (epa-mark-key): Renamed from epa-mark; signal an error if + no key is on the line. + (epa-unmark-key): Renamed from epa-unmark. + (epa-toggle-mark): Abolished. + + * epa-file.el (epa-file-insert-file-contents): Guess the value of + epa-file-encrypt-to from 'encrypted-to context-result. + (epa-file-encrypt-to): Make it permanent local. + + * epg.el (epg--status-ENC_TO): New function. + +2007-04-04 Daiki Ueno + Chris Moore + + * epa-file.el (epa-file--file-name-regexp-set): New Custom :set + function. + (epa-file-name-regexp): Use it. + (epa-file-name-regexp-update): New command. + (epa-file-name-regexp): Accept backup filenames. + Reported by "[ #10192 ] customizing epa-file-name-regexp fails" + +2007-04-04 Daiki Ueno + + * epa-file.el (epa-file-find-file-hook): New function. + (epa-file-enable): Add epa-file-find-file-hook to find-file-hooks. + (epa-file-disable): Remove epa-file-find-file-hook from + find-file-hooks. + +2007-03-29 Daiki Ueno + + * EasyPG: Version 0.0.11 released. + * configure.ac: Bump up version. + +2007-03-26 Daiki Ueno + + * epa.el (epa--insert-keys): Changed arglist. All callers + changed. + (epa--select-keys): New function. + (epa-select-keys): Use it; don't popup menu if keys have elements + less than 2. + 2007-03-25 Daiki Ueno * epa.el (epa-protocol): defcustom -> defvar. @@ -241,7 +384,7 @@ * epg-config.el (epg-version-number): Bump up. * configure.ac: Bump up version. -2006-11-20 Andreas Seltenreich +2006-11-20 Andreas Seltenreich (tiny change) * epa-file.el (epa-file-encrypt-to): New file local variable. (epa-file-write-region): Specify recipients by epa-file-encrypt-to. @@ -503,11 +646,11 @@ * epg.el (epg-start-encrypt): Extract primary key ID from epg-context-signers. - Thanks to Steve Youngs + Reported by 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 + Reported by Steve Youngs 2006-07-18 Daiki Ueno