* autorevert.el (auto-revert-remote-files)
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 25 Jan 2013 13:15:22 +0000 (14:15 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 25 Jan 2013 13:15:22 +0000 (14:15 +0100)
commitef3544f6a6cd1cea6a415d58e39d3a4bebd450f5
tree3d536f0b5c1dab62369ccf06a31b0717e435f714
parent69bb66c12e42e8196cdf440b83e367635f901bff
* autorevert.el (auto-revert-remote-files)
(auto-revert-notify-exclude-dir-regexp): New defcustoms.
(auto-revert-notify-enabled, auto-revert-use-notify)
(auto-revert-notify-watch-descriptor-hash-list)
(auto-revert-notify-modified-p, auto-revert-notify-event-p)
(auto-revert-notify-event-descriptor)
(auto-revert-notify-event-action)
(auto-revert-notify-event-file-name): Doc fix.
(global-auto-revert-mode): Reorder checks.
(auto-revert-notify-rm-watch): Respect changed values of
`auto-revert-notify-watch-descriptor-hash-list'.
(auto-revert-notify-add-watch): Check for
`auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
`inotify-add-watch'.  Watch `default-directory' instead of
`buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
has a changed meaning now.  (Bug#13540)
(auto-revert-notify-handler): Change implementation wrt events
returning from a directory.
(auto-revert-handler): Reorder implementation for checks of remote
files.
(auto-revert-buffers): Fix parentheses error.
lisp/ChangeLog
lisp/autorevert.el