diff options
| author | Stefan Monnier | 2011-08-12 09:49:45 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-08-12 09:49:45 -0400 |
| commit | a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274 (patch) | |
| tree | 318f070431ebd07245072e1a8e62d0ecafe4dbd9 /lisp/ChangeLog | |
| parent | 08fff70c6eab76f935d6827e3fd030ec40457f1d (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 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> |