diff options
| author | Michael Albinus | 2013-06-03 15:35:21 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-06-03 15:35:21 +0200 |
| commit | 2f23b3ab02d48e972fbce7f4a38527e07c651aa0 (patch) | |
| tree | 887e00ce5cdc044ef14615061c19db7011c44338 | |
| parent | c9628c79bba5ec1e55c31512b5c32371ff034b1f (diff) | |
| download | emacs-2f23b3ab02d48e972fbce7f4a38527e07c651aa0.tar.gz emacs-2f23b3ab02d48e972fbce7f4a38527e07c651aa0.zip | |
* NEWS: Emacs can be compiled with file notification support via the
configure option `--with-file-notification=LIB'. `glib', `inotify'
and `w32' are supported.
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
| @@ -28,6 +28,12 @@ This happens by default if a suitable support library is found at | |||
| 28 | build time, like libacl on GNU/Linux. To prevent this, use the | 28 | build time, like libacl on GNU/Linux. To prevent this, use the |
| 29 | configure option `--disable-acl'. | 29 | configure option `--disable-acl'. |
| 30 | 30 | ||
| 31 | ** Emacs can be compiled with file notification support. | ||
| 32 | The configure option `--with-file-notification=LIB' enables file | ||
| 33 | notification support in Emacs. This option's value should be `yes', | ||
| 34 | `no', `gfile', `inotify' or `w32'. `yes' is a synonym for `w32' on | ||
| 35 | MS-Windows, and for `gfile' otherwise. The default value is `yes'. | ||
| 36 | |||
| 31 | ** The configure option --with-crt-dir has been removed. | 37 | ** The configure option --with-crt-dir has been removed. |
| 32 | It is no longer needed, as the crt*.o files are no longer linked | 38 | It is no longer needed, as the crt*.o files are no longer linked |
| 33 | specially. | 39 | specially. |
| @@ -444,8 +450,9 @@ The few hooks that used with-wrapper-hook are replaced as follows: | |||
| 444 | ** Support for filesystem notifications. | 450 | ** Support for filesystem notifications. |
| 445 | Emacs now supports notifications of filesystem changes, such as | 451 | Emacs now supports notifications of filesystem changes, such as |
| 446 | creation, modification, and deletion of files. This requires the | 452 | creation, modification, and deletion of files. This requires the |
| 447 | 'inotify' API on GNU/Linux systems. On MS-Windows systems, this is | 453 | `glib' API, or the 'inotify' API (on GNU/Linux systems only). On |
| 448 | supported for Windows XP and newer versions. | 454 | MS-Windows systems, this is supported for Windows XP and newer |
| 455 | versions. | ||
| 449 | 456 | ||
| 450 | ** Changes in autorevert.el | 457 | ** Changes in autorevert.el |
| 451 | 458 | ||