diff options
| author | Daiki Ueno | 2008-12-10 01:35:39 +0000 |
|---|---|---|
| committer | Daiki Ueno | 2008-12-10 01:35:39 +0000 |
| commit | 8e3efc87f39efa8a4bdfe6eb92190226c4302599 (patch) | |
| tree | 6bb0bb5d1530fb2d79d3b814b03dbcb46be09960 /lisp/ChangeLog | |
| parent | 2133e2d13894855f7c44f1dd2fe1e90f49991c51 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 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, |