aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-07-04 11:40:56 +0200
committerMichael Albinus2013-07-04 11:40:56 +0200
commitf1c7dee92d84d5266578df5effee44f3c78827a0 (patch)
tree7a7fa5565a0641a09671abeb08e8d4fe64827253
parent864c58ca5f32d564d79707b862cfba0b9cf7107e (diff)
downloademacs-f1c7dee92d84d5266578df5effee44f3c78827a0.tar.gz
emacs-f1c7dee92d84d5266578df5effee44f3c78827a0.zip
Add file-notify.el and related changes in Tramp.
-rw-r--r--etc/NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cd17d806a81..7f217facfff 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -411,6 +411,10 @@ when possible.
411*** Handlers for `file-acl' and `set-file-acl' for remote machines 411*** Handlers for `file-acl' and `set-file-acl' for remote machines
412which support POSIX ACLs. 412which support POSIX ACLs.
413 413
414+++
415*** Handlers for `file-notify-add-watch' and `file-notify-rm-watch'
416for remote machines which support filesystem notifications.
417
414** VHDL mode 418** VHDL mode
415 419
416*** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'. 420*** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'.
@@ -424,9 +428,9 @@ are obsolete. Customize the `woman-* faces instead.
424 428
425** Eshell 429** Eshell
426 430
427*** Added Eshell-TRAMP module 431*** Added Eshell-Tramp module
428External su and sudo commands are now the default; the internal, 432External su and sudo commands are now the default; the internal,
429TRAMP-using variants can still be used by enabling the eshell-tramp 433Tramp-using variants can still be used by enabling the eshell-tramp
430module. 434module.
431 435
432** New term.el option `term-suppress-hard-newline'. 436** New term.el option `term-suppress-hard-newline'.
@@ -466,6 +470,10 @@ It is layered as:
466- advice-add/advice-remove to add/remove a piece of advice on a named function, 470- advice-add/advice-remove to add/remove a piece of advice on a named function,
467 much like `defadvice' does. 471 much like `defadvice' does.
468 472
473** The package file-notify.el provides an interface for file system
474notifications. It requires, that Emacs is compiled with one of the
475low-level libraries gfilenotify.c, inotify.c or w32notify.c.
476
469 477
470* Incompatible Lisp Changes in Emacs 24.4 478* Incompatible Lisp Changes in Emacs 24.4
471 479