diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2013-02-11 11:42:58 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2013-02-11 11:42:58 +0100 |
commit | add89f61bdf44020ea4a8a571268d79ce995bd98 (patch) | |
tree | 7f0c289a56e266d7b4051100b10eaf6ed52641c6 /etc/NEWS | |
parent | f74de3451c2cb3033f6d17f9c479150d00e4caa8 (diff) | |
download | emacs-add89f61bdf44020ea4a8a571268d79ce995bd98.tar.gz |
* NEWS: Add autorevert changes.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |