X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c35d7178b26f2ddf3f7fb3699a7faaa657a12408;hb=4fc965276e655b1b5f88ba86e411be785f705809;hp=bdd164262603206a5d8094ed4d22a099bf3059c5;hpb=5bf1d8d87ad737fdc640a4c9024d56d7bb31a4ca;p=elisp%2Fepg.git diff --git a/ChangeLog b/ChangeLog index bdd1642..c35d717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +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