aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-02-11 11:42:58 +0100
committerMichael Albinus2013-02-11 11:42:58 +0100
commitadd89f61bdf44020ea4a8a571268d79ce995bd98 (patch)
tree7f0c289a56e266d7b4051100b10eaf6ed52641c6
parentf74de3451c2cb3033f6d17f9c479150d00e4caa8 (diff)
downloademacs-add89f61bdf44020ea4a8a571268d79ce995bd98.tar.gz
emacs-add89f61bdf44020ea4a8a571268d79ce995bd98.zip
* NEWS: Add autorevert changes.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS14
2 files changed, 18 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f6f47d6d1a8..d1b5aac955d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-02-11 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Add autorevert changes.
4
12013-02-05 Jan Djärv <jan.h.d@swipnet.se> 52013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * NEWS: Mention ns-use-native-fullscreen. 7 * NEWS: Mention ns-use-native-fullscreen.
diff --git a/etc/NEWS b/etc/NEWS
index 4525d705183..71f48af96d7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -240,6 +240,20 @@ creation, modification, and deletion of files. This requires the
240'inotify' API on GNU/Linux systems. On MS-Windows systems, this is 240'inotify' API on GNU/Linux systems. On MS-Windows systems, this is
241supported for Windows XP and newer versions. 241supported for Windows XP and newer versions.
242 242
243** Changes in autorevert.el
244
245---
246*** If Emacs is compiled with file notification support, notifications
247are used instead of checking the time stamp of the files. You can
248disable this by setting the user option `auto-revert-use-notify' to
249nil. Alternatively, a regular expression of directories to be
250excluded from file notifications can be specified by
251`auto-revert-notify-exclude-dir-regexp'.
252
253---
254*** The new user option `auto-revert-remote-files' enables reversion
255of remote files when set to non-nil.
256
243** Face changes 257** Face changes
244 258
245*** The `face-spec-set' is now analogous to `setq' for face specs. 259*** The `face-spec-set' is now analogous to `setq' for face specs.