mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 00:10:48 -08:00
* NEWS: Add autorevert changes.
This commit is contained in:
parent
f74de3451c
commit
add89f61bd
2 changed files with 18 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
14
etc/NEWS
14
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue