emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113281: Add file-notify.el and related changes in T


From: Michael Albinus
Subject: [Emacs-diffs] trunk r113281: Add file-notify.el and related changes in Tramp.
Date: Thu, 04 Jul 2013 09:41:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113281
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2013-07-04 11:40:56 +0200
message:
  Add file-notify.el and related changes in Tramp.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-07-03 23:11:58 +0000
+++ b/etc/NEWS  2013-07-04 09:40:56 +0000
@@ -411,6 +411,10 @@
 *** 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 @@
 
 ** 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 @@
 - 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
 


reply via email to

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