]> git.eshelyaron.com Git - emacs.git/commitdiff
Add file-notify.el and related changes in Tramp.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Jul 2013 09:40:56 +0000 (11:40 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Jul 2013 09:40:56 +0000 (11:40 +0200)
etc/NEWS

index cd17d806a81a4cf586e46735f963c6d1102496a0..7f217facfff41f5b668b9b346d54fa5334298570 100644 (file)
--- 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.
+
 \f
 * Incompatible Lisp Changes in Emacs 24.4