aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-07-04 11:29:28 +0200
committerMichael Albinus2013-07-04 11:29:28 +0200
commit86dfb7a8155ba4705f6bdc8e9be3a38388ad207e (patch)
tree21a64fb64ad3dd89a0a9f43e62e5fe573ca402c5 /src/ChangeLog
parent2c1c974b061b14ec69b29c436214b0350872f14c (diff)
downloademacs-86dfb7a8155ba4705f6bdc8e9be3a38388ad207e.tar.gz
emacs-86dfb7a8155ba4705f6bdc8e9be3a38388ad207e.zip
* fileio.c (Qfile_notify_error): New error symbol.
* gfilenotify.c (Fgfile_add_watch, Fgfile_rm_watch): * inotify.c (inotify_callback, symbol_to_inotifymask) (Finotify_add_watch, Finotify_rm_watch): Use it. (inotifyevent_to_event): Exchange order of cookie and file name. (Finotify_add_watch): Adapt docstring. * lisp.h (Qfile_notify_error): Declare.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
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 @@
12013-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
12013-07-04 Paul Eggert <eggert@cs.ucla.edu> 132013-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).