aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-01-10 15:27:48 +0100
committerMichael Albinus2013-01-10 15:27:48 +0100
commited9112575ebdf0fefec530d7b2687f83eea7bb8a (patch)
tree78b09a1fe52b4460f1a4039f2af158f1d66dcbe6 /lisp/ChangeLog
parent58cc0a010b7e16dfcf03d7e858ea27eba5dece65 (diff)
downloademacs-ed9112575ebdf0fefec530d7b2687f83eea7bb8a.tar.gz
emacs-ed9112575ebdf0fefec530d7b2687f83eea7bb8a.zip
* autorevert.el: Add file watch support.
(auto-revert-notify-enabled): New defconst. (auto-revert-notify-watch-descriptor-hash-list) (auto-revert-notify-watch-descriptor) (auto-revert-notify-modified-p): New defvars. (auto-revert-notify-rm-watch, auto-revert-notify-add-watch) (auto-revert-notify-handler): New defuns. (auto-revert-mode, global-auto-revert-mode): Remove file watches when mode is disabled. (auto-revert-handler): Check for `auto-revert-notify-modified-p'. (auto-revert-buffers): Add file watches for active buffers.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
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 @@
12013-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
12013-01-10 Dmitry Antipov <dmantipov@yandex.ru> 152013-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