X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c35d7178b26f2ddf3f7fb3699a7faaa657a12408;hb=4fc965276e655b1b5f88ba86e411be785f705809;hp=628d15c94efcf274609f564ca56600d5399122db;hpb=4c6c115414eb31a27e2850cd854341f643161ee0;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index 628d15c..c35d717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +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-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; @@ -330,7 +371,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. @@ -592,11 +633,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