diff options
| author | Michael Albinus | 2015-11-29 14:22:28 +0100 |
|---|---|---|
| committer | Michael Albinus | 2015-11-29 14:22:28 +0100 |
| commit | f4ded42cf84ba349a7187d0f27ed8a9025b9b54c (patch) | |
| tree | 6b0bae795fc7b8bcce3e6bdc9f9db4c594fec35d | |
| parent | 3c6aa32103336253895c2867d99302bcc05ba9fb (diff) | |
| download | emacs-f4ded42cf84ba349a7187d0f27ed8a9025b9b54c.tar.gz emacs-f4ded42cf84ba349a7187d0f27ed8a9025b9b54c.zip | |
; Manual Cleanup of ChangeLog.2
| -rw-r--r-- | ChangeLog.2 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 8a3575a1636..3ebd2da2bb7 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -281,32 +281,6 @@ | |||
| 281 | 281 | ||
| 282 | * src/lisp.h: Declare extern globals_of_kqueue and syms_of_kqueue. | 282 | * src/lisp.h: Declare extern globals_of_kqueue and syms_of_kqueue. |
| 283 | 283 | ||
| 284 | 2015-11-25 Michael Albinus <michael.albinus@gmx.de> | ||
| 285 | |||
| 286 | Some final fixes in file notification before merging with master | ||
| 287 | |||
| 288 | * lisp/filenotify.el (file-notify--rm-descriptor): Remove WHAT arg. | ||
| 289 | (file-notify-callback): Improve check for `stopped' event. Call | ||
| 290 | `file-notify-rm-watch' rather than `file-notify--rm-descriptor'. | ||
| 291 | (file-notify-add-watch): In case FILE is not a directory, call the | ||
| 292 | file monitor for the kqueue backend. Otherwise, call the | ||
| 293 | directory monitor for the upper directory. | ||
| 294 | |||
| 295 | * src/inotify.c (inotifyevent_to_event): Extract file name from | ||
| 296 | watch_object if the event doesn't provide it. | ||
| 297 | (Finotify_add_watch): Add file name to watch_object. | ||
| 298 | |||
| 299 | * test/automated/file-notify-tests.el (file-notify--test-timeout): | ||
| 300 | Use different timeouts for different libraries. | ||
| 301 | (file-notify--test-with-events): Suppress lock files. Flush | ||
| 302 | outstanding events before running the body. | ||
| 303 | (file-notify-test02-events, file-notify-test04-file-validity): Do | ||
| 304 | not skip cygwin tests. Add additional test for file creation. | ||
| 305 | Adapt expected result for different backends. | ||
| 306 | (file-notify-test03-autorevert): Some of the tests don't work for | ||
| 307 | w32notify. | ||
| 308 | (file-notify-test06-many-events): Rename into both directions. | ||
| 309 | |||
| 310 | 2015-11-24 Phillip Lord <phillip.lord@russet.org.uk> | 284 | 2015-11-24 Phillip Lord <phillip.lord@russet.org.uk> |
| 311 | 285 | ||
| 312 | Update elisp-mode-tests for changed file location. | 286 | Update elisp-mode-tests for changed file location. |