aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-01-11 23:36:32 +0100
committerMichael Albinus2013-01-11 23:36:32 +0100
commit65adfa202b8d38ec4af3bcbc9acaeb5cb66b22b4 (patch)
tree9b4be17f3c36e0ac9dd3402ec6ccd87abd4376dd /lisp/ChangeLog
parent43b2e2e71ab2e9748cc879bb784d9337535a35d3 (diff)
downloademacs-65adfa202b8d38ec4af3bcbc9acaeb5cb66b22b4.tar.gz
emacs-65adfa202b8d38ec4af3bcbc9acaeb5cb66b22b4.zip
* autorevert.el (top): Require 'cl in order to pacify byte compiler.
(auto-revert-notify-rm-watch): Ignore errors. (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for inotify, and '(size last-write-time) for w32notify. Set buffer-local `auto-revert-use-notify' to nil when adding a file watch fails - this is a fallback to the file modification check. (auto-revert-notify-event-p, auto-revert-notify-event-descriptor) (auto-revert-notify-event-action) (auto-revert-notify-event-file-name): New defuns. (auto-revert-notify-handler): Use them. Implement first plausibility checks. (auto-revert-handler): Handle also `auto-revert-tail-mode'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 502cc2ff8c0..7eef2c80382 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12013-01-11 Michael Albinus <michael.albinus@gmx.de>
2
3 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4 (auto-revert-notify-rm-watch): Ignore errors.
5 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
6 inotify, and '(size last-write-time) for w32notify. Set
7 buffer-local `auto-revert-use-notify' to nil when adding a file
8 watch fails - this is a fallback to the file modification check.
9 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
10 (auto-revert-notify-event-action)
11 (auto-revert-notify-event-file-name): New defuns.
12 (auto-revert-notify-handler): Use them. Implement first
13 plausibility checks.
14 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
15
12013-01-11 Julien Danjou <julien@danjou.info> 162013-01-11 Julien Danjou <julien@danjou.info>
2 17
3 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and 18 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and