diff options
| author | Michael Albinus | 2013-02-11 11:42:58 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-02-11 11:42:58 +0100 |
| commit | add89f61bdf44020ea4a8a571268d79ce995bd98 (patch) | |
| tree | 7f0c289a56e266d7b4051100b10eaf6ed52641c6 | |
| parent | f74de3451c2cb3033f6d17f9c479150d00e4caa8 (diff) | |
| download | emacs-add89f61bdf44020ea4a8a571268d79ce995bd98.tar.gz emacs-add89f61bdf44020ea4a8a571268d79ce995bd98.zip | |
* NEWS: Add autorevert changes.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 14 |
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 @@ | |||
| 1 | 2013-02-11 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Add autorevert changes. | ||
| 4 | |||
| 1 | 2013-02-05 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2013-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. |
| @@ -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 |
| 241 | supported for Windows XP and newer versions. | 241 | supported 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 | ||
| 247 | are used instead of checking the time stamp of the files. You can | ||
| 248 | disable this by setting the user option `auto-revert-use-notify' to | ||
| 249 | nil. Alternatively, a regular expression of directories to be | ||
| 250 | excluded 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 | ||
| 255 | of 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. |