aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aeca77b2ba3..491e5c38617 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-06-03 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): New variables.
4 (ALL_CFLAGS): Add $(GFILENOTIFY_CFLAGS).
5 (LIBES): Add $(GFILENOTIFY_LIBS).
6
7 * w32inevt.c (handle_file_notifications): Add dummy implementation
8 for !HAVE_W32NOTIFY.
9
10 * w32term.c: Wrap code with HAVE_W32NOTIFY.
11
12013-06-03 Jan Djärv <jan.h.d@swipnet.se> 122013-06-03 Jan Djärv <jan.h.d@swipnet.se>
2 13
3 * xgselect.c: Replace #if defined ... with #ifdef HAVE_GLIB. 14 * xgselect.c: Replace #if defined ... with #ifdef HAVE_GLIB.