diff options
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> |