Mercurial > emacs
diff lisp/ChangeLog @ 100304:4dfef179eed3
* epa-hook.el (epa-file-find-file-hook): Don't mark the current
buffer unmodified. (Bug#1509)
* epa-file.el (epa-file-insert-file-contents): Set buffer's
modification time if visiting a file and the content is
successfully decrypted.
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Wed, 10 Dec 2008 01:35:39 +0000 |
parents | cdbab14860b4 |
children | 408ac12c68b0 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 10 01:04:19 2008 +0000 +++ b/lisp/ChangeLog Wed Dec 10 01:35:39 2008 +0000 @@ -1,3 +1,11 @@ +2008-12-10 Daiki Ueno <ueno@unixuser.org> + + * epa-hook.el (epa-file-find-file-hook): Don't mark the current + buffer unmodified. (Bug#1509) + * epa-file.el (epa-file-insert-file-contents): Set buffer's + modification time if visiting a file and the content is + successfully decrypted. + 2008-12-09 Chong Yidong <cyd@stupidchicken.com> * files.el (save-some-buffers): At each map-y-or-n-p iteration,