aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 41687e07593..fce07f9db1a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12013-06-03 Michael Albinus <michael.albinus@gmx.de>
2
3 * Makefile.in (NOTIFY_OBJ): New variable.
4 (base_obj): Replace inotify.o by $(NOTIFY_OBJ).
5
6 * emacs.c (main): Use HAVE_W32NOTIFY to wrap respective code.
7 Call syms_of_gfilenotify.
8
9 * gfilenotify.c: New file.
10
11 * keyboard.c (Qfile_notify): New variable. Replaces Qfile_inotify
12 and Qfile_w32notify.
13 (top): Wrap respective code by HAVE_GFILENOTIFY, HAVE_INOTIFY,
14 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
15
16 * lisp.h: Declare syms_of_gfilenotify.
17
18 * termhooks.h (e): Wrap enum by USE_FILE_NOTIFY.
19
12013-06-03 Stefan Monnier <monnier@iro.umontreal.ca> 202013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 21
3 Merge the specpdl and backtrace stacks. Make the structure of the 22 Merge the specpdl and backtrace stacks. Make the structure of the