diff options
| author | Eli Zaretskii | 2013-11-27 18:03:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-27 18:03:02 +0200 |
| commit | fb6a5d68e3cbb993a9c72f0bf20e74951e873e72 (patch) | |
| tree | aa04b16d9963e2720f629634993fd6d1400ea6cf /src/ChangeLog | |
| parent | 1baa1e49d84061e964802eba34713052804185f8 (diff) | |
| download | emacs-fb6a5d68e3cbb993a9c72f0bf20e74951e873e72.tar.gz emacs-fb6a5d68e3cbb993a9c72f0bf20e74951e873e72.zip | |
Fix watching directories using w32notify.c.
src/w32notify.c (Fw32notify_add_watch): If the argument FILE is a
directory, watch it and not its parent.
(add_watch): Allow empty string in FILE.
lisp/filenotify.el (file-notify-add-watch): Don't special-case
w32notify when computing the directory to watch.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b518fdc239..b43f758cec4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-11-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32notify.c (Fw32notify_add_watch): If the argument FILE is a | ||
| 4 | directory, watch it and not its parent. | ||
| 5 | (add_watch): Allow empty string in FILE. | ||
| 6 | |||
| 1 | 2013-11-27 Martin Rudalics <rudalics@gmx.at> | 7 | 2013-11-27 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * window.c (Fset_window_start, window_resize_apply) | 9 | * window.c (Fset_window_start, window_resize_apply) |