emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111733: * NEWS: Add autorevert chang


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111733: * NEWS: Add autorevert changes.
Date: Mon, 11 Feb 2013 11:42:58 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111733
committer: Michael Albinus <address@hidden
branch nick: trunk
timestamp: Mon 2013-02-11 11:42:58 +0100
message:
  * NEWS: Add autorevert changes.
modified:
  etc/ChangeLog
  etc/NEWS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-02-05 12:21:55 +0000
+++ b/etc/ChangeLog     2013-02-11 10:42:58 +0000
@@ -1,3 +1,7 @@
+2013-02-11  Michael Albinus  <address@hidden>
+
+       * NEWS: Add autorevert changes.
+
 2013-02-05  Jan Djärv  <address@hidden>
 
        * NEWS: Mention ns-use-native-fullscreen.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-02-11 01:50:45 +0000
+++ b/etc/NEWS  2013-02-11 10:42:58 +0000
@@ -240,6 +240,20 @@
 '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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]