emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112831: * NEWS: Emacs can be compile


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112831: * NEWS: Emacs can be compiled with file notification support via the
Date: Mon, 03 Jun 2013 15:35:21 +0200
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112831
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-03 15:35:21 +0200
message:
  * NEWS: Emacs can be compiled with file notification support via the
    configure option `--with-file-notification=LIB'.  `glib', `inotify'
    and `w32' are supported.
modified:
  etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-06-03 08:51:50 +0000
+++ b/etc/NEWS  2013-06-03 13:35:21 +0000
@@ -28,6 +28,12 @@
 build time, like libacl on GNU/Linux.  To prevent this, use the
 configure option `--disable-acl'.
 
+** Emacs can be compiled with file notification support.
+The configure option `--with-file-notification=LIB' enables file
+notification support in Emacs. This option's value should be `yes',
+`no', `gfile', `inotify' or `w32'.  `yes' is a synonym for `w32' on
+MS-Windows, and for `gfile' otherwise.  The default value is `yes'.
+
 ** The configure option --with-crt-dir has been removed.
 It is no longer needed, as the crt*.o files are no longer linked
 specially.
@@ -444,8 +450,9 @@
 ** Support for filesystem notifications.
 Emacs now supports notifications of filesystem changes, such as
 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.
+`glib' API, or the 'inotify' API (on GNU/Linux systems only).  On
+MS-Windows systems, this is supported for Windows XP and newer
+versions.
 
 ** Changes in autorevert.el
 


reply via email to

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