aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-08-12 09:49:45 -0400
committerStefan Monnier2011-08-12 09:49:45 -0400
commita3dae87a1b5405d2bffde7c2d829a5dbfc7ff274 (patch)
tree318f070431ebd07245072e1a8e62d0ecafe4dbd9 /lisp/ChangeLog
parent08fff70c6eab76f935d6827e3fd030ec40457f1d (diff)
downloademacs-a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274.tar.gz
emacs-a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274.zip
* lisp/epa-file.el (epa-file-select-keys): Revert to nil default.
Fixes: debbugs:9280
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 27515f767fb..a75c5330ed9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4
12011-08-12 Daiki Ueno <ueno@unixuser.org> 52011-08-12 Daiki Ueno <ueno@unixuser.org>
2 6
3 * epa.el (epa-progress-callback-function): Fix the logic of 7 * epa.el (epa-progress-callback-function): Fix the logic of
@@ -14,8 +18,8 @@
14 Use string-mark-left-to-right. 18 Use string-mark-left-to-right.
15 (list-buffers-noselect): Caller changed. 19 (list-buffers-noselect): Caller changed.
16 20
17 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use 21 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18 string-mark-left-to-right. 22 Use string-mark-left-to-right.
19 (tabulated-list-print): Recenter after moving point. 23 (tabulated-list-print): Recenter after moving point.
20 24
212011-08-10 Juri Linkov <juri@jurta.org> 252011-08-10 Juri Linkov <juri@jurta.org>