aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaiki Ueno2008-12-10 01:35:39 +0000
committerDaiki Ueno2008-12-10 01:35:39 +0000
commit8e3efc87f39efa8a4bdfe6eb92190226c4302599 (patch)
tree6bb0bb5d1530fb2d79d3b814b03dbcb46be09960 /lisp/ChangeLog
parent2133e2d13894855f7c44f1dd2fe1e90f49991c51 (diff)
downloademacs-8e3efc87f39efa8a4bdfe6eb92190226c4302599.tar.gz
emacs-8e3efc87f39efa8a4bdfe6eb92190226c4302599.zip
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8dade0843ec..6d295bdb156 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12008-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
12008-12-09 Chong Yidong <cyd@stupidchicken.com> 92008-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,