Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
100303:3e044fa54e4f | 100304:4dfef179eed3 |
---|---|
1 2008-12-10 Daiki Ueno <ueno@unixuser.org> | |
2 | |
3 * epa-hook.el (epa-file-find-file-hook): Don't mark the current | |
4 buffer unmodified. (Bug#1509) | |
5 * epa-file.el (epa-file-insert-file-contents): Set buffer's | |
6 modification time if visiting a file and the content is | |
7 successfully decrypted. | |
8 | |
1 2008-12-09 Chong Yidong <cyd@stupidchicken.com> | 9 2008-12-09 Chong Yidong <cyd@stupidchicken.com> |
2 | 10 |
3 * files.el (save-some-buffers): At each map-y-or-n-p iteration, | 11 * files.el (save-some-buffers): At each map-y-or-n-p iteration, |
4 check whether the buffer is still alive. | 12 check whether the buffer is still alive. |
5 | 13 |