diff options
| author | Michael Albinus | 2013-07-04 11:40:56 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-07-04 11:40:56 +0200 |
| commit | f1c7dee92d84d5266578df5effee44f3c78827a0 (patch) | |
| tree | 7a7fa5565a0641a09671abeb08e8d4fe64827253 | |
| parent | 864c58ca5f32d564d79707b862cfba0b9cf7107e (diff) | |
| download | emacs-f1c7dee92d84d5266578df5effee44f3c78827a0.tar.gz emacs-f1c7dee92d84d5266578df5effee44f3c78827a0.zip | |
Add file-notify.el and related changes in Tramp.
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 10 insertions, 2 deletions
| @@ -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 |
| 412 | which support POSIX ACLs. | 412 | which support POSIX ACLs. |
| 413 | 413 | ||
| 414 | +++ | ||
| 415 | *** Handlers for `file-notify-add-watch' and `file-notify-rm-watch' | ||
| 416 | for 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 |
| 428 | External su and sudo commands are now the default; the internal, | 432 | External su and sudo commands are now the default; the internal, |
| 429 | TRAMP-using variants can still be used by enabling the eshell-tramp | 433 | Tramp-using variants can still be used by enabling the eshell-tramp |
| 430 | module. | 434 | module. |
| 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 | ||
| 474 | notifications. It requires, that Emacs is compiled with one of the | ||
| 475 | low-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 | ||