diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -136,7 +136,8 @@ spurious warnings about an unused var. | |||
| 136 | ** Support for filesystem notifications. | 136 | ** Support for filesystem notifications. |
| 137 | Emacs now supports notifications of filesystem changes, such as | 137 | Emacs now supports notifications of filesystem changes, such as |
| 138 | creation, modification, and deletion of files. This requires the | 138 | creation, modification, and deletion of files. This requires the |
| 139 | 'inotify' API on GNU/Linux systems. | 139 | 'inotify' API on GNU/Linux systems. On MS-Windows systems, this is |
| 140 | supported for Windows XP and newer versions. | ||
| 140 | 141 | ||
| 141 | ** Face changes | 142 | ** Face changes |
| 142 | 143 | ||