diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1bd53573086..416e60f30a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-07-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * fileio.c (Qfile_notify_error): New error symbol. | ||
| 4 | |||
| 5 | * gfilenotify.c (Fgfile_add_watch, Fgfile_rm_watch): | ||
| 6 | * inotify.c (inotify_callback, symbol_to_inotifymask) | ||
| 7 | (Finotify_add_watch, Finotify_rm_watch): Use it. | ||
| 8 | (inotifyevent_to_event): Exchange order of cookie and file name. | ||
| 9 | (Finotify_add_watch): Adapt docstring. | ||
| 10 | |||
| 11 | * lisp.h (Qfile_notify_error): Declare. | ||
| 12 | |||
| 1 | 2013-07-04 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2013-07-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | Try again to fix FreeBSD bug re multithreaded memory alloc (Bug#14569). | 15 | Try again to fix FreeBSD bug re multithreaded memory alloc (Bug#14569). |