diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19968c46aa8..507550dbec0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-01-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * autorevert.el: Add file watch support. | ||
| 4 | (auto-revert-notify-enabled): New defconst. | ||
| 5 | (auto-revert-notify-watch-descriptor-hash-list) | ||
| 6 | (auto-revert-notify-watch-descriptor) | ||
| 7 | (auto-revert-notify-modified-p): New defvars. | ||
| 8 | (auto-revert-notify-rm-watch, auto-revert-notify-add-watch) | ||
| 9 | (auto-revert-notify-handler): New defuns. | ||
| 10 | (auto-revert-mode, global-auto-revert-mode): Remove file watches | ||
| 11 | when mode is disabled. | ||
| 12 | (auto-revert-handler): Check for `auto-revert-notify-modified-p'. | ||
| 13 | (auto-revert-buffers): Add file watches for active buffers. | ||
| 14 | |||
| 1 | 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru> | 15 | 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 16 | ||
| 3 | * cus-start.el (toplevel): Only allow float values for | 17 | * cus-start.el (toplevel): Only allow float values for |