diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/epa-file.el | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27515f767fb..a75c5330ed9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280). | ||
| 4 | |||
| 1 | 2011-08-12 Daiki Ueno <ueno@unixuser.org> | 5 | 2011-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 | ||
| 21 | 2011-08-10 Juri Linkov <juri@jurta.org> | 25 | 2011-08-10 Juri Linkov <juri@jurta.org> |
diff --git a/lisp/epa-file.el b/lisp/epa-file.el index 118f44854cf..bef67ba4f69 100644 --- a/lisp/epa-file.el +++ b/lisp/epa-file.el | |||
| @@ -35,7 +35,7 @@ way." | |||
| 35 | :type 'boolean | 35 | :type 'boolean |
| 36 | :group 'epa-file) | 36 | :group 'epa-file) |
| 37 | 37 | ||
| 38 | (defcustom epa-file-select-keys 'silent | 38 | (defcustom epa-file-select-keys nil |
| 39 | "Control whether or not to pop up the key selection dialog. | 39 | "Control whether or not to pop up the key selection dialog. |
| 40 | 40 | ||
| 41 | If t, always asks user to select recipients. | 41 | If t, always asks user to select recipients. |