Support filesystem notification through inotify on GNU/Linux.
[bpt/emacs.git] / ChangeLog
index f31a038..4bdbee1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * configure.ac (inotify): New option.
+       (HAVE_INOTIFY): Test for inotify.
+
+2012-12-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Fix source command in .gdbinit.
+       Don't quote $MAKEINFO.
+
+2012-12-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Allow spaces in some configuration vars (Bug#13078).
+       * configure.ac (srcdir): Don't assume $PWD lacks spaces.
+       (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
+       All uses quoted, to allow spaces in these vars.
+
 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        Use putenv+unsetenv instead of modifying environ directly (Bug#13070).