* NEWS: Add autorevert changes.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 11 Feb 2013 10:42:58 +0000 (11:42 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 11 Feb 2013 10:42:58 +0000 (11:42 +0100)
etc/ChangeLog
etc/NEWS

index f6f47d6d1a84e163cce91979488789ac7bf7b242..d1b5aac955d9240ba7b6cdab2a4eac78f43bf561 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       * NEWS: Add autorevert changes.
+
 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
 
        * NEWS: Mention ns-use-native-fullscreen.
index 4525d705183fabc7ab958eaa8336422440006f86..71f48af96d7d83bde86c9ffaa5ba8d0a3854bdda 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -240,6 +240,20 @@ creation, modification, and deletion of files.  This requires the
 'inotify' API on GNU/Linux systems.  On MS-Windows systems, this is
 supported for Windows XP and newer versions.
 
+** Changes in autorevert.el
+
+---
+*** If Emacs is compiled with file notification support, notifications
+are used instead of checking the time stamp of the files.  You can
+disable this by setting the user option `auto-revert-use-notify' to
+nil.  Alternatively, a regular expression of directories to be
+excluded from file notifications can be specified by
+`auto-revert-notify-exclude-dir-regexp'.
+
+---
+*** The new user option `auto-revert-remote-files' enables reversion
+of remote files when set to non-nil.
+
 ** Face changes
 
 *** The `face-spec-set' is now analogous to `setq' for face specs.