diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0cf8ed3da1e..1fe7bd62b04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2013-12-16 Juri Linkov <juri@jurta.org> | 1 | 2013-12-16 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * desktop.el (desktop-auto-save-timeout): Change default to | ||
| 4 | `auto-save-timeout'. Doc fix. | ||
| 5 | (desktop-save): Skip the timestamp in desktop-saved-frameset | ||
| 6 | when checking for auto-save changes. | ||
| 7 | (desktop-auto-save): Don't call desktop-auto-save-set-timer since | ||
| 8 | `desktop-auto-save' is called repeatedly by the idle timer. | ||
| 9 | (desktop-auto-save-set-timer): Replace `run-with-timer' with | ||
| 10 | `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix. | ||
| 11 | (Bug#15331) | ||
| 12 | |||
| 13 | 2013-12-16 Juri Linkov <juri@jurta.org> | ||
| 14 | |||
| 3 | * isearch.el (isearch-mode-map): Remove [escape] key bindinds. | 15 | * isearch.el (isearch-mode-map): Remove [escape] key bindinds. |
| 4 | (Bug#16035) | 16 | (Bug#16035) |
| 5 | (isearch-pre-command-hook): Check `this-command' for symbolp. | 17 | (isearch-pre-command-hook): Check `this-command' for symbolp. |