From: Michael Albinus Date: Thu, 4 Jul 2013 09:40:56 +0000 (+0200) Subject: Add file-notify.el and related changes in Tramp. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1930 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1c7dee92d84d5266578df5effee44f3c78827a0;p=emacs.git Add file-notify.el and related changes in Tramp. --- diff --git a/etc/NEWS b/etc/NEWS index cd17d806a81..7f217facfff 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -411,6 +411,10 @@ when possible. *** Handlers for `file-acl' and `set-file-acl' for remote machines which support POSIX ACLs. ++++ +*** Handlers for `file-notify-add-watch' and `file-notify-rm-watch' +for remote machines which support filesystem notifications. + ** VHDL mode *** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'. @@ -424,9 +428,9 @@ are obsolete. Customize the `woman-* faces instead. ** Eshell -*** Added Eshell-TRAMP module +*** Added Eshell-Tramp module External su and sudo commands are now the default; the internal, -TRAMP-using variants can still be used by enabling the eshell-tramp +Tramp-using variants can still be used by enabling the eshell-tramp module. ** New term.el option `term-suppress-hard-newline'. @@ -466,6 +470,10 @@ It is layered as: - advice-add/advice-remove to add/remove a piece of advice on a named function, much like `defadvice' does. +** The package file-notify.el provides an interface for file system +notifications. It requires, that Emacs is compiled with one of the +low-level libraries gfilenotify.c, inotify.c or w32notify.c. + * Incompatible Lisp Changes in Emacs 24.4